alexandregz / twofactor_gauthenticator

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

When Activating Plugin, Filter Option in Settings gone. #107

Open core66 opened 4 years ago

core66 commented 4 years ago

That happens when i activate the plugin in config.inc.php any ideas????

2fa_not_activated 2fa_activated

core66 commented 4 years ago

Anyone?

alexandregz commented 4 years ago

I don't have these options (Passwort and Filter). There are RC plugins?

zaharcelac commented 4 years ago

In version RC 1.4.2 Filters and 2FA plugins work fine together. I don't have Password plugin though. image

meaz commented 4 years ago

I do have Filters too in 1.4.2

NachoSUANZES commented 4 years ago

this happen because you put 2 lines of plugins, you should add only one array with all de plugins, like this.. $config['plugins'] = array('managesieve', 'password','twofactor_gauthenticator');