hpcc-systems / Tombolo

Apache License 2.0
5 stars 4 forks source link

User Verification Link #921

Open ydahal1 opened 1 month ago

ydahal1 commented 1 month ago
  1. Once the user registers a verification link should be sent to the user
  2. When the user clicks the link the verified flag for the user will be changed to True
  3. Only verified users can log in
  4. If the user is not verified and tries to log in, they should be informed that verification should be completed
  5. A backend job needs to be added that cleans up unverified users every 12 hours