alexandregz / twofactor_gauthenticator

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

allow_save_device_30days and twofactor_formfield_as_password config options do not work #156

Closed adam-runcode-pl closed 2 years ago

adam-runcode-pl commented 2 years ago

It looks that for whatever reason these config values are not passed into javascript twofactor_gauthenticator_form.js Easy workaround is just to comment out line 27 and 31 to show Allow 30 days checkbox. But permanent fix will be appreciated. I have tried to check why php config value is not passed to js but did not find an answer so far.

adam-runcode-pl commented 2 years ago

okay, found the issue, fixed it (as well as some other problems) and created pullback req for it