Admin username and password not set in settings.json
See original GitHub issueetherpad shows the following warning:
Admin username and password not set in settings.json. To access admin please uncomment and edit ‘users’ in settings.json
despite the parameter being setup correctly:
/*
"users": {
"admin": {
"password": "passwd1",
"is_admin": true
},
"user": {
"password": "passwd2",
"is_admin": false
}
},
*/
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
etherpad admin access | TurnKey GNU/Linux
Yesterday I was testing etherpad with a friend, and she tried to add a picture to our "test" doc... since then, we could...
Read more >Couldn't set default admin username and password in config ...
In code src/install.js, it seems configure variables like admin:username , defaultTheme are loaded from config.json.
Read more >Configuring the Initial Password value for ThingWorx Platform
Admin Password entered did not pass validation. Check initial admin password set in platform-settings.json.
Read more >Fix 'Unable to write into user settings" | Visual Studio Code
Getting an annoying error whenever you're changing settings in Visual Studio Code (VS Code)? Well, this video shows you how things might be ......
Read more >admin-set-user-password — AWS CLI 1.27.38 Command ...
Sets the specified user's password in a user pool as an administrator. ... It is not possible to pass arbitrary binary values using...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This should be probably be a standard part of a production install anyways. If the plugin is compatible, I would even make it a suggested option in the install documentation.
@muxator I fully support your proposal.