Index: user_helper.php =================================================================== --- user_helper.php (revision 14234) +++ user_helper.php (working copy) @@ -126,6 +126,8 @@ if ($pending_template !== false && !$dry_run) { // when user found, but it's not yet approved redirect hit to notification template $this->event->redirect = $pending_template; + + return LOGIN_RESULT_OK; } else { // when no notification template given return an error