PHP Class App\Modules\System\Controllers\Authorize

Inheritance: extends App\Core\BackendController
Afficher le fichier Open project: nova-framework/framework

Protected Properties

Свойство Type Description
$layout

Méthodes publiques

Méthode Description
login ( ) : Response Display the login view.
logout ( ) : Response Handle a GET request to logout the current User.
postLogin ( ) : Response Handle a POST request to login the User.
postRemind ( ) : Response Handle a POST request to remind a User of their password.
postReset ( ) : Response Handle a POST request to reset a User's password.
remind ( ) : Response Display the password reminder view.
reset ( string $token ) : Response Display the password reset view for the given token.

Method Details

login() public méthode

Display the login view.
public login ( ) : Response
Résultat Response

logout() public méthode

Handle a GET request to logout the current User.
public logout ( ) : Response
Résultat Response

postLogin() public méthode

Handle a POST request to login the User.
public postLogin ( ) : Response
Résultat Response

postRemind() public méthode

Handle a POST request to remind a User of their password.
public postRemind ( ) : Response
Résultat Response

postReset() public méthode

Handle a POST request to reset a User's password.
public postReset ( ) : Response
Résultat Response

remind() public méthode

Display the password reminder view.
public remind ( ) : Response
Résultat Response

reset() public méthode

Display the password reset view for the given token.
public reset ( string $token ) : Response
$token string
Résultat Response

Property Details

$layout protected_oe property

protected $layout