Skip to content
Snippets Groups Projects
Commit 2753ece9 authored by Jared Hancock's avatar Jared Hancock
Browse files

registration: Send correct email to clients

parent 55eae1cf
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ elseif ($_POST) { ...@@ -91,7 +91,7 @@ elseif ($_POST) {
case 'create': case 'create':
$content = Page::lookup(Page::getIdByType('registration-confirm')); $content = Page::lookup(Page::getIdByType('registration-confirm'));
$inc = 'register.confirm.inc.php'; $inc = 'register.confirm.inc.php';
$acct->sendResetEmail('registration-client'); $acct->sendConfirmEmail();
break; break;
case 'import': case 'import':
foreach (UserAuthenticationBackend::allRegistered() as $bk) { foreach (UserAuthenticationBackend::allRegistered() as $bk) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment