Skip to content

Unable to log in to /admin #5902

@mattyx0011

Description

@mattyx0011

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions