bitfumes / community-project-backend

Check guideline - https://github.com/bitfumes/bitfumes-community-project-guidelines.git
GNU Affero General Public License v3.0
6 stars 4 forks source link

Added email verification api and delete unverified user console command #6

Closed ScriptingBeating closed 3 years ago

ScriptingBeating commented 3 years ago

(Solves the issue #4 )

  1. It adds the functionality of email verification for newly registered users
  2. added a console command which will run daily and delete any unverified users that are older than 30 days
  3. added tests for the above functionalities