Release v1.3.0
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_strengthconfiguration for integration withnowo-tech/password-strength-bundleon registration and password-reset fields (enabled,level,policy_mode). PasswordFieldConstraintResolver: appliesPasswordStrengthvalidator when strength is enabled, otherwiseLength(min: 6).PasswordFieldTypeResolver::resolveForNewPassword()— login fields unchanged; new-password flows preferPasswordStrengthTypewhen 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 fornowo-tech/password-strength-bundle.
Full Changelog: v1.2.0...v1.3.0