Skip to content

Commit a3d5856

Browse files
committed
[Security] Fixed my_in_memory_provider
1 parent bbfb24e commit a3d5856

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

reference/configuration/security.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ Each part will be explained in the next section.
6161
6262
providers: # Required
6363
# Examples:
64-
memory:
65-
name: my_in_memory_provider
66-
users:
67-
foo:
68-
password: foo
69-
roles: ROLE_USER
70-
bar:
71-
password: bar
72-
roles: [ROLE_USER, ROLE_ADMIN]
64+
my_in_memory_provider:
65+
memory:
66+
users:
67+
foo:
68+
password: foo
69+
roles: ROLE_USER
70+
bar:
71+
password: bar
72+
roles: [ROLE_USER, ROLE_ADMIN]
7373
7474
my_entity_provider:
7575
entity:

0 commit comments

Comments
 (0)