This PR resolves issues in the self-registration flow when the email address is configured as a unique value. Previously, if a user entered an already registered email, they were redirected to an error page without an option to enter a different email and continue the registration process. This PR addresses that by including the email field on the error page. Additionally, it fixes an issue where, even with a valid email, the password fields would trigger an 'empty password' error. These issues are now resolved with this PR.
Purpose
This PR resolves issues in the self-registration flow when the email address is configured as a unique value. Previously, if a user entered an already registered email, they were redirected to an error page without an option to enter a different email and continue the registration process. This PR addresses that by including the email field on the error page. Additionally, it fixes an issue where, even with a valid email, the password fields would trigger an 'empty password' error. These issues are now resolved with this PR.
Related Issue