core/authentication/password-validation.directive.ts
Password validation directive using shared PasswordValidationService.
Returns { password: { minLength, maxLength, allowedCharactersList } } for full message (with allowed symbols)
or { passwordSimple: { minLength, maxLength, allowedCharactersList } } for simple message (length only).
| Providers |
PasswordValidationDirective
|
| Selector | [c8yPasswordValidation] |
| Standalone | true |