Unknown macro: {next_previous_links}
Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 5 Next »

This documentation explains how you can create user accounts and roles to define access to the management console of your product. Before you start, note the following:

  • The option of adding, modifying and removing user accounts and roles is only available for administrators with privileges. See Realm Configuration for details on how to set up administrators. 
  • The user stores, which will store the new users and roles that you create, should already be configured for your product. Read about configuring primary user stores and configuring secondary user stores for more details. 
    For example, the user name and password that you define for a new user will be validated against the 'RegEx' configurations of the user store at the time of data creation. This validation ensures that details such as the length of password, user name, role name etc. conform to the requirements of the user store. Shown below is the default 'RegEx' configuration for the primary user store in your product.

    PasswordJavaRegEx-------- ^[\S]{5,30}$
    PasswordJavaScriptRegEx-- ^[\S]{5,30}$
    UsernameJavaRegEx-------- ^~!#$;%*+={}\\{3,30}$
    UsernameJavaScriptRegEx-- ^[\S]{3,30}$
    RolenameJavaRegEx-------- ^~!#$;%*+={}\\{3,30}$
    RolenameJavaScriptRegEx-- ^[\S]{3,30}$

See the following topics for details.

  • No labels