Closed RyannosaurusRex closed 5 years ago
🖐 I'd be happy to work on this.
I believe we will be required to scaffold the Identity pages that include an InputModel
with a StringLength
attribute on password properties (Account/Register
and Account/Manage/ChangePassword
)
If anyone is aware of a more straightforward way to approach this, please let me know.
Sounds good @justinhhorner !
Expected
Validation messages on the Register screen should be consistent at both field-level and summary.
Actual
Entering a short password (<6 characters) will result in inconsistent validation messages of `Password must be at least 8 characters and password must be at least 6 characters).
Notes
This looks like a good first issue candidate.