定制 horde/tessera 二次开发

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

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

horde/tessera

Composer 安装命令:

composer require horde/tessera

包简介

Two factor authentication Horde

README 文档

README

This is just to see the list of outstanding issues (to be replaced with the real README).

Please also check https://github.com/horde6/tessera/discussions

ISSUES:

  1. Currently the TOTP code expects to be in vendor/horde/tessera folder. This might need to be changed, with the corresponding adjustments in the code.
  2. TOTP should be added to Horde's global configuration. At the very least we need a setting which would specify TOTP state ("disabled", "enabled", "required"). Horde's login.php and login.inc need to be modified to add an input field for the TOTP (unless TOTP is disabled). Currently it is unconditional - see _patched folder.
  3. Code in hooks.php (see _patched folder) might need to be moved elsewhere. Also, the code calls $this->authusername($userId, TRUE) directly. I should probably use convertUsername() instead.
  4. The current code relies on SQL table nch_auth. This probably should be renamed to horde_totp (see issue #5).
  5. Currently only SQL driver is supported. Potential compatilibity issue with REPLACE in https://github.com/amulet1/horde_totp/blob/main/lib/Driver/Sql.php.
  6. Translations?

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-2.0-only
  • 更新时间: 2026-05-13