aka-vm / email-app

0 stars 4 forks source link

Email Verification system #10

Closed aka-vm closed 3 years ago

aka-vm commented 4 years ago

Design an email verification system that relies on #12 .

Use: to Verify signup. email to be used will be provided in the discord group with a password.

Note: the user will be marked inactive after the signup. the verification should change '.is_active' from the 'User class' to True.

aka-vm commented 4 years ago

Gonna work on it... After doing some minor changes to history and redirection of the pages...

aka-vm commented 3 years ago

Main Backend Logic Completed... automated email sending Feature to be added...