Skip to content

Commit 8a809f6

Browse files
committed
[skip ci] Readme reformat
1 parent e7bfb70 commit 8a809f6

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,22 @@ Following steps shows how to create authentication flow that uses authenticator
7676
</p>
7777

7878
### Minimal configuration
79-
##### `User attribute`
80-
Attribute used to validate login form.
79+
- ##### `User attribute`
80+
Attribute used to validate login form.
8181
### Advanced configuration
82-
##### `Generate label` (default true)
83-
If enabled, label for login form will be generated based on attribute name, so attribute with name:
84-
- `foot_size` will be labeled as _Foot size_
85-
- `REALLY_custom.user-Attribute` will be translated to _Really custom user attribute_, etc.
86-
87-
By default, set to `true`. If `User attribute form label`
88-
is configured, label is taken form configuration and generation is skipped.
89-
##### `Clear user on validation fail` (default true)
90-
If enabled, user is not stored in session context in case username and password were valid but user attribute was not.
91-
##### `User attribute form label`
92-
Message which will be displayed as user attribute input label. If value is a valid message key, then proper translation will be used.
93-
##### `Validation error message`
94-
Message which will be displayed as user attribute validation error. If value is a valid message key, then proper translation will be used.
82+
- ##### `Generate label` (default true)
83+
If enabled, label for login form will be generated based on attribute name, so attribute with name:
84+
- `foot_size` will be labeled as _Foot size_
85+
- `REALLY_custom.user-Attribute` will be translated to _Really custom user attribute_, etc.
86+
87+
By default, set to `true`. If `User attribute form label`
88+
is configured, label is taken form configuration and generation is skipped.
89+
- ##### `Clear user on validation fail` (default true)
90+
If enabled, user is not stored in session context in case username and password were valid but user attribute was not.
91+
- ##### `User attribute form label`
92+
Message which will be displayed as user attribute input label. If value is a valid message key, then proper translation will be used.
93+
- ##### `Validation error message`
94+
Message which will be displayed as user attribute validation error. If value is a valid message key, then proper translation will be used.
9595

9696
#### Configuration via environment variables
9797
Configuration could be also provided as environment variables.

0 commit comments

Comments
 (0)