File tree Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,9 @@ The following block shows all possible configuration keys:
109
109
version).
110
110
111
111
If you are running a MariaDB database, you must prefix the ``server_version ``
112
- value with ``mariadb- `` (e.g. ``server_version: mariadb-10.4.14 ``).
112
+ value with ``mariadb- `` (e.g. ``server_version: mariadb-10.4.14 ``). This will
113
+ change in Doctrine DBAL 4.x, where you must define the version as output by
114
+ the server (e.g. ``10.4.14-MariaDB ``).
113
115
114
116
Always wrap the server version number with quotes to parse it as a string
115
117
instead of a float number. Otherwise, the floating-point representation
Original file line number Diff line number Diff line change @@ -953,22 +953,6 @@ This tag is used to automatically register :ref:`expression function providers
953
953
component. Using these providers, you can add custom functions to the security
954
954
expression language.
955
955
956
- security.remember_me_aware
957
- --------------------------
958
-
959
- **Purpose **: To allow remember me authentication
960
-
961
- This tag is used internally to allow remember-me authentication to work.
962
- If you have a custom authentication method where a user can be remember-me
963
- authenticated, then you may need to use this tag.
964
-
965
- If your custom authentication factory extends
966
- :class: `Symfony\\ Bundle\\ SecurityBundle\\ DependencyInjection\\ Security\\ Factory\\ AbstractFactory `
967
- and your custom authentication listener extends
968
- :class: `Symfony\\ Component\\ Security\\ Http\\ Firewall\\ AbstractAuthenticationListener `,
969
- then your custom authentication listener will automatically have this tag
970
- applied and it will function automatically.
971
-
972
956
security.voter
973
957
--------------
974
958
You can’t perform that action at this time.
0 commit comments