Update to package v4.0 broke login
-
Right, we removed our custom cloudron plugin, which previously did auth and also other things like pad listing. We now use only upstream plugins so things are expected to be different. This was also the reason why it was a major package version update, so there shouldn't be any automatic update happening.
-
The app now uses https://github.com/ether/ep_openid_connect for auth and this is automatic, so there is no login button anymore but it will always redirect to the openid provider, which in most cases will perform an autologin with a redirect back to the app. So most likely if you visit etherpad you are simply already logged in. This is not obvious behavior but this is what upstream provides.
-
This is the same as pad listing before only different UI, only logged in users can see this.
-
Not sure where the German came from, but the UI was provided by our custom module https://git.cloudron.io/cloudron/ep_cloudron and that has no German either. Maybe you customized that one?
-
-
@sparkwise that setting makes the documents public - https://docs.cloudron.io/apps/etherpad/#make-documents-public
-
hm this list comes from the https://www.npmjs.com/package/ep_padlist2 plugin. I had put that as always for that version, but I will then make a new release without that plugin to be installed and then it is up to the admin to decide.
The plugins which will always be ensured are
ep_openid_connect ep_user_displayname ep_health_check
then. -
-