Skip to content

Release v1.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 10:55
· 74 commits to main since this release

Release 1.3.0

  • Optional password_strength config (nowo-tech/password-strength-bundle)
  • PasswordFieldConstraintResolver and resolveForNewPassword()
  • Docs, Flex recipe, and composer suggest updates

Changelog

Added

  • Optional password_strength configuration for integration with nowo-tech/password-strength-bundle on registration and password-reset fields (enabled, level, policy_mode).
  • PasswordFieldConstraintResolver: applies PasswordStrength validator when strength is enabled, otherwise Length(min: 6).
  • PasswordFieldTypeResolver::resolveForNewPassword() — login fields unchanged; new-password flows prefer PasswordStrengthType when configured and installed.

Changed

  • Documentation: password strength section in CONFIGURATION.md; upgrade notes in UPGRADING.md; Flex recipe comment in nowo_auth_kit.yaml.
  • composer.json: suggest and require-dev entry for nowo-tech/password-strength-bundle.

Full Changelog: v1.2.0...v1.3.0