Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. To create a Square 9 User, in the Users & Groups panel of the Square 9 User Administration section, click the Add (plus sign) Edit tab, then click the Users button.
    Image Removed
    Enter a username.
    Enter a password and then confirm the password. The Square 9 User password must be six to 18 characters in length.

    Click Save.Image Added

  2. In the edit users panel, provide an email address, password, and password confirmation.  Note that username must conform to a valid email address.

    Image Added

  3. Click Add User.

Info
  • Administrators may override the requirement to use email address as the GlobalSearch username, but this is not recommended.

  • The default password complexity for users now requires that a password must contain 8-20 characters, 1 uppercase, 1 lowercase, 1 digit, and 1 symbol (@#$%).  Cloud customers may request changes of enforcement rules through support, and the administrator can modify the rules in on premise environments.  The the following to the config.json to override password rules:

    Code Block
    "customPasswordRegex": "^((?=.*\\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[@#$%]).{8,20})$"



Modify Square 9 Users

  1. To change a Square 9 User’s password, select a user from the Secured Users & Groups list, and in the Square 9 Users Administration section, enter the new password and then confirm it.



  2. To add or modify a user email address, enter the address in the Update Email text box. Add an email address to a Square 9 User so that the user can utilize the v5 GlobalAction Allow Delegation feature.

  3. Click Save.

...