Skip to content

Commit 3d27dc8

Browse files
committed
Remove mentioning of AdvancedUserInterface, which was removed in Symfony 5
1 parent 101f79e commit 3d27dc8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/troubleshooting.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ authentication process are taken by serialize/unserialize. Check which fields ar
136136

137137
It must be at least the fields that are used in the methods from ``Symfony\Component\Security\Core\User\UserInterface``.
138138

139-
If your user entity implements ``Symfony\Component\Security\Core\User\AdvancedUserInterface``, you also need the fields
140-
that are used in ``isAccountNonExpired()``, ``isAccountNonLocked()``, ``isCredentialsNonExpired()`` and ``isEnabled()``.
141-
142139
Two-factor authentication form is not shown after login
143140
-------------------------------------------------------
144141

0 commit comments

Comments
 (0)