Any user can be made admin.
- Adjust the users section in /app/data/settings.json via the File Manager, remove any password field if exist and make sure the usernames match the username in the system:
{
"users": {
"username1": {
"is_admin": true
},
"username2": {
"is_admin": true
}
}
}
- Restart the app
- Relogin with that user in Etherpad. Only login via open or creating a new pad works. Login via admin/login does not work, as that view has no OpenID integration!
- Access /admin