AjobK / Seaqull

Seaqull programming blog
http://www.seaqull.com
4 stars 0 forks source link

[394] Verify account e-mail #394

Open jerohero opened 2 years ago

jerohero commented 2 years ago

Current state Functionality for #388 is present: users get to verify their account by visiting a link after registering. Currently this verification link is present as a temporary button in the frontend (after registering).

Expected state The verification link should be sent through e-mail so the link actually verifies the e-mail. For development, use an .env variable where an email can be defined (so registering with random e-mails is still possible).

TO DO

Necessities

388

Branch 394-verify-account-v2