Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to log in to /admin #5902

Closed
mattyx0011 opened this issue Sep 1, 2023 · 2 comments
Closed

Unable to log in to /admin #5902

mattyx0011 opened this issue Sep 1, 2023 · 2 comments

Comments

@mattyx0011
Copy link

After installing Etherpad using Docker, I can use it normally, but I cannot log in to the web /admin."
I have already modified the contents of ' nano /opt/etherpad/etherpad-lite/settings.json' and removed the '/* */'
After making the modifications, restart Docker using 'docker restart etherpad.'
image: etherpad/etherpad:latest

The following is my content.

"users": {
"aadmin": {
// 1) "password" can be replaced with "hash" if you install ep_hash_auth
// 2) please note that if password is null, the user will not be created
"password": "admin",
"is_admin": true
},
"user": {
// 1) "password" can be replaced with "hash" if you install ep_hash_auth
// 2) please note that if password is null, the user will not be created
"password": "admin",
"is_admin": false
}
},

Please assist. Thank you.

@SamTV12345
Copy link
Member

Hi,

I saw you closed the issue 5 minutes later. Did you find the error in the configuration?

@mattyx0011
Copy link
Author

Hi,

I saw you closed the issue 5 minutes later. Did you find the error in the configuration?

Hi
I'm not sure this is an "issue" or my configuration problem on my end, so I'm closing the case here and moving it to the discussion. thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants