Enabling User Signup

For easy onboarding of Users, Admin/Central Owner can enable user signup from the config section.

To enable User Signup you need to provide the following configurations:

  • Allow User Sign-up: This needs to be turned on.

  • Allowed Email RegExp: A regular expression to match and restrict user signup to certain email domains.

  • Default Role for Signup: Select a system default role that will be provided to the new user who has signed up, available options:

    • owner(all services): Gives Write access to all services including central service.

    • guest(all services): Gives Read-Only access to all services.

After a User has Signed Up you can update their Roles and Groups according to their needs.

Last updated