Open andrewhack opened 2 years ago
Hi, please have a look into the file: config.inc.php or if you do not have the file rename config.inc.php.dist into it. Then open the file and add your email address to the array in line: 20
$rcmail_config['users_allowed_2FA'] = array('you@me.com','me@you.com');
Logout and re-login. This should work.
You can also force all users to use 2FA in line 3.
2FA is forced. Adding specific users in users_allowed_2FA don't solve the issue. Direct login, no 2FA
On my end it was working perfectly. Further, if have the version:
One silly question: what is the best regexp for allowing all users to use the plugin, but not force them to do so?
I'm using $rcmail_config['users_allowed_2FA'] = array('*');
but, since it's supposed to be a regexp, it's probably better to use .*
instead?
I'm just asking because after upgrading today (it's been quite a while since I did an upgrade!), I noticed that the 2FA functionality stopped appearing on user profiles — even those who had it correctly set up.
GwynethLlewelyn
I'm using
$rcmail_config['users_allowed_2FA'] = array('*');
but, since it's supposed to be a regexp, it's probably better to use.*
instead?
Quoting myself: indeed, that makes all the difference. Silly me!
Hi,
I have RC 1.4.13 on debian 11 and the latest twofactor_gauthenticator plugin. As shown in the pictures, the plugin is configured, including the user. No field to enter the code on the login screen and after authentication, goes directly to the mailbox.
Any suggestions?