user_external
user_external copied to clipboard
Users unable to login to Nextcloud V25 via IMAP
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