user_external icon indicating copy to clipboard operation
user_external copied to clipboard

Users unable to login to Nextcloud V25 via IMAP

Open brad2014 opened this issue 3 years ago • 0 comments

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

brad2014 avatar Oct 21 '22 10:10 brad2014