Sunbird-Serve / sunbird-serve-ui

MIT License
0 stars 11 forks source link

OTP Based Verification #90

Open Sowmya-Raghuram opened 5 months ago

Sowmya-Raghuram commented 5 months ago

Description

Implement OTP based email verification to enhance security and validate user registrations on our platform. Users will receive a one-time password or email verification link via email upon registration to verify their email address before gaining access to platform features.

Acceptance Criteria

  1. OTP generation and delivery via email are implemented.
  2. Users can enter OTP to verify their email address during registration.
  3. Invalid OTP attempts are handled securely to prevent misuse.
  4. Email verification status is updated in the user profile upon successful verification.
  5. Documentation is updated to include OTP email verification process.

Tasks