Releases: fsi-open/admin-security-bundle
Releases · fsi-open/admin-security-bundle
Allowed all Symfony 6.x components and doctrine/orm ^3.0
Added UserCheckerInterface implementation to check if user is enabled before logging in
Merge pull request #158 from chives/dev Added UserCheckerInterface implementation to check if user is enabled before logging in
Initial 4.0 release
Merge pull request #157 from szymach/release Added getUserIdentifier method to base user class
Dropped support for PHP below 7.4 and Symfony below 4.4
3.3.0 Merge branch '3.2' into 3.3
Fixed incorrect user object comparison on user list
Merge pull request #148 from szymach/3.2 Better comparison for users on admin list batch action
Restrict doctrine/persistence and php versions, better static code analysis
Merge pull request #132 from chives/3.2 Test on php 7.4, improve static analysis
Fixed accessing id on user classes that do not have it
Merge pull request #130 from szymach/3.2 Fixed attempting to access getId method on a user class without it
Prevent accessing empty firewall config instance when checking for password change enforcement
Merge pull request #129 from szymach/3.2 Prevent accessing empty firewall config instance when checking for password change enforcement
3.2.2: Merge pull request #128 from rn0/binary_passwd_2
Convert random binary bytes to hexadecimal representation
Fixed resend activation token action
Merge pull request #126 from szymach/3.2 Fixed new activation token not being persisted to database