diff --git a/docs/users/login_methods.md b/docs/users/login_methods.md index 06bada84f0..029b6a29bf 100644 --- a/docs/users/login_methods.md +++ b/docs/users/login_methods.md @@ -20,7 +20,7 @@ security: ibexa_username: id: ibexa.security.user_provider.username - ibexa_email: + ibexa_email: id: ibexa.security.user_provider.email firewalls: @@ -54,4 +54,4 @@ For example, to ensure that user names can only contain lowercase letters, set ` ![Setting a user name pattern](username_pattern.png) To check that all existing user accounts have names that fit the current pattern, run the `ibexa:user:audit-database` command. -It checks all user accounts in the database and lists those that don't fit the pattern. \ No newline at end of file +It checks all user accounts in the database and lists those that don't fit the pattern.