One Time Password (OTP) Verification for account creation
This module replaces the standard email verification link with a numeric code for user account activation. After submitting the registration form, users receive an email containing a code they must enter to activate their account and log in.
This module changes the user account activation process from email verification link to be based on numeric code, so instead of sending the verification link this module allows to send a separate email with verification code. User accounts remain blocked till they enter the code, so the user flow now is
- Create new account form submit
- Sends email and shows another form to enter verification code
- Once verified user is logged in
This is thus similar to email verification with link but uses verification code.
Why making a dupe module because otp verification module is already providing similar functionality, this one is for free.
The module is compatible with drupal 8 and 9.