Skip to content

Commit

Permalink
Update htpasswd command line in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer committed Nov 15, 2017
1 parent 2cd3699 commit 14dc617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ token: # Settings for the tokens.

# Static user map.
users:
# Password is specified as a BCrypt hash. Use htpasswd -B to generate.
# Password is specified as a BCrypt hash. Use `htpasswd -nB USERNAME` to generate.
"admin":
password: "$2y$05$LO.vzwpWC5LZGqThvEfznu8qhb5SGqvBSWY1J3yZ4AxtMRZ3kN5jC" # badmin
"test":
Expand Down
2 changes: 1 addition & 1 deletion examples/simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ token:
expiration: 900

users:
# Password is specified as a BCrypt hash. Use htpasswd -B to generate.
# Password is specified as a BCrypt hash. Use `htpasswd -nB USERNAME` to generate.
"admin":
password: "$2y$05$LO.vzwpWC5LZGqThvEfznu8qhb5SGqvBSWY1J3yZ4AxtMRZ3kN5jC" # badmin
"test":
Expand Down

0 comments on commit 14dc617

Please sign in to comment.