question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Admin username and password not set in settings.json

See original GitHub issue

etherpad 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:closed
  • Created 5 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
muxatorcommented, Aug 8, 2018

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.

0reactions
Wikinautcommented, Aug 8, 2018

@muxator I fully support your proposal.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found