mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 09:49:22 +02:00
accounts.block has been removed
This commit is contained in:
parent
a84c92e007
commit
c0dee61add
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user