Merge branch 'main' into feature/refactor-account-lost

This commit is contained in:
slawkens
2025-09-28 19:14:24 +02:00
9 changed files with 106 additions and 36 deletions

View File

@@ -268,8 +268,10 @@ if($save)
}
else
{
error('An error occorred while sending email! Account not created. Try again. For Admin: More info can be found in system/logs/mailer-error.log');
error('An error occurred while sending email! Account not created. Try again. For Admin: More info can be found in system/logs/mailer-error.log');
$new_account->delete();
return;
}
}
else