alexandregz / twofactor_gauthenticator

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

Disable Checkbox for 30 days #197

Open VoiletDragon opened 3 months ago

VoiletDragon commented 3 months ago

Hi, recently implemented 2 Step Verification for Roundcube but wondering if it's possible to disable the checkbox for for 30 days ?

Screenshot from 2024-08-13 22-18-19

Regards

VoiletDragon commented 3 months ago

Update, from looking in config.inc.php I have resolved the question by change true to false;

$rcmail_config['allow_save_device_30days'] = false;

Regards