Mindas
1
Version ie <v5.10.30>
v5.11.78-M172
I am trying to setup 2FA using browser. But when clicking Continue, I get: Please confirm your account first.
My email was changed in the past.
How to confirm main user?
Email was changed. And current email_verified_at NULL
Mindas
2
Ok. I manuly set
UPDATE users
SET email_verified_at = ‘2025-05-23 15:03:00’
WHERE email = ‘[email protected]’;
Is that ok?
anything else should I do.
After that setup 2FA was successful.
Hi,
I believe that should be it.