salesagility / SuiteDocs

SuiteCRM - Open source CRM for the world
https://docs.suitecrm.com/
Other
60 stars 285 forks source link

Issue about Page user/modules/PasswordManagement.adoc #607

Closed allandelivery closed 1 year ago

allandelivery commented 1 year ago

Page with Issue

When i set the TWO-FACTOR AUTENTICATION in my user with admin privileges to YES, the application stopped 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.

pgorod commented 1 year ago

Hi

you created an issue in the documentation repository, this is meant for updates to the Documentation itself.

Your issue is adequate to the Community Forums, please post there instead, and close this issue here.

https://community.suitecrm.com/

Thanks!

johnM2401 commented 1 year ago

Hey Folks!

I'll close this off now. As @pgorod mentioned, this repo is moreso for issues/additions to the Documentation itself, rather than issues with the CRM functionality.

However, if you're still having issues and cannot find assistance on the Community Forums, you can raise a bug in the following Repos:

Suite8: https://github.com/salesagility/SuiteCRM-Core/issues Suite7: https://github.com/salesagility/SuiteCRM/issues

Please provide any information possible, such as: PHP Version/SuiteCRM Version/ Steps to replicate

Thanks! (and thanks again @pgorod for your time/efforts!)