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
Branches
Tags
No related merge requests found
......@@ -91,7 +91,7 @@ elseif ($_POST) {
case 'create':
$content = Page::lookup(Page::getIdByType('registration-confirm'));
$inc = 'register.confirm.inc.php';
$acct->sendResetEmail('registration-client');
$acct->sendConfirmEmail();
break;
case 'import':
foreach (UserAuthenticationBackend::allRegistered() as $bk) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment