Minimum password length disappears from the field description
In https://gdk.test:3443/users/sign_up, when signing-up for a new account, if the user forgets to click on Google's reCAPTCHA the next page has an password field description contains an empty number of characters:
Expected:
It seems the POST request to https://gdk.test:3443/users, doesn't set the @minimum_password_length instance variable.

