Mein Profil
{{-- Profil --}}
Profil
@error('name')
{{ $message }}
@enderror
{{-- Passwort --}}
Passwort ändern
@error('current_password')
{{ $message }}
@enderror
@error('new_password')
{{ $message }}
@enderror
@error('new_password_confirmation')
{{ $message }}
@enderror
{{-- 2FA --}}
Zwei-Faktor-Authentifizierung
@if($totpEnabled) Aktiv @else Nicht eingerichtet @endif
Bei aktiviertem 2FA wird beim Login nach dem Passwort ein 6-stelliger TOTP-Code aus deiner Authenticator-App verlangt.
@if($totpEnabled)
Dein Konto ist mit TOTP geschützt (Google Authenticator, Authy oder kompatible App).
@else
Schütze dein Konto mit einem Einmalcode-Generator (TOTP). Einzurichten in unter einer Minute.
@endif