Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Forbid Inactive Users (AdvancedUserInterface) #2816

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Forbid Inactive Users (AdvancedUserInterface) #2816

wants to merge 1 commit into from

Conversation

mohamedaymenkarmous
Copy link

New in Symfony version 4.1: The AdvancedUserInterface class was deprecated in Symfony 4.1 and no alternative is provided. If you need this functionality in your application, implement a custom user checker that performs the needed checks.
And after checking this official documentation : http://symfony.com/doc/current/security/entity_provider.html
We should:

  • Remove AdvancedUserInterface better now than later
    OR
  • Replacing AdvancedUserInterface By Symfony\Component\Security\Core\User\UserInterface

New in Symfony version 4.1: The AdvancedUserInterface class was deprecated in Symfony 4.1 and no alternative is provided. If you need this functionality in your application, implement a custom user checker that performs the needed checks.
And after checking this official documentation : http://symfony.com/doc/current/security/entity_provider.html
We should:
- Remove AdvancedUserInterface better now than later
OR
- Replacing AdvancedUserInterface  By Symfony\Component\Security\Core\User\UserInterface
@devtronic
Copy link

Take a look on this PR ;-) #2815

@XWB
Copy link
Member

XWB commented Jul 20, 2018

^^

@XWB XWB closed this Jul 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.