Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

json_login problem solve #71

Open
wants to merge 2,626 commits into
base: master
Choose a base branch
from
Open

Conversation

toadbeatz
Copy link

// vendor/friendsofsymfony/user-bundle/Model/User.php

...
use Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface;
...

//add implements PasswordAuthenticatedUserInterface
abstract class User implements UserInterface,PasswordAuthenticatedUserInterface, EquatableInterface, \Serializable
{

.....

//add :?string to be compatible with PasswordAuthenticatedUserInterface
public function getPassword():?string
{
}

...
}

XWB and others added 30 commits October 3, 2019 22:45
Do not create a salt for self-salting password encoders
Fix PHPDoc GroupInterface::getId
Updated FlashListener constructor to accept SessionInterface
removed left-over from deleted docs
In Symfony 4.4.2 and PHP 7.4.1 causes error 500 similar to this:
Sylius/Sylius#10887
Commands must return an integer
Switch to short array syntax and run CS fixer
Revert "Bump the default minimal password length to 8 characters"
stof and others added 30 commits June 24, 2024 19:16
This matches the PHP requirement of Symfony 6.4 LTS which will be the
new minimum version.
Bump min versions to Symfony 6.4 and PHP 8.1
Swiftmailer is not maintained anymore.
Remove the mailer implementation based on Swiftmailer
This class was used to support Symfony 5.2 and older.
Remove the left-over PasswordUpdater class
Fix invalid mock in tests
Enable the static analysis CI workflow for the 3.x branch
Deprecate the TwigSwiftMailer implementation
Remove the reference to ZetaWebmailBundle in the documentation
Remove the implementation of the old UserProviderInterface method
Remove unnecessary compatibility checks in tests
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.