Skip to content

Commit 774aec8

Browse files
committed
Remove mentioning of AdvancedUserInterface, which was removed in Symfony 5
1 parent 69b8b90 commit 774aec8

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
@@ -146,9 +146,6 @@ authentication process are taken by serialize/unserialize. Check which fields ar
146146

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

149-
If your user entity implements ``Symfony\Component\Security\Core\User\AdvancedUserInterface``, you also need the fields
150-
that are used in ``isAccountNonExpired()``, ``isAccountNonLocked()``, ``isCredentialsNonExpired()`` and ``isEnabled()``.
151-
152149
Two-factor authentication form is not shown after login
153150
-------------------------------------------------------
154151

0 commit comments

Comments
 (0)