You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: onpremises/05-authentication/file.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,28 @@ A user with the username of `structurizr` and password of `password` is created
15
15
You can add, remove or modify users as needed. Each line in this file should be in the following format:
16
16
17
17
```
18
-
{username}={hashed password}
18
+
username=hashed_password
19
19
```
20
20
21
-
A simple utility page is provided to calculate a bcrypt hashed password at `{structurizr.url}/bcrypt/{password}` (e.g. [http://localhost:8080/bcrypt/password](http://localhost:8080/bcrypt/password)).
A simple utility page is provided to calculate a bcrypt hashed password at `/bcrypt/{password}` (e.g. [http://localhost:8080/bcrypt/password](http://localhost:8080/bcrypt/password)).
22
29
23
30
It is also possible to configure a comma separated list of roles for every user, in a file called `structurizr.roles`, again in the Structurizr data directory.
24
31
Each line in this file should be in the following format:
0 commit comments