Closed NicoloLazzaroni closed 3 years ago
Update: Seems a problem with if(rcmail.env.allow_save_device_30days){ After obscuring this if statement it shows up. Maybe it does not manage the variable properly?
Temporary Solution: In twofactor_gauthenticator_form.js
Change from:
if(rcmail.env.allow_save_device_30days){
text += '<tr>';
text += '...'</label></td>';
text += '</tr>';
}
To:
//if(rcmail.env.allow_save_device_30days){
text += '<tr>';
text += '...'</label></td>';
text += '</tr>';
//}
PS: This will ALWAYS show the form, even if you disable it in the config.
Best Regards
Hello, I have the same problem some people described. When I login to my RC the "Remember for 30 days" button does not appear. It does, however, appear if I:
RC Version: 1.4.10 Updated Plugin Version: Last Release