Skip to content

Commit 2b53f8e

Browse files
Update content/guides/dex.md
Co-authored-by: Craig Osterhout <[email protected]>
1 parent 8fdaeff commit 2b53f8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/guides/dex.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ Explanation:
8080
8181
- staticPasswords: Defines a static user for authentication. The hash is a bcrypt hash of the password.
8282
83-
> Note: Ensure the hash is a valid bcrypt hash of your desired password. You can generate this using tools like [bcrypt-generator.com](https://bcrypt-generator.com/)
83+
> [!NOTE]
84+
>
85+
> Ensure the hash is a valid bcrypt hash of your desired password. You can generate this using tools like [bcrypt-generator.com](https://bcrypt-generator.com/).
8486
or use CLI tools like [htpasswd](https://httpd.apache.org/docs/2.4/programs/htpasswd.html) like in this following example:`echo password | htpasswd -BinC 10 admin | cut -d: -f2`
8587

8688
With Docker Compose configured, start Dex:

0 commit comments

Comments
 (0)