Super Admin Panel
The super admin panel is a special panel for the administrators of the self-hosted solidtime instance.
warning
The super admin panel is made for technical users that are responsible for the solidtime instance. It is possible to break the application with the super admin panel.
Access
To access the super admin panel, you need to be a super admin. The super admins are defined in the .env
file of the self-hosted solidtime instance.
SUPER_ADMINS="chief.admin@somecompany.test,other.admin@somecompany.test"
The super admins are a comma-separated list of email addresses.
If you are logged in with an email address that is in the SUPER_ADMINS
list, you can access the super admin panel via /admin
.
The super admin panel uses the same authentication as the rest of the application.