fractas/security-layouts

SilverStripe 模块,用于更高级的安全布局(登录/找回密码等)

安装次数: 1,514

依赖项: 0

建议者: 0

安全: 0

星级: 6

关注者: 4

分支: 0

开放性问题: 0

语言: Scheme

类型: silverstripe-vendormodule

2.1.1 2018-07-30 22:48 UTC

This package is auto-updated.

Last update: 2024-08-29 04:25:41 UTC


README

Latest Stable Version Latest Unstable Version Total Downloads License

概述

SilverStripe 模块,用于更高级的安全布局 (登录、注销、找回密码等),见 截图 了解其外观。灵感来源于 Bootstrap 4。

注意

此模块覆盖了一些 SilverStripe FormField 模板 以便对复选框和输入字段进行样式设计。

要求

  • SilverStripe CMS 4+
  • SilverStripe 框架 4+

版本信息

此模块的主分支目前旨在实现 SilverStripe 4.x 兼容性

SilverStripe 3.0+ 兼容版本

安装与使用

  • 通过 Composer 安装
    composer require "fractas/security-layouts" "2.0.x-dev"
    
  • 添加到您的 config.yml 文件中
     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
  • 在浏览器中运行 flush=all

截图

Security Layout Log In

Security Layout Lost Password

Security Layout Password Sent

Security Layout Log Out

Security Layout Log In Logged As

错误跟踪器

错误在 github.com 上跟踪

许可证

许可证

致谢

  • logo.png by SilverStripe.org