Skip to content

Properly handle failed reCAPTCHA on user registration

Drew Blessing requested to merge dblessing/gitlab-ce:recaptcha_500 into master

What does this MR do?

If a user presses the 'Register' button too quickly after attempting to solve the reCAPTCHA, or the reCAPTCHA is not solved at all, the user would experience a 500 error. Now, the case is properly handled and the user will be sent back to the registration page with a clear error message and can try again.

Merge request reports