mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-08 05:36:09 +02:00
Merge branch 'modulize-share'
This commit is contained in:
commit
546aaae379
@ -479,7 +479,7 @@ function hash(password, salt)
|
||||
|
||||
function generateSalt()
|
||||
{
|
||||
return randomstring(86);
|
||||
return randomString(86);
|
||||
}
|
||||
|
||||
function compare(hashStr, password)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user