From 6be797172eb2454277014e5c1edf7170ded54170 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sun, 27 May 2018 17:23:43 +0200 Subject: [PATCH] Update the security reference because user providers are no longer mandatory --- reference/configuration/security.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reference/configuration/security.rst b/reference/configuration/security.rst index f49fad15c35..26b57090ef8 100644 --- a/reference/configuration/security.rst +++ b/reference/configuration/security.rst @@ -72,7 +72,7 @@ Each part will be explained in the next section. time_cost: 2 # Number of iterations threads: 2 # Number of parallel threads - providers: # Required + providers: # Examples: my_in_memory_provider: memory: @@ -301,6 +301,9 @@ Each part will be explained in the next section. ROLE_ADMIN: [ROLE_ORGANIZER, ROLE_USER] ROLE_SUPERADMIN: [ROLE_ADMIN] +.. versionadded:: 4.1 + The ``providers`` option is optional starting from Symfony 4.1. + .. _reference-security-firewall-form-login: Form Login Configuration