Frontend | Backend | Api

Users default templates (Frontend)

This page contains an overview of the default templates for the Users module.

The overview is generated based on controllers using the specified template as their default layout and containing GET methods; thus depending on the configuration the controller might not use the template at all or other controllers might use the template too.
The table is only meant as a first orientation which ResponseVariables can likely be expected when working with the template.

File Controller GET Response variables GET Description
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.