Method | Description | |
---|---|---|
act_login ( ) | Either just display the login form; or check a user's credentials, and create a session for them; or handle a password reset request. | |
act_logout ( ) | function logout terminates a user's session, and deletes the Habari cookie | |
act_password_reset ( ) | Handle password reset confirmations | |
loginform_do_login ( $form ) | ||
loginform_do_reset ( $form ) |
Method | Description | |
---|---|---|
display ( $template_name ) | Helper function which automatically assigns all handler_vars into the theme and displays a theme template | |
login_form ( ) | Display the login form |
public act_login ( ) |
public act_logout ( ) |
public act_password_reset ( ) |
protected display ( $template_name ) |