users/login.html |
Login |
Name |
Type |
Description |
user |
User
|
Empty user model
|
localPasswordEnabled |
bool
|
Is login via local password enabled?
|
enabledOAuthAuthenticators |
array
|
List of enabled OAuth authenticators
|
|
Process GET request. Show login form. |
users/profile.html |
Profile |
Name |
Type |
Description |
user |
User
|
Logged in user
|
|
Process GET request (Show profile page) |
users/register.html |
Register |
Name |
Type |
Description |
user |
User
|
Empty user model filled with submitted data
|
|
Handle GET request |
users/user-authenticators/index.html |
UserAuthenticators\Index |
|
Retrieve a list of records and assign them to the template. |
users/user-o-auth-clients/index.html |
UserOAuthClients\Index |
|
Retrieve a list of records and assign them to the template. |