SilverStripe module for fancier security layouts (login, logout, lost password etc.) see Screenshoots to see how they look. Inspired by Bootstrap 4.
This module overwrites couple of SilverStripe FormField templates in order to style checkbox and input fields.
- SilverStripe CMS 4+
- SilverStripe Framework 4+
The master branch of this module is currently aiming for SilverStripe 4.x compatibility
SilverStripe 3.0+ compatible version
- Install via Composer
composer require "fractas/security-layouts" "2.0.x-dev"
- Add to your config.yml file:
Fractas\SecurityForm\SecurityFormController: company_logo: 'path/to/logo.svg' # path to project or company logo, if not specified defaults to logo.png (SilverStripe logo) company_name: 'ACME' # name of company or project, if not specified defaults to SiteConfig Title company_link: 'http://www.example.com' # project or company link, if not specified defaults to Site's BaseHref
- Run flush=all in your browser
Bugs are tracked on github.com
See Licence
- logo.png by SilverStripe.org