Skip to content

Commit 3495929

Browse files
committed
[Security] Fixed encoder reference
1 parent 76a0014 commit 3495929

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

reference/configuration/security.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,8 @@ Each part will be explained in the next section.
5656
iterations: 5000
5757
5858
# Example options/values for what a custom encoder might look like
59-
Acme\Your\Class\Name:
60-
algorithm: ~
61-
ignore_case: false
62-
encode_as_base64: true
63-
iterations: 5000
64-
id: ~
59+
Acme\DemoBundle\Entity\User3:
60+
id: my.encoder.id
6561
6662
providers: # Required
6763
# Examples:

0 commit comments

Comments
 (0)