axyr / silverstripe-adminlogin
Use a custom login screen to log in to the admin section
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 5 767
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 3
Forks: 17
Open Issues: 7
Type:silverstripe-module
Requires
- php: >=5.4
- silverstripe/framework: >=3.1.0
Requires (Dev)
- phpunit/phpunit: ~3.7@stable
This package is not auto-updated.
Last update: 2023-12-23 10:58:11 UTC
README
##Installation
Run composer require axyr/silverstripe-adminlogin
Use a custom login screen when log in to the admin section.
You can also limit the admin/cms section by ip address (ranges).
The following formats are supported :
- 192.168.1.101
- 192.168.1.100-200
- 192.168.1.0/24
- 192.168.1.*
Use theme styles/scripts
If you want to use your theme styles/scripts you can do the following:
- Add the following to a config file (e.g.
mysite/_config/_config.yml
):
AdminLogin:
UseTheme: true
- Optionally copy
templates/AdminLogin.ss
to your theme folder (& edit it to your liking).
Screenshot
Known issues
When you are logged in, but don't have admin permissions, the normal site theme will be used.
Requires > 5.4