定制 open20/open2-cms-module-userauth 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

open20/open2-cms-module-userauth

最新稳定版本:1.6.2

Composer 安装命令:

composer require open20/open2-cms-module-userauth

包简介

Authsystem with username and password for a given cms page area.

关键字:

README 文档

README

LUYA

Authsystem with username and password for a given cms page area. It does not contain a registration process for new users in the frontend!.

Installation

  1. Install the extension through composer:
composer require amos/cms-module-userauth
  1. Add to the config
'modules' => [
    'userauthfrontend' => [
        'class' => 'amos\userauth\frontend\Module',
        'useAppViewPath' => false, // When enabled the views will be looked up in the @app/views folder, otherwise the views shipped with the module will be used.
    ],
],
  1. Run the ./luya migrate and ./luya import command.
  2. Place the userauthfrontend module on a given page in the cms.
  3. Add the config variable identifier userauth_redirect_nav_id with the value of the page you have included the userauthfrontend in step 4.
  4. Add the config variable identifier nopermission_redirect_nav_id with the value of the page you have no permission message.
  5. Optional you can configure with the variable identifer userauth_afterlogin_nav_id on which nav id the user should be redirect when no ref url is provided.

Usage

After the installation, you can secure any given page with the user login by checking the Protect Page checkbox in the page's Page properties panel. Important: this setting will not be inherited by subpages, it has to be set for every page that has to be secured.

统计信息

  • 总下载量: 172
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2022-09-09