Include explanation in comment: https://github.com/dexidp/dex/pull/2218#discussion_r679873279
Signed-off-by: Jesse Glick <jglick@cloudbees.com>
This commit is contained in:
		| @@ -103,7 +103,7 @@ data: | ||||
|     enablePasswordDB: true | ||||
|     staticPasswords: | ||||
|     - email: "admin@example.com" | ||||
|       # echo password | htpasswd -BinC 10 admin | cut -d: -f2 | ||||
|       # bcrypt hash of the string "password": $(echo password | htpasswd -BinC 10 admin | cut -d: -f2) | ||||
|       hash: "$2a$10$2b2cU8CPhOTaGrs1HRQuAueS7JTT5ZHsHSzYiFPm1leZck7Mc8T4W" | ||||
|       username: "admin" | ||||
|       userID: "08a8684b-db88-4b73-90a9-3cd1661f5466" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user