mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
Prevent logging of user and password
This commit is contained in:
parent
f84ca18798
commit
c927517e37
@ -100,8 +100,6 @@ HTPasswd.prototype.adduser = function (user, password, real_cb) {
|
||||
if (s_err) return cb(s_err)
|
||||
|
||||
try {
|
||||
console.log('body = utils.add_user_to_htpasswd(body, user, password)')
|
||||
console.log(user, password)
|
||||
body = utils.add_user_to_htpasswd(body, user, password)
|
||||
} catch (err) {
|
||||
return cb(err)
|
||||
|
Loading…
Reference in New Issue
Block a user