@extends('layouts.librenmsv1') @section('title', __('preferences.title')) @section('content')
{{ __('User Preferences') }} @if ($errors->any())
@endif @if($can_change_password)
@csrf
@endif
@csrf
* {{ __('Translation not fully supported') }}
@config('auth.socialite.configs') @foreach (\LibreNMS\Config::get('auth.socialite.configs', []) as $provider => $config)
{{ csrf_field() }}
@endforeach
@endconfig @config('twofactor') @if($twofactor)
@csrf
@if($twofactor['counter'] !== false)
@endif

@csrf
@else
@csrf
@endif
@endconfig @if(auth()->user()->hasGlobalAdmin()) {{ __('Global Administrative Access') }} @elseif(auth()->user()->hasGlobalRead()) {{ __('Global Viewing Access') }} @else @forelse($devices as $device)
@empty {{ __('No access!') }} @endforelse @endif
@endsection @section('javascript') @endsection @section('scripts') @endsection @section('css') @endsection