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

Why two registration emails to user? #23

Closed
ksclarke opened this issue May 4, 2016 · 1 comment
Closed

Why two registration emails to user? #23

ksclarke opened this issue May 4, 2016 · 1 comment
Assignees

Comments

@ksclarke
Copy link

ksclarke commented May 4, 2016

User registers and gets an email to confirm they own the email address they've supplied. In that email is a link (with a token) they can click which gets them to confirmAction() in UserController.php

After confirming the token in confirmAction, they see the message "Please check the email we just sent you for the next steps! You're almost there!" and another email is sent to them.

They don't really need to go check their email again though because they can login at this point. I can see sending them another email if there is information they should know now that they are a user of the site, but why tell them there are "next steps" when there aren't?

Am I missing something?

@patrickmj patrickmj self-assigned this May 9, 2016
@patrickmj
Copy link
Contributor

Looks like it's a (clumsy) difference between open registration, and registration needing approval. When an admin has to approve the signup, the second email points that out. So that message makes sense in that case, but not when registration is open.

I'll rework the messages and emails to be less confusing

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

No branches or pull requests

2 participants