| users/login.html |
Login |
| Name |
Type |
Description |
| _messages |
Coredna\Kernel\Helper\Response\Messages
|
Messages helper; used to retrieve messages from the controller
|
| _currentSite |
Site
|
Current site
|
| _url |
Coredna\Kernel\Helper\Url
|
URL helper; used to generate urls
|
| _request |
Coredna\Kernel\Helper\Response\Request
|
Current HTTP request
|
| _configuration |
Coredna\Kernel\Helper\Response\Configuration
|
Configuration helper; provides access to the site's configuration
|
| __ |
Coredna\Kernel\Helper\Translator
|
Translation helper; allows translating keys to text
|
| _menu |
Coredna\Kernel\Helper\Response\Menu
|
Menu helper; provides easy access to DXP defined menus
|
| 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 |
| _messages |
Coredna\Kernel\Helper\Response\Messages
|
Messages helper; used to retrieve messages from the controller
|
| _currentSite |
Site
|
Current site
|
| _url |
Coredna\Kernel\Helper\Url
|
URL helper; used to generate urls
|
| _request |
Coredna\Kernel\Helper\Response\Request
|
Current HTTP request
|
| _configuration |
Coredna\Kernel\Helper\Response\Configuration
|
Configuration helper; provides access to the site's configuration
|
| __ |
Coredna\Kernel\Helper\Translator
|
Translation helper; allows translating keys to text
|
| _menu |
Coredna\Kernel\Helper\Response\Menu
|
Menu helper; provides easy access to DXP defined menus
|
| user |
User
|
Logged in user
|
|
Process GET request (Show profile page) |
| users/register.html |
Register |
| Name |
Type |
Description |
| _messages |
Coredna\Kernel\Helper\Response\Messages
|
Messages helper; used to retrieve messages from the controller
|
| _currentSite |
Site
|
Current site
|
| _url |
Coredna\Kernel\Helper\Url
|
URL helper; used to generate urls
|
| _request |
Coredna\Kernel\Helper\Response\Request
|
Current HTTP request
|
| _configuration |
Coredna\Kernel\Helper\Response\Configuration
|
Configuration helper; provides access to the site's configuration
|
| __ |
Coredna\Kernel\Helper\Translator
|
Translation helper; allows translating keys to text
|
| _menu |
Coredna\Kernel\Helper\Response\Menu
|
Menu helper; provides easy access to DXP defined menus
|
| user |
User
|
Empty user model filled with submitted data
|
| _recaptcha |
Coredna\Kernel\Helper\Response\Recaptcha
|
Helper to include Recaptcha
|
|
Handle GET request |
| users/user-authenticators/index.html |
UserAuthenticators\Index |
| Name |
Type |
Description |
| _messages |
Coredna\Kernel\Helper\Response\Messages
|
Messages helper; used to retrieve messages from the controller
|
| _currentSite |
Site
|
Current site
|
| _url |
Coredna\Kernel\Helper\Url
|
URL helper; used to generate urls
|
| _request |
Coredna\Kernel\Helper\Response\Request
|
Current HTTP request
|
| _configuration |
Coredna\Kernel\Helper\Response\Configuration
|
Configuration helper; provides access to the site's configuration
|
| __ |
Coredna\Kernel\Helper\Translator
|
Translation helper; allows translating keys to text
|
| _menu |
Coredna\Kernel\Helper\Response\Menu
|
Menu helper; provides easy access to DXP defined menus
|
|
Retrieve a list of records and assign them to the template. |
| users/user-o-auth-clients/index.html |
UserOAuthClients\Index |
| Name |
Type |
Description |
| _messages |
Coredna\Kernel\Helper\Response\Messages
|
Messages helper; used to retrieve messages from the controller
|
| _currentSite |
Site
|
Current site
|
| _url |
Coredna\Kernel\Helper\Url
|
URL helper; used to generate urls
|
| _request |
Coredna\Kernel\Helper\Response\Request
|
Current HTTP request
|
| _configuration |
Coredna\Kernel\Helper\Response\Configuration
|
Configuration helper; provides access to the site's configuration
|
| __ |
Coredna\Kernel\Helper\Translator
|
Translation helper; allows translating keys to text
|
| _menu |
Coredna\Kernel\Helper\Response\Menu
|
Menu helper; provides easy access to DXP defined menus
|
|
Retrieve a list of records and assign them to the template. |