How to add new global admin-tools password to access /ee-admin/ like a human #1579
crystaler4
started this conversation in
Show and tell
Replies: 1 comment
-
One line command is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to I add new global admin-tools password to access https://www.example.com/ee-admin/ like a human because who is going to remember stupid password like 54654df654a6f5a65d? So how to add your login credentials?
You need to alter file under path
/var/lib/docker/volumes/global-nginx-proxy_htpasswd/_data/default_admin_tools
.Go to its folder like this
cd /var/lib/docker/volumes/global-nginx-proxy_htpasswd/_data/
and run commadhtpasswd default_admin_tools my_login_name
and you will be prompted to set your beautiful, easy to remember password formy_login_name
.NOTE: For new pass generation
apache2-utils
are required. Get them by command:apt install apache2-utils
NOTE: Don't be misleaded when command
ee auth list global
still return only default login credentials, your one is already working. Just try it out. If you want see your new login credential over this command, manually edit/opt/easyengine/db/ee.sqlite
.Beta Was this translation helpful? Give feedback.
All reactions