"Share this pad" Read-only on/off is ignored: guests do not have editing rights
-
Hello everyone,
I installed Etherpad today. When I opened it, I was logged in automatically, created a document, guests were able to join but without editing rights.
So I followed the instructions and changed /app/data/settings.json:
{ "requireAuthentication": false, "users": { "admin": { // 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": "changeme1", "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": "changeme1", "is_admin": false } } }
Unfortunately, it did not change a thing.
Guests are not able to edit the document.
-
-
I'm looking for a solution to share editable pads with guests without requiring them to log in, and I came across ep_mypads https://www.npmjs.com/package/ep_mypads, but it doesn't work on Cloudron. As of today, Etherpad is unusable in shared pad mode on Cloudron, as shown in this thread. On Framapad, it works using the MyPads plugin. Do you think it would be possible to make Cloudron compatible with this plugin? Is there another solution? Thanks for your help!