alexandregz / twofactor_gauthenticator

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

Fixed PHP warnings and not working config options #157

Closed adam-runcode-pl closed 2 years ago

adam-runcode-pl commented 2 years ago

Fixed PHP warnings: Trying to access array offset on value of type null Fixed session expired message on logout when user logged in from whitelisted IP Fixed not working config options for remembering browser for 30days and password type input field (exports to env were apparently in wrong place)

alexandregz commented 2 years ago

thx for the commit! Merged