You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #20476 [Validator] Fix the configuration for custom password strength estimator (stof)
This PR was merged into the 7.2 branch.
Discussion
----------
[Validator] Fix the configuration for custom password strength estimator
Fixessymfony/symfony#59235
`service_closure` is about building an argument being a closure **returning** that service. This is not what we need for the custom estimator, where we need to inject the estimator callable.
Commits
-------
8aeceab Fix the configuration for custom password strength estimator
0 commit comments