mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
Symfony 5.3 - Remove deprecated BasePasswordEncoder
This commit is contained in:
parent
dbf6b701de
commit
324ce95f7d
1 changed files with 3 additions and 2 deletions
|
@ -27,12 +27,13 @@
|
|||
|
||||
namespace App\Security;
|
||||
|
||||
use Symfony\Component\Security\Core\Encoder\BasePasswordEncoder;
|
||||
use Symfony\Component\PasswordHasher\Hasher\CheckPasswordLengthTrait;
|
||||
use Symfony\Component\Security\Core\Exception\BadCredentialsException;
|
||||
|
||||
class LegacyPasswordEncoder extends BasePasswordEncoder
|
||||
class LegacyPasswordEncoder
|
||||
{
|
||||
|
||||
use CheckPasswordLengthTrait;
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue