mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-25 02:32:52 -05:00
Merge pull request #94 from tlvince/rm-secrets-log
Prevent logging of user and password
This commit is contained in:
commit
7c82d7e485
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue