salesagility / SuiteCRM-Core

SuiteCRM - Open source CRM for the world
https://www.suitecrm.com
GNU Affero General Public License v3.0
181 stars 133 forks source link

TWO-FACTOR AUTENTICATION GLITCH #256

Open allandelivery opened 1 year ago

allandelivery commented 1 year ago

Issue

When i set the TWO-FACTOR AUTENTICATION in my user with admin privileges to YES, the application stop working. The page showed this warning:

"Error occurred while fetching data" image

I some how received the code emails, but the application didn't show the page to put the code and enter.

After i set the two-factor, i logged one or two times with success using it, after that the warning was shown.

I had to go to the database, and change the value of factor_auth in users table. Set to 0 for the admin, and then the application come back to live. [MYSQL]> USE ; [MYSQL]> UPDATE users SET factor_auth=0;

Anyone with the same issue? Maybe its a glitch?

Wait your reply to set two-factor again.

my regards.

Steps to Reproduce

  1. Edit user with admin privilegies;
  2. Set TWO-FACTORY Auth to YES;
  3. Logoff;
  4. Login;

Video of the Steps

https://github.com/salesagility/SuiteCRM-Core/assets/132698226/54db6377-1e1a-4315-9be0-323f7818c711

Context

Adding one layer of security to the accounts.

Your Environment

scicali commented 1 year ago

Duplicate of #52