Etherpad admin access failed
Unsolved
Etherpad Lite
-
Hi,
I can't seem to log in as an admin on Etherpad, whether it's a fresh installation or an updated one. Can you confirm if you're experiencing the same issue on your end?
My setup : Cloudron v8.2.3 (Ubuntu 24.04.1 LTS)
-
Indeed, it seems bits of the usermanagent have changed with openid. We have to update the docs. But to make a user admin, first login via openid, then edit the
settings.json
in the app:{ "users": { "<username>": { "is_admin": true } }
The password field needs to be removed if it is there. Then restart the app.
-