alexandregz / twofactor_gauthenticator

This RoundCube plugin adds the 2-step verification(OTP) to the login proccess
MIT License
218 stars 76 forks source link

Support integrated 2FA with Postfixadmin #183

Open svenseeberg opened 1 year ago

svenseeberg commented 1 year ago

We're currently working on a 2FA mechanism for Postfixadmin. It would be very useful for users, if they can use the same TOTP codes when logging in on Roundcubemail or Postfixadmin.

We already outlined a sync mechanism in the linked PR.

However, Roundcubemail does not yet support the same secrets / mechanism as Postfixadmin. For full integration, 2 things would be needed:

Neustradamus commented 11 months ago

To follow

svenseeberg commented 9 months ago

The TOTP pull request for PFA (https://github.com/postfixadmin/postfixadmin/pull/753) has been merged. We would now start working on a RCM PR next. Any input on an implementation is welcome :)