Prüfen Release MariaDB
mysqlcheck -V
mysqlcheck Ver 2.7.4-MariaDB Distrib 10.5.12-MariaDB, for debian-linux-gnu (x86_64)
Teilerfolg mit
sudo -u www-data php occ twofactorauth:disable kay backup_codes
Two-factor provider backup_codes disabled for user kay
jetzt gibt es im Internetbrowser ein:
Text:
Zwei-Faktor Authentifizierung
Mindestens eine Deiner Zwei-Faktor-Authentifizierungsmethoden konnte nicht geladen werden. Kontaktiere Deinen Administrator.
Die Zwei-Faktor-Authentifizierung wird erzwungen, wurde jedoch für Dein Konto nicht konfiguriert. Bitte fahre mit der Einrichtung der Zwei-Faktor-Authentifizierung fort.
Will ich konfigurieren passiert nichts.
Status check:
sudo -u www-data php occ twofactorauth:state YourNextcloudAdmin
Two-factor authentication is enabled for user YourNextcloudAdmin
Enabled providers:
- twofactor_webauthn
Disabled providers:
- backup_codes
- totp
- u2f
Wie disable ich jetzt twofactor_webauthn ?
Versuch:
sudo -u www-data php occ twofactorauth:disable kay twofactor_webauthn
In ProviderManager.php line 52:
The provider 'twofactor_webauthn' does not exist'
twofactorauth:disable [--output [OUTPUT]] [--] <uid> <provider_id>
@wwe
Hallo wwe, hast Du eine Lösung für mich?
sudo -u www-data php occ twofactorauth:disable kay twofactor_webauthn
In ProviderManager.php line 52:
The provider 'twofactor_webauthn' does not exist'
twofactorauth:disable [--output [OUTPUT]] [--] <uid> <provider_id>
Wo finde ich die ProviderManager.php ?
