Dashboard
Basic Auth Credentials
- admin
- editor
Whitelisted IPs
- 192.168.1.100
- 10.0.0.0/24
Basic Auth Rules
example.com
/admin/*
Protect admin interface with basic authentication. Only admin users can access this area.
admin192.168.1.100shop.example.com
/private/*
Secure private content area. Both admin and editor roles can access these pages.
admin, editor10.0.0.0/24