Skip to content

Commit

Permalink
remove outdated user existence check
Browse files Browse the repository at this point in the history
doesn't work with htpasswd, and doesn't make sense with
future auth plugins

ref #115
  • Loading branch information
rlidwka committed Sep 3, 2014
1 parent 7e5227e commit b740dd1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ function Config(config) {
Array.isArray(hash[action])
, 'CONFIG: bad "'+i+'" package '+action+' description (array or string expected)')
hash[action] = flatten(hash[action])
hash[action].forEach(function(user) {
assert(
users[user] != null
, 'CONFIG: "'+i+'" package: user "'+user+'" doesn\'t exist')
})
}

for (var i in this.packages) {
Expand Down

0 comments on commit b740dd1

Please sign in to comment.