Skip to content

Commit 4e71bee

Browse files
committed
Fix typo in admin role name and heading syntax
The commit fixes two small issues: - Corrects "admind" back to "admin" in the role list - Changes a level-2 heading to use AsciiDoc syntax
1 parent 8ab47ab commit 4e71bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/default-configuration.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ identityAuthMechanism:
115115
enabled: false
116116
username: admin
117117
roles:
118-
- admin
118+
- admind
119119
- user
120120
----
121121

122-
## Authenticators
122+
=== Authenticators
123123

124124
[source,yml]
125125
----

0 commit comments

Comments
 (0)