Create users

Create a user type with a custom property that controls if a clock label is shown or hidden in the UI.

  1. Create a user:
    1. In Project view, expand Security.
    2. Right-click Users and select New > User.
    3. Hover-over the user, select Edit, and enter UserPersistentSettings.
    4. In Properties, at the top, select Add and select Variable.
    5. Hover-over the variable, select Edit, and enter ShowClock.
    6. Next to the variable, select Int32 and select Boolean.
  2. Create a user type:
    1. In Type view, double-click Security and then double-click Users.
    2. From Project view pane, drag UserPersistentSettings into Type view.
  3. Create a folder for the new user type:
    1. Right-click Users and select New > Folder.
    2. Hover-over the folder, select Edit, and enter UsersPersistentSettings.
  4. Add users with persistent settings:
    1. In Project view, hover-over UserPersistentSettings, select Edit, and enter Bob.
    2. Drag Bob into UsersPersistentSettings.
    3. In Properties, set Password to test.
    4. Right-click the UsersPersistentSettings folder and select New > All > Security > Users > UserPersistentSettings.
    5. In Properties pane, set Password to test.
    6. Hover-over the user, select Edit, and enter Jane.