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.