mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
Merge branch 'modulize-share'
This commit is contained in:
commit
546aaae379
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue