public interface IHasPassword| Password | Represents a password entered by the user |
| IsPasswordValid |
Checks if a user-input password (like when entering a login form or making a new password) can be correct in the first place.
(Defined by ModelValidatorsExtensions) |