users/backend/address-types/add.html |
AddressTypes\Add |
Name |
Type |
Description |
addressType |
AddressType
|
Single (empty) AddressType record
|
|
Add a new record. Assigns an empty record to the template. |
users/backend/address-types/edit.html |
AddressTypes\Edit |
Name |
Type |
Description |
addressType |
AddressType
|
Retrieved AddressType record
|
|
Retrieve a single record and display the edit page for the record |
users/backend/address-types/manage.html |
AddressTypes\Manage |
|
Retrieve available records and assign them to the template for editing. |
users/backend/authors/add.html |
Authors\Add |
Name |
Type |
Description |
author |
Author
|
Single (empty) Author record
|
|
Add a new record. Assigns an empty record to the template. |
users/backend/authors/edit.html |
Authors\Edit |
Name |
Type |
Description |
author |
Author
|
Retrieved Author record
|
|
Retrieve a single record and display the edit page for the record |
users/backend/authors/manage.html |
Authors\Manage |
|
Retrieve available records and assign them to the template for editing. |
users/backend/groups/add.html |
Groups\Add |
Name |
Type |
Description |
group |
Group
|
Single (empty) Group record
|
|
Add a new record. Assigns an empty record to the template. |
users/backend/groups/edit.html |
Groups\Edit |
Name |
Type |
Description |
group |
Group
|
Retrieved Group record
|
|
Retrieve a single record and display the edit page for the record |
users/backend/groups/manage.html |
Groups\Manage |
|
Retrieve available records and assign them to the template for editing. |
users/backend/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/backend/people/add.html |
People\Add |
Name |
Type |
Description |
person |
Person
|
Single (empty) Person record
|
|
Add a new record. Assigns an empty record to the template. |
users/backend/people/edit.html |
People\Edit |
Name |
Type |
Description |
person |
Person
|
Retrieved Person record
|
|
Retrieve a single record and display the edit page for the record |
users/backend/people/manage.html |
People\Manage |
|
Retrieve available records and assign them to the template for editing. |
users/backend/users/add.html |
Users\AddAuthorUser |
Name |
Type |
Description |
user |
User
|
Single (empty) User record
|
|
Add a new record. Assigns an empty record to the template. |
users/backend/users/edit.html |
Users\Edit |
Name |
Type |
Description |
user |
User
|
Retrieved User record
|
|
Retrieve a single record and display the edit page for the record |
users/backend/users/manage.html |
Users\Manage |
|
Retrieve available records and assign them to the template for editing. |