Available Since: V1.0.0
Show and manage the user registration and activation forms.
| Parameter | Description |
|---|---|
| onActivated | The ID of the document to redirect the user to once the account has been activated. |
| onNotActivated | The ID of the document to redirect the user to if the account could not be activated. |
| onEmailSent | The ID of the document to redirect the user to once the activation email has been sent. |
| usernameRequired | If 1 then the user must provide a username during registration, while if 0 the user is not prompted for a username. Default is 1. |
| notifyEmail | Optional email address to send a notification email to when a new user registers. |
| dispNaneRequired | If 1 then the user must provide a display name during registration. Default is 0. |