Skip to content

Commit abd08c6

Browse files
authored
Fixed YAML indent for login methods (#2676)
1 parent e281d78 commit abd08c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/users/login_methods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ security:
2020
ibexa_username:
2121
id: ibexa.security.user_provider.username
2222

23-
ibexa_email:
23+
ibexa_email:
2424
id: ibexa.security.user_provider.email
2525

2626
firewalls:
@@ -54,4 +54,4 @@ For example, to ensure that user names can only contain lowercase letters, set `
5454
![Setting a user name pattern](username_pattern.png)
5555

5656
To check that all existing user accounts have names that fit the current pattern, run the `ibexa:user:audit-database` command.
57-
It checks all user accounts in the database and lists those that don't fit the pattern.
57+
It checks all user accounts in the database and lists those that don't fit the pattern.

0 commit comments

Comments
 (0)