mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 17:54:55 +02:00
accounts.block has been removed
This commit is contained in:
@@ -66,7 +66,6 @@ else {
|
||||
$new_account->setPassword(encrypt($password));
|
||||
$new_account->setEMail($email);
|
||||
|
||||
$new_account->unblock();
|
||||
$new_account->save();
|
||||
|
||||
$new_account->setCustomField('created', time());
|
||||
|
@@ -165,7 +165,6 @@ if($save)
|
||||
|
||||
$new_account->setPassword(encrypt($password));
|
||||
$new_account->setEMail($email);
|
||||
$new_account->unblock();
|
||||
$new_account->save();
|
||||
|
||||
if($config_salt_enabled)
|
||||
|
Reference in New Issue
Block a user