Skip to content
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

[WIP][INFRA-1407] Make people type their email address twice in the account app signup #112

Merged
merged 1 commit into from
Jan 16, 2018

Conversation

olblak
Copy link
Member

@olblak olblak commented Jan 15, 2018

No description provided.

@olblak olblak changed the title [INFRA-1407] Make people type their email address twice in the account app signup [WIP][INFRA-1407] Make people type their email address twice in the account app signup Jan 15, 2018
@@ -168,6 +169,8 @@ public HttpResponse doDoSignup(
throw new UserError("Last name is required");
if (isEmpty(email))
throw new UserError("e-mail is required");
if (!email.equals(emailconfirm))
throw new UserError("e-mail is not matching");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps the two email addresses are not matching? Error messages can be too short :-)

@olblak olblak merged commit baa3fe2 into jenkins-infra:master Jan 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants