Correct typo in 363e168561
.
parent
e0d23e3c5d
commit
9837cda257
|
@ -479,7 +479,7 @@ function hash(password, salt)
|
||||||
|
|
||||||
function generateSalt()
|
function generateSalt()
|
||||||
{
|
{
|
||||||
return randomstring(86);
|
return randomString(86);
|
||||||
}
|
}
|
||||||
|
|
||||||
function compare(hashStr, password)
|
function compare(hashStr, password)
|
||||||
|
|
Loading…
Reference in New Issue