5 items
The remaining keywords do not make a useful further split. All matching documentation is listed below.
controller_authentication
This controller manages all authentication cookies. It is called by the auth model in the browser.
controller_logoff
Controller that logs off a user, destroying the session. It also removes any “remember me” cookies the user has, so that auto-logon is disabled.
controller_logon_done
This controller is used as a jumping stone after a log on from the /logon page. The p argument is passed from the /logon page.
controller_signup
Controller which displays a form to sign up (rendered from signup.tpl ).
controller_signup_confirm
Controller which displays the confirmation page where the user can confirm his signup.