Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
To get a list of available system properties, please navigate to System Properties → System Properties.
Property name | Type | Default value | Description | Example |
---|---|---|---|---|
simple.login.username.sensitivity.enabled | Boolean | False | Set this property to "false" to decline the possibility of creating similar usernames in different cases (like "username" and "UserName"). | |
simple.passwordreset.enabled | Boolean | False | This property enables displaying the Password reset when logging in the system. When this property is set to False, the system rejects password reset requests to API. | |
simple.signup.enabled | Boolean | False | This property enables displaying the Sign-up option when logging in the system. | |
simple.username.pattern | String | /^[A-Za-z][A-Za-z0-9_.-@]*$/ | A pattern for username validation. For more information, please refer to the the regular expression documentation. |
Table of Contents | ||
---|---|---|
|