susmithar891 / NomadNest

0 stars 1 forks source link

Verify email while signing up to the page #61

Closed susmithar891 closed 4 months ago

susmithar891 commented 5 months ago

The successful implementation of email verification during sign-up ensures that users only have full access to the platform and that increased security is maintained. Upon clicking the unique link in the verification email, users' accounts are activated from "inactive" to "active," granting verified users full access to the platform.

Acceptance criteria: The system verifies user registration by sending a verification email with a special verification link to the email address supplied. When users open the link, their account should be successfully activated and taken to a screen where they may verify their email address. Users are "inactive" and have limited access prior to email verification. They become "active," allowing complete platform access, upon email verification.

Estimation Time: 1-2 days

Belongs to user story #2

Mounika1809 commented 4 months ago

Implementation of email verification during sign-up was successful