承接 texxasrulez/persistent_login 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

texxasrulez/persistent_login

最新稳定版本:1.0.2

Composer 安装命令:

composer require texxasrulez/persistent_login

包简介

This server-side plugin is useful for all Roundcube users who don’t like to log into their e-mail account each time they open their browser. The plugin stores a persistent login cookie which automatically logs the user in the next time he or she visits the Roundcube web mailer.

README 文档

README

Packagist Downloads Packagist Version Github License GitHub Stars GitHub Issues GitHub Contributors GitHub Forks Donate Paypal

Provides a "Keep me logged in" aka "Remember Me" functionality for Roundcube.

Login with Larry Skin

Download

You can download the plugin from the latest release tags on GitHub.

Installation

  • Extract the downloaded archive into Roundcube’s plugin directory <roundcube>/plugins/ and rename it to persistent_login.

  • Open the Roundcube's main configuration file <roundcube>/config/main.inc.php and add the plugin’s name to the active plugins array, e.g.:

$config['plugins'] = array('persistent_login');

Thats it. All configuration is optional.

Configuration (Optional)

Persistent Login provides two different ways of usage. User-Data cookie or AuthToken cookie based.

UserData cookie (No database extension required)

This method doesn’t require any configuration, it is enabled by default. It stores the user’s login information encrypted in a cookie.

AuthToken cookie (more secure, recommended)

This method have to be enabled in the plugins configuration file. It requires the creation of a table in your roundcubemail’s database as well. The table can be created by the SQL script in the sql/ directory of the plugin. Execute ALL statements from the SQL file.

Enable it in config: persistent_login/config.inc.php

$rcmail_config['ifpl_use_auth_tokens'] = true;

统计信息

  • 总下载量: 4.23k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 17
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 12
  • Watchers: 2
  • Forks: 50
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2020-07-16