-
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
Implement email verification for users #3798
Comments
Thanks for opening your first issue! This space is protected by our Code of Conduct - and we're here to help. |
this is amazingly well broken up! Where did you learn this workflow -- it's
one we've tried to be good at, but it's tough! See our posts at
https://publiclab.org/software-outreach
I think you can do them all yourself in this issue if you want. But if
you'd like to prepare one or two for others to get involved in, breaking
them out into well-documented distinct issues can help. But it's up to you!
Thank you!
|
Thanks a lot! @jywarren ^_^
Sure, I'll check it out.
Yeah, splitting task into well-documented distinct issues on which others can work easily sounds better idea to me. By this, more people can get involved in the project. |
👍🏽👍🏽👍🏽
…On Sat, Oct 27, 2018, 8:59 AM Radhika Dua ***@***.*** wrote:
this is amazingly well broken up! Where did you learn this workflow --
it's one we've tried to be good at, but it's tough!
Thanks a lot! @jywarren <https://github.com/jywarren> ^_^
Actually I only know general web development stuff and I thought lot about
the way it should be implemented and then tried to split it into smaller
tasks. But I'm quite less aware of Ruby on Rails internals. I'm
continuously trying to learn more about it from the code base.
See our posts at https://publiclab.org/software-outreach
Sure, I'll check it out.
I think you can do them all yourself in this issue if you want. But if
you'd like to prepare one or two for others to get involved in, breaking
them out into well-documented distinct issues can help.
Yeah, splitting task into well-documented distinct issues on which others
can work easily sounds better idea to me. By this, more people can get
involved in the project.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3798 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ-1A_vSvHjaV1r5d2KqIzJqloAFMks5upFiigaJpZM4X8a6Y>
.
|
Could I take this up? 😃 |
@shubhangi-chauhan Sure, feel free to work on it. I'll add new well documented issues and link them here today. |
I would like to work on this, if anyone has'nt taken this issue. :) |
I have split up this issue into separate issues. Everyone please feel free to take subparts of this issue! |
@Radhikadua123 can they all be worked on by different people at a different time or one issue does not block the other? |
Hi @faithngetich, Actually lot of them depend on the previous tasks. But initial tasks like |
Thanks @Radhikadua123 I see they've all been worked on. |
@Radhikadua123 really you did a great job in breaking the stuff into chunks. |
Thanks a lot! @SidharthBansal |
@faithngetich May be you can work on something else ? In case you need help in search of appropriate task, I can try finding one for you. |
Something really great going on here. Sorry I missed it. I was going to raise an issue for this but this issue has already been created. |
Thanks @Radhikadua123 |
Right now we don't have any kind of email verification. User can register using any email, user can change his/her email and then just use the account. He/she won't have to confirm their emails to do any actions. This can exploited by users for spamming too.
So, this is parent issue describing all the smaller bugs which needs to be fixed to successfully add email verification system. This implementation corresponds to my second approach here: #3522 (comment)
False
Add is_verified to user model with default value False #3849Optional:
@jywarren Should I create separate issues for each of them or this much breaking is enough and easy to understand ?
The text was updated successfully, but these errors were encountered: