There was an error while loading. Please reload this page.
1 parent 50420d7 commit 47010e9Copy full SHA for 47010e9
book/security.rst
@@ -926,7 +926,8 @@ as it implements this interface.
926
927
The user object will be serialized and saved in the session during requests,
928
therefore it is recommended that you `implement the \Serializable interface`_
929
- in your user object.
+ in your user object. This is especially important if your ``User`` class
930
+ has a parent class with private properties.
931
932
Next, configure an ``entity`` user provider, and point it to your ``User``
933
class:
0 commit comments