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?