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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: