Basic Enterprise Application Realm

Basic Enterprise Application Realm Documentation

  • 1 About BEAR
  • 2 Release Notes
  • 3 Developer Toolkit
  • 4 Installation & Upgrades
    • 4.1 Installation Steps
    • 4.2 Network Requirements
    • 4.3 Application Server Initialization (First Run)
    • 4.4 Uninstallation
  • 5 Backend Adminitration
    • 5.1 Introduction
    • 5.2 Common Commands
    • 5.3 Application Server Commands
    • 5.4 Resource Monitor Commands
    • 5.5 Sharepoint Commands
    • 5.6 Database Commands
  • 6 Frontend Adminitration
    • 6.1 User Management
    • 6.2 Package Management
    • 6.3 Installing Documentation Packages
    • 6.4 Application Storage
    • 6.5 Resource Monitoring
    • 6.6 Resource Scaling
    • 6.7 Starting & Stopping BEAR
    • 6.8 Security
      • 6.8.1 TLS
    • 6.9 Physical Storage
      • 6.9.1 RAID
      • 6.9.2 File Systems
      • 6.9.3 Viewing the Storage Summary
      • 6.9.4 Decommissioning (wiping) Disks
      • 6.9.5 Storage Management
    • 6.10 Event Distribution
    • 6.11 Hostnames & Ports

6.1 User Management

February 16th, 2026

RBAC required: bear: User administration

BEAR admin users are created and managed according to RBAC1 to restrict them to specific admin tasks for specific applications.

Each application has its own specific RBAC roles which are made available to BEAR for purpose of granular permission management for each user.

There is one master root user which has access to everything. This user cannot be deleted but ideally should not be used for day-to-day administration tasks. Upon deployment, it is best practice to create at least two specific named administrator users and only use the master root account if all other users with the bear: Root access role are incapacitated.

There is no limit to the number of admin users that can be created.

6.1.1 Creating a New User Account

  1. Select the Users tool group from the Admin Tool menu and then select the Add tab.

user add

  1. Provide a unique Username. Email, and use the [CTRL] key while selecting Roles to select all the required RBAC roles.

user profile

You can easily create a user with the same RBAC roles as another user by using the Copy Roles field and inputting the name of a user you wish to use as a template.

  1. The Password fields are optional. Although a password is required, if you leave the fields blank then BEAR will randomly generate a password and send it to the user. There are no special rules for passwords.
  2. Decide if you want the user to be created in the Locked state to prevent login until manually unlocked later.
  3. Finally click Register User to create the user.

6.1.2 Viewing All User Accounts

To view all users and their full profile at once, simply select the Users tool group from the Admin Tool menu and then select the View tab.

view users

6.1.3 Modifying a User Account Profile

  1. Select the Users tool group from the Admin Tool menu and then select the Edit tab.

edit user 1

  1. Type in the Username of the user you wish to edit and click Load. The profiles will then be populated. with their email address, RBAC roles and locked status.

edit user 2

  1. Update the Email address, Roles and Locked status as required.
  2. Click Update to apply the changes to the user.

edit user 3

New account settings will only take effect when the user next logs in. Current sessions will not be affected or interrupted.

6.1.4 Locking/Unlocking a User Account

User accounts should be locked or unlocked using the steps described in Modifying a User Account.

6.1.5 Resetting a Password

A password reset involves an automatically generated password being sent to the user's registered address. They should be encouraged to change this again after they log in.

  1. Select the Users tool group from the Admin Tool menu and then select the Edit tab.

edit user 1

  1. Type in the Username of the user you wish to edit and click Load. The profiles will then be populated. with their email address, RBAC roles and locked status.

edit user 2

  1. Tick the Reset Password box.
  2. Click Update to reset the password.

reset password

6.1.6 Deleting a User Account

  1. Select the Users tool group from the Admin Tool menu and then select the Delete tab.

delete users

  1. Tick the users you want to delete.

select for delete

  1. Click Delete to remove the user.

There is no confirmation prompt for deleting users. Be careful to review your selection before deleting.

1 Role Based Access Controls
previous: Database Commands next: Package Management