Skip to content

Commit

Permalink
fix: enforce maximum amount of users for new users only
Browse files Browse the repository at this point in the history
When the maximum amount of users is reached, verdaccio-htpassword returned a 403 error when existing users tried to login.

verdaccio/verdaccio-htpasswd#28
  • Loading branch information
juanpicado committed Apr 30, 2018
1 parent 2df0275 commit 4d19d7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"pkginfo": "0.4.1",
"request": "2.83.0",
"semver": "5.5.0",
"verdaccio-htpasswd": "0.2.1"
"verdaccio-htpasswd": "0.2.2"
},
"devDependencies": {
"@commitlint/cli": "6.1.3",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10019,9 +10019,9 @@ verdaccio-auth-memory@0.0.4:
version "0.0.4"
resolved "https://registry.npmjs.org/verdaccio-auth-memory/-/verdaccio-auth-memory-0.0.4.tgz#b44a65209778a8dc3c8d39478141a0bc22e04375"

verdaccio-htpasswd@0.2.1:
version "0.2.1"
resolved "https://registry.npmjs.org/verdaccio-htpasswd/-/verdaccio-htpasswd-0.2.1.tgz#9f598b8fd3e2e1d7cf5fb26352453fed0cd1df97"
verdaccio-htpasswd@0.2.2:
version "0.2.2"
resolved "https://registry.npmjs.org/verdaccio-htpasswd/-/verdaccio-htpasswd-0.2.2.tgz#6873fe42cd83ff03d260b21483941635f320c8ba"
dependencies:
"@verdaccio/file-locking" "^0.0.7"
apache-md5 "^1.1.2"
Expand Down

0 comments on commit 4d19d7d

Please sign in to comment.