aware

Profile

Manual

The Profile page lets the currently logged-in operator view and edit their own account details — name, username, password, and email address.


Page Structure

┌──────────────────────────────────────────────────────────┐
│  Profile                                                 │
├──────────────────────────────────────────────────────────┤
│  Full Name          [✏ edit]                             │
│  Login ID           [✏ edit]                             │
│  Password           ********   [✏ edit]                  │
│  Email              [✏ edit]                             │
│  Role(s)            [chip list]  (read-only)             │
│  Status             Active / De-activated  (read-only)   │
└──────────────────────────────────────────────────────────┘

Role and Status fields are read-only — a user cannot change their own role assignments or activation state from this page.


Editable Fields

Full Name

Opens an edit dialog with First Name and Last Name fields.

Login ID (Username)

Opens an edit dialog with a single Username field.

Email

Opens an edit dialog with an Email field (optional).

Password

Opens the Change Password dialog — a specialised form with three fields:

Field Description
Old Password Must match your current password
New Password Must satisfy the system’s password policy
Confirm New Password Must match New Password

If the new password does not meet policy requirements, inline validation messages appear. Server-side errors are shown below the form.


Read-Only Fields

Field Notes
Role(s) Displayed as chips. If you are a “superior” user, a warning note is shown instead of individual role chips.
Status Shows “Active” or “De-activated”. You cannot deactivate your own account.

Root User

If the logged-in user is the root user (a special system-administration account), a different view is shown with a description of the root user’s purpose and a single Change Root User Password button.

The root user has access to all features and is intended only for emergency access or recovery scenarios. It cannot be deleted.


Back to Manual