Skip to content

Commit

Permalink
Updated docs from group to usergroup for local users
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Nov 24, 2024
1 parent 0dd776e commit 37fabeb
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions modules/ROOT/pages/security/local.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,16 @@ authLocalUsers:
enabled: true
users:
- username: alice
usergroup: admins
password: $argon2id$v=19$m=65536,t=4,p=6$LnNW4sw+jZfa5Ex3YjfuHQ$vl8pjUJhxNmBxScV4lI3cgAZPkNB1rSrnX6ibgoAP8k
groups:
- admins

- username: bob
password: ...
groups:
- admins
usergroup: admins

- username: charlie
password: ...
groups:
- users
- webmasters
usergroup: webmasters
```

==== Get a Argon2id hashed password
Expand Down

0 comments on commit 37fabeb

Please sign in to comment.