fractaslabs / silverstripe-security-layouts

SilverStripe module for fancier security layouts (login, logout, lost password etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SilverStripe security layouts

Latest Stable Version Latest Unstable Version Total Downloads License

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

Security Layout Log In

Security Layout Lost Password

Security Layout Password Sent

Security Layout Log Out

Security Layout Log In Logged As

Bugtracker

Bugs are tracked on github.com

Licence

See Licence

Credits

  • logo.png by SilverStripe.org

About

SilverStripe module for fancier security layouts (login, logout, lost password etc.)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Scheme 70.5%Language:PHP 29.5%