Unable to disable two factor authentication
hi,
I lost my phone with the authentificator app...and that's a big loose!
I follow your indication, change in the databse the "auth_enabled" to 0, but nothing change
I stat my server again, clean the cache and so on, what can I do ? THANk'S
This discussion has been closed.
Comments
Hi,
If you follow the instructions here, you won't be asked for the 2FA authentication code:
Screenshot:

Best regards,
Ben
Hi Ben,
that's my problem...i did this !
see my Phpadmin screenshot :
https://i.imgur.com/OfGyyVM.png
Can you confirm that's the correct Sendy database? Do you happen to have multiple databases for Sendy?
Hi Ben, I confirm that's I have only one Sendy install and one Sendy datatbase (his name is : "sendyooblik")
here is the config.php :
<?php
//----------------------------------------------------------------------------------//
// COMPULSORY SETTINGS
//----------------------------------------------------------------------------------//
/* Set the URL to your Sendy installation (without the trailing slash) */ define('APP_PATH', 'https://newsletter.ooblik.com/'); /* MySQL database connection credentials (please place values between the apostrophes) */ $dbHost = 'localhost'; //MySQL Hostname $dbUser = 'sendyooblik'; //MySQL Username $dbPass = '********'; //MySQL Password $dbName = 'sendyooblik'; //MySQL Database NameHi,
Please send me the following details so I can take a look:
Best regards,
Ben
I checked the
logintable, theauth_enabledis still set as1when you mentioned you've already set it to0.See screenshot below:
I've changed it to
0and it is working now.Best regards,
Ben
hi Ben, so many THANK'YOU for your help and support ! I really appreciate it, thank's a lot and again, your Sendy is the best !