User Management

The User Management page lets you view existing users and register new users under a fixed client (as configured in the environment variables).

πŸ” Viewing Users

You can view all registered users at:

πŸ“ Go to the [Users List](/admin/admin-cpdb-user/list)

From this page, you can:

  • See all users and their associated metadata

  • Click into a user to view details such as identifier and creation timestamp

User List
User Details

βž• Creating a New User

To create a user:

  1. Go to the [Users List](/admin/admin-cpdb-user/list)

  2. Click "New User"

  3. Fill in the following field:

    • Identifier: A unique identifier for the user (e.g., glchat_user, catapa_user)

  4. Submit the form to register the user

πŸ“Œ Note: Users created via the AdminCP are automatically linked to a pre-configured client, defined by the environment variable in the backend.

Create new User

Last updated