@extends($layout) @section('content')
{{ __('label.overview') }}

{!! __('headlines.accountSettings') !!}

{!! $tpl->displayNotification() !!}




{!! __('headlines.change_password') !!}

@if ($_SESSION['userdata']['isLdap'] ) {{ __("text.account_managed_ldap") }}

@endif


@if (!$_SESSION['userdata']['isLdap'] ) {{ __('label.passwordRequirements') }} @endif
@if (!$_SESSION['userdata']['isLdap'] ) @endif


{{ __('headlines.twoFA') }}

@if ($values['twoFAEnabled'] )

{!! __('text.twoFA_enabled') !!}

@else

{!! __('text.twoFA_disabled') !!}

@endif

{!! __('text.twoFA_manage') !!}



@foreach($availableFonts as $key => $font) @endforeach

@foreach($availableColorSchemes as $key => $scheme ) @endforeach




timestamp() }}' class='profileImg tw-rounded-full' alt='Profile Picture' id="previousImage"/>
{{ __('buttons.select_file') }} {{ __('buttons.change') }} {{ __('buttons.remove') }}

{{ __('buttons.save') }}

@endsection