alexandregz / twofactor_gauthenticator

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

Disable Checkbox for 30 days #197

Open VoiletDragon opened 2 months ago

VoiletDragon commented 2 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 2 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