We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Revert 9f9a2bbfe94278767865ac50b9e41a16043e52ec...b84eedc952a63d9b6f7611cdc341627bc45edd52 on Home
Updated Home (markdown)
Clarity: I don't think Cross-site request forgery will help your security; more the opposite
Updated How to override built in view scripts (markdown)
It appears that the zfcuser key requires a '-' to make this work correctly
Small note.
Moved $this->zfcUserIdentity()->getAuthService() info from view helper to controller
Updated How to secure sessions against session fixation attacks (markdown)
Created How to secure sessions against session fixation attacks (markdown)
Updated How to configure a session timeout (markdown)
Created How to configure a session timeout (markdown)
Updated How to use image captcha (markdown)
Created How to use image captcha (markdown)
sorry click on the wrong button
Revert b116fc5^ ... b116fc5 on How to check if the user is logged in
Updated How to modify the login and or registration form timeout (markdown)
Updated How to choose which user fields are used during authentication (markdown)
Updated How to check if the user is logged in (markdown)
The view overrides doesn't work without this
Adding an Example to help with newbies like me.
there was a mismatch with variable names, the init function for RegisterFilter was being attached to $events, wich doesnt exists, i thing it sholud be $em.
Updated How to change password and email (markdown)
Starting Point
Adding new wiki page
Updated How to store custom form values into your user entity at registration (markdown)