Property list

The listed properties provide settings for authorization and login, including key email messages, default language and timezone, content of the login page, links, etc.

To get a list of available system properties, please navigate to System Properties → All 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 message body of the email about an unchanged password.This user cannot change the password.

email.validation.reg_exp

String

/\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,6}\b/

A regular expression for email addresses validation. If the property value is empty, the /.*@.*/ expression is used.

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


page_access.redirect_url

String/portalThis property is used to define a redirect from the authorization page for users without a role to the Service Portal page. 

simple.auth_page.help_info.en

StringNot defined

Define a message that users see when clicking Help on the authorization page. This property is for the 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 tohref='Go'> support page</a></p>

simple.auth_page.help_info.ru

StringNot defined

Define a message that users see when clicking Help on the authorization page. This property is for the Russian message.

<p>Если вам требуется консультация, свяжитесь с нами</p><p>E-mail: service@example.com</p><p>Телефон: +7(555)30092019</p><p><a href='Go'>Go'>https://simpleone.ru/'>Go to support page</a> </p>

simple.auth_page.support_email

StringNot definedDefine a contact email for authorization page.service@example.com

simple.auth_page.support_phone

StringNot definedDefine a contact phone for authorization page. Numbers, spaces and the plus sign are allowed.+1 800 5555555

simple.auth_page.support_site

StringNot definedDefine a URL of the service desk site displayed on the authorization page.https://service.example.com/

simple.login.username.sensitivity.enabled

Boolean

falseSet this property to 'false' to disable creating similar usernames with case-sensitivity (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.user.password_reset_token_expiry

Integer3600Specify the password reset token expiration (in seconds). If not specified, then the default value is applied (3600 seconds, or 1 hour).

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.

simple.sso.active

BooleanfalseThis property enables or disables Single Sign-On authorization.

simple.sso.priority_over_welcome_page

Booleanfalse

This property enables the Single Sign-On login page priority over the welcome page.

If the value is true, the redirection leads to the SSO URL only if the simple.sso.active property is set to true.


simple.welcome_page.url

StringNot definedSpecify the welcome page URL, or enter false to disable redirection to the page.

portal/login
https://example_welcome_page.com


If the redirection URL is set to a non-existent page, the redirection leads to one of the existing pages of the portal.

user.language.default

Stringen

This property defines system language available for users by default on the instance.

Users can change the language in the Preferences menu.


user.timezone.default

StringNot defined

This property is responsible for the user default timezone.

Users can change the default timezone in the Preferences menu.

Europe/Moscow

user.token.ttl

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

/


  • No labels