PHP Класс Habari\UserHandler

Наследование: extends ActionHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
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 )

Защищенные методы

Метод Описание
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

Описание методов

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.
public act_login ( )

act_logout() публичный Метод

function logout terminates a user's session, and deletes the Habari cookie
public act_logout ( )

act_password_reset() публичный Метод

Handle password reset confirmations
public act_password_reset ( )

display() защищенный Метод

Helper function which automatically assigns all handler_vars into the theme and displays a theme template
protected display ( $template_name )

login_form() защищенный Метод

Display the login form
protected login_form ( )

loginform_do_login() публичный Метод

public loginform_do_login ( $form )

loginform_do_reset() публичный Метод

public loginform_do_reset ( $form )