Alpha Virtual Academy Ltd proposes the Litmus Test Project as a Digital Public Goods. The Platform would house competency frameworks and edtech platform assessments for basic and senior high education as well as out of school vocational and technical education in Ghana.
MIT License
0
stars
14
forks
source link
Email Validation and Verification Process (Frontend) #78
Description: Set up email validation to confirm user accounts after registration.
Tasks:
Send a verification email upon successful registration.
Include a unique link/token in the email to verify the developer’s account.
Update the developer’s status to "verified" upon successful verification.
Acceptance Criteria:
Verification email is sent to each new user after registration.
Users can activate their account by clicking the link in their email.
Accounts remain inactive until verification is completed.
Description: Set up email validation to confirm user accounts after registration. Tasks: Send a verification email upon successful registration. Include a unique link/token in the email to verify the developer’s account. Update the developer’s status to "verified" upon successful verification. Acceptance Criteria: Verification email is sent to each new user after registration. Users can activate their account by clicking the link in their email. Accounts remain inactive until verification is completed.