-
Notifications
You must be signed in to change notification settings - Fork 4
Add task using Celery to send email verification for signing up #1029
Comments
hey @keshakaneria, can I work on this issue? |
Sure you can, once the OSH event gets started. |
@keshakaneria is this task up for grabs? I would like to work on this as I have experience with celery |
@shubhank-saxena are you working on this issue? |
@harsh-9in Do you want to work on this issue? |
@keshakaneria I did try it out. But there are some issues on booting up of the docker image (port engagement of postgres). If not in urgent mode, I would be able to do this in 2-3 days |
@keshakaneria may i take this issue |
You can ask your queries on Zulip channel if you are stuck anywhere. Feel free to ask there. It's already late so we have to move on with the next participant. :) |
I am willing to work and solve this issue. Please assign me the same |
Already assigned! You are most welcomed to contribute to some other new issues you are interested in! |
@keshakaneria do we need to verify the email when we are signing up. and then when we login for the very first time the verification mail should be sent to out mail inbox? |
When the user signs up for the first time, the email id needs to be verified, currently we have the verification link getting printed in console only. We also need to send the email to their personal mail boxes to get the verification link. You can also do it with SMTP. Have a look at this issue. |
@keshakaneria actually i am a bit confused. do i need to create a |
You can have a look at how SMTP works and what changes are required to do that which can give our required output. As you can see one of our participant have uploaded a video in the issue, it sends the mail through SMTP itself. |
@keshakaneria If this issue is available for reassignment please assign it to me |
@khushishikhu is working on this issue. You can other issues where there is no assignee. |
Hey @keshakaneria can I work on this issue?? |
Sure go ahead |
Description
In order to login into the system, I need to verify my email address to get logged in for the first time through the mailed link. Currently, the email is displayed in the console itself.
Acceptance Criteria
Update [Required]
Celery is an asynchronous task scheduler which helps to run different process in background which can be used here in order to create tasks for mailing system.
Definition of Done
Estimation
3 hours
The text was updated successfully, but these errors were encountered: