An error is displayed when initially saving an OTP authentication token. More investigation is needed. This occurs after resolving T603.
Description
Description
Details
Details
- Ticket Type
- Task
Status | Assigned | Task | ||
---|---|---|---|---|
Wontfix | vanmeeuwen | T684 Redesign HKCCP | ||
Wontfix | vanmeeuwen | T691 Hosted Kolab: Two Factor Authentication | ||
Open | None | T32 Two-factor Authentication | ||
Open | bruederli | T414 OTP authentication for Roundcube | ||
Resolved | machniak | T604 Failed to save authentication data error |
Event Timeline
Comment Actions
From the logs:
[06-Jul-2015 16:30:18 Europe/Zurich] RcubeUser::write() {"label":"Mobile App (TOTP)","created":1436193018,"secret":"RQ44ZKD7WPOVMWSH"} [06-Jul-2015 16:31:03 Europe/Zurich] RcubeUser::read() totp:eb23ab86a0827bd2ab6ff63f [06-Jul-2015 16:31:03 Europe/Zurich] RcubeUser::write() {"label":"Mobile App (TOTP)","created":1436193018,"secret":"RQ44ZKD7WPOVMWSH","active":true}
The database contains:
MariaDB [roundcube]> select * from users; +---------+-------------------+-----------+---------------------+---------------------+----------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | user_id | username | mail_host | created | last_login | language | preferences | +---------+-------------------+-----------+---------------------+---------------------+----------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | 2 | john.doe@kolab.io | localhost | 2015-07-06 14:46:18 | 2015-07-06 14:46:18 | en_US | a:4:{s:14:"kolab_2fa_blob";a:4:{s:29:"totp:0e6337901fe1fc9ec3e51cc0";a:3:{s:5:"label";s:17:"Mobile App (TOTP)";s:7:"created";i:1436186784;s:6:"secret";s:16:"S2GHJXXXN5MLRXYT";}s:29:"totp:134ab935a202767dbb13e602";a:3:{s:5:"label";s:17:"Mobile App (TOTP)";s:7:"created";i:1436187876;s:6:"secret";s:16:"OFCZI4VFIUI45X3A";}s:29:"totp:6594950545a0ac8a8cf4975a";N;s:29:"totp:eb23ab86a0827bd2ab6ff63f";a:4:{s:5:"label";s:17:"Mobile App (TOTP)";s:7:"created";i:1436193018;s:6:"secret";s:16:"RQ44ZKD7WPOVMWSH";s:6:"active";b:1;}}s:17:"kolab_2fa_factors";a:1:{i:0;s:29:"totp:eb23ab86a0827bd2ab6ff63f";}s:20:"kolab_active_folders";s:172:"INBOX**Drafts**Sent**Spam**Trash**Archive**Calendar**Calendar/Personal Calendar**Configuration**Contacts**Contacts/Personal Contacts**Files**Freebusy**Journal**Notes**Tasks";s:11:"client_hash";s:32:"143462077135d3424ac0da459f97f9ed";} | +---------+-------------------+-----------+---------------------+---------------------+----------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.00 sec)