-
Notifications
You must be signed in to change notification settings - Fork 0
AdminPanelConfig
Greg J Preece edited this page Jan 5, 2020
·
1 revision
Configuration options for the Staff Validator component can be found in the admin panel by going to System -> Global Configuration and selecting Staff Validator from the component list on the left. A summary of those options is presented here:
| Option Name | Description |
|---|---|
| Max codes per user | If set, the form in the front-end will prevent a user creating more codes for themselves once they hit this maximum. Note that this will not limit the form in the administration panel; users with access to that form can create unlimited codes for any user. |
| Text to show before validation | This field allows for a section of custom text to appear on the validation form, just before the code input box. This is useful for displaying any relevant notices or disclaimers to the user. |
| Text to show after a code has been verified | This field allows for a section of custom text to appear on the validation success page, after any note appended to the validation code. This is useful for displaying any relevant notices or disclaimers to the user. |
| Text to show after a code has failed verification | When a code is declined as invalid or expired, this text will appear as part of the error message shown to the user. |