fractas/security-layouts

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

Installs: 1 512

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 4

Forks: 0

Open Issues: 0

Language:Scheme

Type:silverstripe-vendormodule

2.1.1 2018-07-30 22:48 UTC

This package is auto-updated.

Last update: 2024-03-29 03:32:14 UTC


README

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