Release v1.4.2
Release 1.4.2
- PasswordRepeatedFieldBuilder for registration and reset forms
- Fix: confirmation field uses match validation only with password strength
Changelog
Added
PasswordRepeatedFieldBuildercentralizes password + confirmation fields for registration and password-reset forms.
Fixed
- When
password_strength.enabledis true, the confirmation field no longer usesPasswordStrengthType(match validation only via toggle/SymfonyPasswordType).
Full Changelog: v1.4.1...v1.4.2