Merge pull request #7729 from MrPetovan/develop
Fix typo in Core\Authentication
This commit is contained in:
commit
bfcae2f79a
@ -27,7 +27,7 @@ class Authentication extends BaseObject
|
||||
{
|
||||
return hash_hmac(
|
||||
"sha256",
|
||||
hash_hmac("sha256", $user["password"], $user["privkey"]),
|
||||
hash_hmac("sha256", $user["password"], $user["prvkey"]),
|
||||
Config::get("system", "site_prvkey")
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user