horde6 / tessera
Two factor authentication Horde
dev-H6
2026-02-25 00:00 UTC
Requires
- php: ^8.2
- ext-gettext: *
- horde/core: ^3 || dev-FRAMEWORK_6_0
- horde/db: ^3 || dev-FRAMEWORK_6_0
- horde/horde: ^6 || dev-FRAMEWORK_6_0
- horde/horde-installer-plugin: dev-FRAMEWORK_6_0 || ^3 || ^2
- tecnickcom/tcpdf: ^6.10
Replaces
- horde/tessera: ^3 || dev-FRAMEWORK_6_0
This package is not auto-updated.
Last update: 2026-03-24 19:49:52 UTC
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:
Currently the TOTP code expects to be invendor/horde/tesserafolder. This might need to be changed, with the corresponding adjustments in the code.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'slogin.phpandlogin.incneed to be modified to add an input field for the TOTP (unless TOTP is disabled). Currently it is unconditional - see_patchedfolder.Code inhooks.php(see_patchedfolder) might need to be moved elsewhere.Also, the code calls$this->authusername($userId, TRUE)directly. I should probably useconvertUsername()instead.The current code relies on SQL tablench_auth. This probably should be renamed tohorde_totp(see issue #5).- Currently only SQL driver is supported. Potential compatilibity issue with
REPLACEin https://github.com/amulet1/horde_totp/blob/main/lib/Driver/Sql.php. - Translations?