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

Message for email uniqueness violation #144

Closed
matthew-white opened this issue Jun 29, 2020 · 5 comments · Fixed by getodk/central-frontend#912
Closed

Message for email uniqueness violation #144

matthew-white opened this issue Jun 29, 2020 · 5 comments · Fixed by getodk/central-frontend#912
Assignees
Labels
behavior verified Behavior has been manually verified frontend Requires a change to the UI

Comments

@matthew-white
Copy link
Member

Right now if you try to create a user with an email that is already in use, the following message is shown:

A resource already exists with email,deleted value(s) of some@email.com,false.

Since this is a message that a user might see, I think it would be nice to show a slightly clearer message. (Not sure whether that's a change that would be better done in Backend or Frontend.)

@matthew-white
Copy link
Member Author

Another time when this message is shown is if you try to change a user's email address to the email address of another existing user.

@lognaturel
Copy link
Member

I vote for frontend so it can be localized. Seems pretty likely to happen.

@matthew-white matthew-white added the frontend Requires a change to the UI label Sep 13, 2023
@alyblenkin
Copy link

A resource already exists with email,deleted value(s) of some@email.com,false.

Brainstorming a few ideas to improve the copy 💡

"It looks like [some@email.com] already has an account. Please try another email address."

"You can not change your email to [some@email.com] because this account already exists. Please try another email address."

@github-project-automation github-project-automation bot moved this to 🕒 backlog in ODK Central Sep 13, 2023
@matthew-white matthew-white added the needs testing Needs manual testing label Sep 28, 2023
@matthew-white matthew-white self-assigned this Dec 11, 2023
@matthew-white matthew-white moved this from 🕒 backlog to ✏️ in progress in ODK Central Dec 11, 2023
matthew-white added a commit to getodk/central-frontend that referenced this issue Dec 11, 2023
matthew-white added a commit to getodk/central-frontend that referenced this issue Dec 12, 2023
@github-project-automation github-project-automation bot moved this from ✏️ in progress to ✅ done in ODK Central Dec 12, 2023
@dbemke
Copy link

dbemke commented Dec 12, 2023

Tested with success!

@srujner
Copy link

srujner commented Dec 12, 2023

Tested with success!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
behavior verified Behavior has been manually verified frontend Requires a change to the UI
Projects
Status: ✅ done
Development

Successfully merging a pull request may close this issue.

5 participants