You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my application, I require email confirmation. There is a scenario where the user registers in the application and makes a mistake with the email. How can they correct the wrong email after having requested registration? Even without confirming the email, the username chosen by the user remains tied to the incorrect email.
And the user cannot access another page as the shield always redirects them to /auth/a/show, preventing them from registering a new email
The solution to this issue is the ability to edit the email in the image that has entered Active code.
I've put the code in practice, but I'm not sure if this feature should be added to the shield right now.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
In my application, I require email confirmation. There is a scenario where the user registers in the application and makes a mistake with the email. How can they correct the wrong email after having requested registration? Even without confirming the email, the username chosen by the user remains tied to the incorrect email.
And the user cannot access another page as the shield always redirects them to
/auth/a/show, preventing them from registering a new emailAll reactions