- Issue created by @trevorforrest
User not being added to Authenticated User Role after Account created
User creates account that requires Administrator approval
User receives OTP and successfully creates account
Once the account is verified with OTP it is created and status is auto set to active (This should be bset to blocked since admin approval is required)
No email message sent to administrator to activate account
Account seen in user list with no role assigned (role should be authenticated user no? or should that be set by administrator?)
Email sent to user with onetime password link (this should not be sent until account is approved by administrator)
If account creation requires admini approval then the validation of the account after OTP should at least create a blocked account in the role Authenticated User. This should observe the drupal outgoing email setup for accounts requiring approval.
Active
User interface