{!! Form::open(['route' => 'super.settings.auth.update', 'class' => 'form-settings js-ajax-form', 'id' => 'auth-throttle-settings-form']) !!}

@lang('Authentication Throttling')

@lang('Throttle Authentication')

@lang('Should the system throttle authentication attempts?')

{!! Form::checkbox('throttle_enabled', 1, setting('throttle_enabled'), ['class' => 'switch', 'id' => 'switch-throttle']) !!}

@lang('Maximum Number of Attempts')

@lang('Maximum number of incorrect login attempts before lockout.')

@lang('Lockout Time')

@lang('Number of minutes to lock the user out for after specified maximum number of incorrect login attempts.')

@csrf
{!! Form::close() !!}