fractas / security-layouts
SilverStripe module for fancier security layouts (login/lost password etc.)
Installs: 1 514
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 0
Open Issues: 0
Language:Scheme
Type:silverstripe-vendormodule
Requires
- silverstripe/cms: ^4.0
- silverstripe/framework: ^4.0
- silverstripe/vendor-plugin: ^1.0
README
Overview
SilverStripe module for fancier security layouts (login, logout, lost password etc.) see Screenshoots to see how they look. Inspired by Bootstrap 4.
Note
This module overwrites couple of SilverStripe FormField templates in order to style checkbox and input fields.
Requirements
- SilverStripe CMS 4+
- SilverStripe Framework 4+
Version info
The master branch of this module is currently aiming for SilverStripe 4.x compatibility
SilverStripe 3.0+ compatible version
Installation & Usage
- 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
Screenshoots
Bugtracker
Bugs are tracked on github.com
Licence
See Licence
Credits
- logo.png by SilverStripe.org