-
Notifications
You must be signed in to change notification settings - Fork 1k
Field Error in Reauthentication Form #17681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Hi @di , Please share your views. |
Hi Team, could someone review this change |
Hi @di , looking forward for updates on this PR |
This mostly works but has the effect of changing the URL to As a result, visiting I think we might need to find another way to do this that doesn't require the view to render the page. Some options:
|
Fixes: #16460
For proper error in password field while reauthenticating, I made some changes in reauthenticate function, adding a renderer
and returning HTTP status code 303 only in case if all form fields validation are successful , otherwise re render the form with appropriate error.