When the configuration is set to admin activation: When a person registers, the admin does not receive an email at first, the user receives an email with an activation link. When the user clicks this activation link only then does the admin get an email notification that a new user has registered and their account needs to be activated. After admin activates the users account, the user receives an email notifying them that their account has been activated.
We would like to cut half of these steps. We need the functionality to be as follows :
When the user registers admin should receive an email notification that a new user has registered and the users account needs to be activated. At this point the user should not receive an activation email. Only after admin has activated the users account will the user receive an email with their login details and notified that their account has been activated.
Basically we are trying to ONLY have admin activation and NOT user double opt in.