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

Compare with Current View Page History

« Previous Version 9 Next »

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

Property nameTypeDefault valueDescriptionExample

email.reset_password.email_body

StringNot definedSpecify the email body for the password resetting request.Follow the link to change the password.

email.reset_password.subject

StringNot definedSpecify the subject for the email sent when the password reset was requested.Your new password.

email.reset_password.unchanged_password

StringNot definedSpecify the email body for the unchanged password letter.This user cannot change the password.

email.validation.reg_exp

String/.*@.*/

A regular expression for email addresses validation.

Modifying this expression in any way may cause incorrect email address validation engine behavior.


page_access.redirect_url

StringNot definedThis property is used to define a redirect for users without a role to the Service Portal page. 

simple.auth_page.help_info

simple.auth_page.help_info.en

simple.auth_page.help_info.ru

StringNot defined

Defines a message that users see when clicking Help on the login page.

In SimpleOne OOB, this property is implemented in two instances: simple.auth_page.help_info.ru is for Russian message, and simple.auth_page.help_info.en is for English message.

<p>If you need help, please contact us</p><p>E-mail: service@example.com</p><p>Phone: +7(555)30092019</p><p> <a href='Go'>Go'>https://simpleone.ru/'>Go to support page</a> </p>

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.language.default

StringenDefines system language available for users by default.

user.timezone.default

StringNot definedThis property is responsible for the user default timezone.Europe/Moscow

user.token.ttl

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

  • No labels