You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

To get a list of available system properties, please navigate to System Properties → System Properties.

Property nameTypeDefault valueDescriptionExample

simple.login.username.sensitivity.enabled

Boolean

FalseSet this property to "false" to decline the possibility of creating similar usernames in different cases (like "username" and "UserName").

simple.passwordreset.enabled

BooleanFalse

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

BooleanFalseThis 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 regular expression documentation.

user.token.ttl

Integer864000User token lifetime in seconds (1 day = 86400 seconds).

  • No labels