mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-27 21:56:50 +01:00
That is duplicated
This commit is contained in:
@@ -243,9 +243,6 @@ else if (isset($_REQUEST['search'])) {
|
|||||||
|
|
||||||
$password = encrypt($password);
|
$password = encrypt($password);
|
||||||
$account->setPassword($password);
|
$account->setPassword($password);
|
||||||
|
|
||||||
if (USE_ACCOUNT_SALT)
|
|
||||||
$account->setCustomField('salt', $salt);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$account->save();
|
$account->save();
|
||||||
|
|||||||
Reference in New Issue
Block a user