@extends('layouts.librenmsv1') @section('title', __('Manage Users')) @section('content')
{{ __('Manage Users') }}
@if(\LibreNMS\Authentication\LegacyAuth::getType() == 'mysql') @endif @config('twofactor') @endconfig @foreach($users as $user) @if(\LibreNMS\Authentication\LegacyAuth::getType() == 'mysql') @endif @config('twofactor') @if(\App\Models\UserPref::getPref($user, 'twofactor')) @endif @endconfig @endforeach
@endsection @section('javascript') @endsection @section('css') @endsection