Méthode | Description | |
---|---|---|
getLogin ( |
Login page and "Forgotten password" page. | |
logout ( |
Logout page. | |
postLogin ( |
Handle a login attempt. | |
resetPassword ( |
Reset the password. This route is normally only reached when the user clicks a "password reset" link in the email. |
Méthode | Description | |
---|---|---|
addRoutes ( Silex\ControllerCollection $c ) |
Méthode | Description | |
---|---|---|
handlePostLogin ( |
Handle a login POST. | |
handlePostReset ( |
Handle a password reset POST. |
protected addRoutes ( Silex\ControllerCollection $c ) | ||
$c | Silex\ControllerCollection |
public logout ( |
||
$request | ||
Résultat |
public postLogin ( |
||
$request | The Symfony Request | |
Résultat |
public resetPassword ( |
||
$request | ||
Résultat |