-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Send verification email to the user on signup #3850
Comments
I would like to take this up. With whatever I have researched I think we can use the devise gem for the same. |
I'm not sure about the devise gem, but we already send welcome email to the user. So, you might want to take a look at that. But anyway, if devise can make things easier, feel free to use it. |
I think sending just one email makes sense, so it could go in the welcome
email!
…On Thu, Nov 1, 2018 at 2:59 AM Shubham Sangamnerkar < ***@***.***> wrote:
I need some more light on this. Should the email confirmation link be
included in the welcome email itself ? Or we can send an another email for
confirmation? Also do we need some other features like locking ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3850 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ0aOqoapXofsq5ElTi4sVy-1vbLbks5uqpu3gaJpZM4YCteZ>
.
|
@shubhscoder sorry, we don't use devise gem in plots2 repo. We are using a similar gem AuthLogic. |
Yeah, i realized it. Thank you 👍
…On Thu, Nov 8, 2018, 12:13 AM Sidharth Bansal ***@***.***> wrote:
I think we can use the devise gem for the same.
@shubhscoder <https://github.com/shubhscoder> sorry, we don't use devise
gem in plots2 repo. We are using a similar gem AuthLogic.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3850 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARofxeWS7sf3QcFmlvESKiDW7aYvlDTVks5usyncgaJpZM4YCteZ>
.
|
Subpart of #3798
We send the welcome email to the user. That email should contain the link by which user can confirm her account.
The text was updated successfully, but these errors were encountered: