Bitbox-Connect / Bitbox

Bitbox is a collaborative platform aimed at bringing together solutions for various projects. It offers a space where users can share and solve challenges collectively, helping to streamline development and idea generation in a community-driven way.
https://bitbox-in.netlify.app/
30 stars 47 forks source link

Email Verification after SignUp #25

Open SurajSakhare100 opened 6 days ago

SurajSakhare100 commented 6 days ago

To enhance user security, a password verification and reset mechanism can be implemented. This involves sending a verification email to the user, allowing them to confirm their identity. Upon successful verification, users can proceed to reset their password, ensuring that only authorized individuals have access to their accounts. This process not only protects user data but also provides a streamlined way for users to regain access to their accounts if they forget their passwords. @Anuj3553 I can do this task you can assign it to me under gssoc and hactoberfest.

Anuj3553 commented 6 days ago

Hi @SurajSakhare100 ,

Thank you for pointing this out! You can go ahead and work on this issue. I've assigned the relevant GSSoC and Hacktoberfest labels.

SurajSakhare100 commented 6 days ago

@Anuj3553 Do I need to verify the user's email and password before allowing them to set a new password, or is there another approach I should consider?

Anuj3553 commented 6 days ago

@Anuj3553 Do I need to verify the user's email and password before allowing them to set a new password, or is there another approach I should consider?

After signup process you have to give email for verification and after clicking verification link the user is redirect to the home page and after confirmation user can be do login or logout.

SurajSakhare100 commented 6 days ago

After signup process you have to give email for verification and after clicking verification link the user is redirect to the home page and after confirmation user can be do login or logout.

https://github.com/user-attachments/assets/b4cef82b-acef-4639-aa33-644392677303

@Anuj3553 I do this, tell me what to do next

Anuj3553 commented 5 days ago

After signup process you have to give email for verification and after clicking verification link the user is redirect to the home page and after confirmation user can be do login or logout.

signup.mp4 @Anuj3553 I do this, tell me what to do next

Well done @SurajSakhare100 now you can raise your PR.