axyr/silverstripe-adminlogin

Use a custom login screen to log in to the admin section

Installs: 5 767

Dependents: 0

Suggesters: 0

Security: 0

Stars: 14

Watchers: 3

Forks: 17

Open Issues: 7

Type:silverstripe-module

1.1.0 2016-04-18 08:03 UTC

This package is not auto-updated.

Last update: 2023-12-23 10:58:11 UTC


README

Scrutinizer Travis Packagist Packagist

##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

Screenshot

Known issues

When you are logged in, but don't have admin permissions, the normal site theme will be used.

Requires > 5.4