diff --git a/account.php b/account.php index 66de95ecae8e048b0291b248b7c109fdf38daa9b..9d1dbcc98a3be6043f778ebf2e622ec83d7d27db 100644 --- a/account.php +++ b/account.php @@ -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) {