07-15-2017, 02:49 PM
The display parameter is what the form control is called in the error message.
For all the other parameters, you can look them up in users/classes/Validate.php and see the full list (we also have a post in the modifications subforum that has additional custom validations), but display is the only parameter that isn't an actual validation rule.
Code:
Username already exists. Please choose another Username. // "display" => "Username"
Code:
Email already exists. Please choose another Email. // "display" => "Email"
For all the other parameters, you can look them up in users/classes/Validate.php and see the full list (we also have a post in the modifications subforum that has additional custom validations), but display is the only parameter that isn't an actual validation rule.