-
Notifications
You must be signed in to change notification settings - Fork 16
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
On after signup edit page: form validation not working properly #175
Labels
Comments
Yeah, that seems to be a bug. I will take a look at this as soon as #105 is deployed. |
👍 Thank you for looking into it. |
3 tasks
Do you created a new account or did you login with an existing one? |
1 task
on hold, waiting for PR #359 to review. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Case:
/profile/after_signup_edit
)dfdgfdgdg
Fertigstellen
button=> I should get an error message which tells me to provide an email address first in order to complete the signup process, instead I get the success message:
Du bekommst in wenigen Minuten eine E-Mail mit einem Link, um deine E-Mail-Adresse zu bestätigen.
In the browser inspector I can find this:
<div id="user_email_input" class="email input required stringish form-group">
@lennerd It seems the form validation doesn't work properly?
The text was updated successfully, but these errors were encountered: