{{-- Security Settings Form --}}
🔒

Security Warning: Changes to these settings will affect all users. Test carefully in a staging environment first.

Authentication Settings

Maximum failed login attempts before account lockout

@error('max_login_attempts')

{{ $message }}

@enderror

How long user sessions remain active

@error('session_lifetime')

{{ $message }}

@enderror

Maximum API requests per minute per user

@error('rate_limit_per_minute')

{{ $message }}

@enderror

Advanced Security

Two-Factor Authentication

Require 2FA for admin accounts

IP Whitelist for Admin

Restrict admin access to specific IP addresses

Security Recommendations

✓

Enable HTTPS for all communications

✓

Use strong passwords with minimum 8 characters

✓

Enable two-factor authentication for all admin accounts

✓

Regularly update application dependencies

✓

Monitor login attempts and suspicious activities