mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
[fix] Remove some nginx debug log
This commit is contained in:
parent
945b04cc67
commit
d83b522d50
1 changed files with 0 additions and 1 deletions
|
@ -887,7 +887,6 @@ end
|
||||||
-- because ldap doesn't support anything stronger than sha1
|
-- because ldap doesn't support anything stronger than sha1
|
||||||
function hash_password(password)
|
function hash_password(password)
|
||||||
local hashed_password = secure_cmd_password("mkpasswd --method=sha-512 | tee -a %s", password, 0)
|
local hashed_password = secure_cmd_password("mkpasswd --method=sha-512 | tee -a %s", password, 0)
|
||||||
ngx.log(ngx.STDERR, hashed_password)
|
|
||||||
hashed_password = "{CRYPT}"..hashed_password
|
hashed_password = "{CRYPT}"..hashed_password
|
||||||
return hashed_password
|
return hashed_password
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue