nextcloud / user_external

👥 External user authentication methods like IMAP, SMB and FTP
https://apps.nextcloud.com/apps/user_external
107 stars 64 forks source link

Users unable to login to Nextcloud V25 via IMAP #211

Closed brad2014 closed 1 year ago

brad2014 commented 1 year ago

If an installation is upgraded to NC v25, users who are authenticated via user_external (e.g. IMAP) will be locked out, because the user_external app, required for logging in, will be silently and automatically disabled.

A consequence of issue raised in #210 .

Workaround: The app can be reenabled manually using nextcloud/occ (run as the nextcloud owner, e.g. apache)

% occ app:enable user_external --force

violoncelloCH commented 1 year ago

hey, sorry for this... as you have stated, onne can manually re-enable the app...

anyways, I've just released a new version of the app, compatible to NC25...

prismopensource commented 1 year ago

Thanks! Maybe you could add some extra developers to this project to help expedite these changes?

violoncelloCH commented 1 year ago

if anyone wants to help out, feel free to step up and do so :)

just to clarify: I'm not part of Nextcloud GmbH - I'm maintaining this app in my spare time...