Skip to content

Release v1.4.2

Choose a tag to compare

@github-actions github-actions released this 05 Jul 19:58
· 64 commits to main since this release

Release 1.4.2

  • PasswordRepeatedFieldBuilder for registration and reset forms
  • Fix: confirmation field uses match validation only with password strength

Changelog

Added

  • PasswordRepeatedFieldBuilder centralizes password + confirmation fields for registration and password-reset forms.

Fixed

  • When password_strength.enabled is true, the confirmation field no longer uses PasswordStrengthType (match validation only via toggle/Symfony PasswordType).

Full Changelog: v1.4.1...v1.4.2