protectimus / protectimus_otp_authentication
Protectimus OTP 解决方案适用于 Roundcube
dev-master
2021-11-24 11:54 UTC
Requires
- roundcube/plugin-installer: >=0.1.3
This package is not auto-updated.
Last update: 2024-09-28 07:40:18 UTC
README
这是一个 Roundcube Webmail 插件,允许您轻松将 Protectimus 双因素认证解决方案集成到您的邮件系统中。
Protectimus 是基于一次性密码(OTP)组织强大双因素认证最方便、最经济的选择。了解更多关于 Protectimus 的信息,请访问 https://www.protectimus.com
安装说明
- 在 Protectimus 云服务中注册。请参阅详细的说明:https://www.protectimus.com/guides/saas-service/
- 在 Protectimus 云服务中添加资源、用户、令牌,然后将令牌分配给资源。请参阅《Protectimus 管理员指南》中的说明。
- 从 github 下载代码
- 将 protectimus_otp_authentication 目录放置在您的 roundcube 安装目录下的 plugins/ 文件夹中
- 在 config/main.inc.php 中启用 protectimus_otp_authentication 插件
$config['plugins'] = array('protectimus_otp_authentication');
- 打开并调整 plugins/protectimus_otp_authentication/config.inc.php。您需要填写以下参数
这是您的登录名
$config['protectimus_api_username']
您可以在 service.protectimus.com 个人资料 -> API 密钥中找到 API 密钥
$config['protectimus_api_key']
如果您使用我们的云服务,则无需更改此设置
$config['protectimus_api_url'] = 'https://api.protectimus.com/';
Protectimus 服务中资源的 ID
$config['protectimus_resource_id']
- IMPORTANT:
if you use theme skin different from default you need to rename skin folder in this plugin.
For example:
cp -a skins/default skins/elastic
另请参阅
您还可以访问官方 Roundcube Webmail 插件仓库,了解更多关于如何安装我们的 RoundCube 插件:https://packagist.org.cn