nextcloud:2fa
Dies ist eine alte Version des Dokuments!
2 Faktor Authentifizierung:
2fA komplett ausschalten
sudo -u www-data php occ config:system:set twofactor_enforced –value=false –type=boolean
Falls das Problem weiterhin besteht:
1. Verbinde dich mit der Datenbank (z.B. über phpmyadmin)
2. Zeige alle 2FA-Provider an:
SELECT * FROM oc_twofactor_providers;
3. Lösche alle 2FA-Einträge:
DELETE FROM oc_twofactor_providers;
4. Prüfe, ob 2FA für Benutzer noch erzwungen wird:
SELECT * FROM oc_preferences WHERE appid='core' AND configkey='twofactor_enforced';
5. Falls vorhanden, deaktiviere die Erzwingung von 2FA:
DELETE FROM oc_preferences WHERE appid='core' AND configkey='twofactor_enforced';
6. beende phpmyadmin
7. Nextcloud neu starten
nextcloud/2fa.1741299527.txt.gz · Zuletzt geändert: von franz