You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Configuration.md
+8-6
Original file line number
Diff line number
Diff line change
@@ -598,24 +598,26 @@ If you are unable to have these headers passed to the application for any reason
598
598
599
599
## Introduction
600
600
601
-
Password Pusher bundles an Admin dashboard for self-hosted instances available at `/admin`. This dashboard allows for direct database access, so care should be taken. Access to this dashboard is limited to Administrator accounts only.
601
+
Password Pusher bundles an Admin dashboard for self-hosted instances available at `/admin`. This dashboard allows for direct database access, so care should be taken.
602
+
603
+
It is only enabled with logins are enabled (`enable_logins`) and access is limited to accounts marked as "Administrator" only.
602
604
603
605
### Security & Access
604
606
605
607
Access to the Admin dashboard grants direct access to the application's database.
606
608
607
-
Accessing the dashboard is disabled by default and only allowed for accounts that you specifically mark as "Administrator".. Make sure to restrict access to authorized personnel only to prevent unauthorized access and potential security breaches.
609
+
Accessing the admin dashboard is accessible by accounts that you specifically mark as "Administrator". Make sure to restrict access to authorized personnel only to prevent unauthorized access and potential security breaches.
608
610
609
-
For administrators to access the Admin dashboard, you must have:
611
+
To access the Admin dashboard, you must have:
610
612
611
613
- Logins enabled for your instance
612
-
- An account registeredand confirmed
614
+
- An account registered, confirmed and marked as an "Administrator"
613
615
614
616
For instructions on enabling logins and account registration, see previous sections above.
615
617
616
618
## Marking a User as an Administrator
617
619
618
-
To mark a user account as an Administrator, follow these steps:
620
+
To mark a user account as an Administrator, you will need the email that the account registered with. With that email, follow these steps:
619
621
620
622
1. Open an application console by accessing the server where the application code resides. For example, if using Docker, navigate to `/opt/PasswordPusher`:
621
623
@@ -655,4 +657,4 @@ Upon successful execution, you will receive a confirmation message indicating th
655
657
656
658
## Feedback
657
659
658
-
If you encounter any difficulties or have suggestions for improvement, please provide feedback or ask questions. Your input is valuable for enhancing the documentation and user experience.
660
+
If you encounter any difficulties or have suggestions forimprovement, let me know or file an issuein Github.
0 commit comments