accounts.block has been removed

This commit is contained in:
slawkens 2023-02-07 22:46:47 +01:00
parent a84c92e007
commit c0dee61add
2 changed files with 0 additions and 2 deletions

View File

@ -66,7 +66,6 @@ else {
$new_account->setPassword(encrypt($password)); $new_account->setPassword(encrypt($password));
$new_account->setEMail($email); $new_account->setEMail($email);
$new_account->unblock();
$new_account->save(); $new_account->save();
$new_account->setCustomField('created', time()); $new_account->setCustomField('created', time());

View File

@ -165,7 +165,6 @@ if($save)
$new_account->setPassword(encrypt($password)); $new_account->setPassword(encrypt($password));
$new_account->setEMail($email); $new_account->setEMail($email);
$new_account->unblock();
$new_account->save(); $new_account->save();
if($config_salt_enabled) if($config_salt_enabled)