decidim / metadecidim

This is the repository for the code of Metadecidim community, we experiment with the new features, we are an experimental community
https://meta.decidim.org
8 stars 7 forks source link

Enable external users to be organization admin #115

Closed ZephOne closed 1 year ago

ZephOne commented 1 year ago

Hi, currently if an external user (via omniauth-cas) is invited to be an admin of an organization, this does not work. User can't do any action without having to change its password.

If the user change its password which should not be done, the has not become admin.

ahukkanen commented 1 year ago

I believe this is a problem that concerns all Decidim instances, not only Metadecidim.

I have therefore elevated this issue to the core repository as decidim/decidim#10398.

alecslupu commented 1 year ago

@ZephOne A simple workaround, is to add to your decidim initializer:

  config.admin_password_strong = false
ZephOne commented 1 year ago

@alecslupu Thanks!