Double Authentification

Hello ,

I’m looking for a way to enable double authentication on my account but I don’t know why it’s sending me this error message.
Or should I configure the SMS provider?

400: Please confirm your account first

Hi,

@david any thoughts on this? If the email isn’t confirmed the admin portal would block the UI.

Do you mean 2 factor authentication?

After you have logged in for the first time, you can set up 2FA with the Google Authenticator app.

We c’ant setup any of these we got some error

The immediate fix here is to edit the users table in the database and insert a date inside the email_verified_at column. That should get you to the next stage.

The setup usually does this part for you automatically, for some reason, this hasn’t happened on your system.

2 Likes

I have the same issue.

Login to the GUI is required before the SMTP settings can be setup so no confirmation email was sent. Now 2FA cannot be configured as the error message is:
“Please confirm your account first”

Edited the table as suggested above and the error has gone.
Thank you.