Méthode | Description | |
---|---|---|
activateUser ( $token ) : mixed | GET | This activates a user record to be able to login. | |
attemptToLogin ( ) : mixed | POST | This handles the loging. | |
initialize ( ) | ||
logout ( ) : mixed | GET, POST | This logouts the current session logged-in. | |
showLoginForm ( ) : mixed | GET | This shows the login form. | |
showRegistrationForm ( ) : mixed | GET | This shows the form to register. | |
storeRegistrationForm ( ) : mixed | POST | This handles the registration with validation. |
public activateUser ( $token ) : mixed | ||
Résultat | mixed |
public attemptToLogin ( ) : mixed | ||
Résultat | mixed |
public showLoginForm ( ) : mixed | ||
Résultat | mixed |
public showRegistrationForm ( ) : mixed | ||
Résultat | mixed |
public storeRegistrationForm ( ) : mixed | ||
Résultat | mixed |