Topic cluster

Authentication

Verifying the identity of a user client or service.

View topic page

7 items

The remaining keywords do not make a useful further split. All matching documentation is listed below.

Controllers

controller_authentication

This controller manages all authentication cookies. It is called by the auth model in the browser.

Controllers

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.

Controllers

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.

Controllers

controller_signup

Controller which displays a form to sign up (rendered from signup.tpl ).