no need to send an admin email if user has been registered from the backoffice
-
no need to send an email to the administrator if the user has been registered from the back office.
To do this, you just have to modify the request_admin_approval_email and request_admin_approval_email_2 functions by adding a conditional test which allows you to send an email to the administrator only if ($user->pw_user_status == ‘pending’)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘no need to send an admin email if user has been registered from the backoffice’ is closed to new replies.