How to swith off the securityToken?
I am trying make the individual form. And I faced the problem. I do not whant have this.
Or how I can generate this securityToken informatin?
What I have to include or what?
How to swith off the securityToken?
I am trying make the individual form. And I faced the problem. I do not whant have this.
Or how I can generate this securityToken informatin?
What I have to include or what?
Hi,
Not sure if I understand your question fully.
Generally if you are creating your own form for a new page you do not need to worry at all about the security token.
The only time you need it, is if you are writing a template for the login page. If this is the case, you must use the security token.
However its pretty simple to do. All you need is a hidden input inside your login form
Code:<?php echo zen_draw_hidden_field('securityToken', $_SESSION['securityToken']); ?>