Closed aka-vm closed 3 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.
Gonna work on it... After doing some minor changes to history and redirection of the pages...
Main Backend Logic Completed... automated email sending Feature to be added...
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.