{{-- Security Settings Form --}}
Security Warning: Changes to these settings will affect all users. Test carefully in a staging environment first.
Maximum failed login attempts before account lockout
@error('max_login_attempts'){{ $message }}
@enderrorHow long user sessions remain active
@error('session_lifetime'){{ $message }}
@enderrorMaximum API requests per minute per user
@error('rate_limit_per_minute'){{ $message }}
@enderrorRequire 2FA for admin accounts
Restrict admin access to specific IP addresses
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