forked from scidsg/hushline
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add logic for validation criteria of change passwords scidsg#635
Fail on: Emptry Password: Old, New Short Password <18: New (Form mismatch)* Long Password >128: New (Form mismatch)* Missing Lowercase, Uppercase, Number, Symbol: New (Form mismatch)* Equality: Old, New Pass Otherwise. *(Form mismatch): The old password form validator is not as strict as the new password form validator. Eventually this should likely be addressed with a milestone transition to equalize enforcement criteria.
- Loading branch information
Showing
1 changed file
with
32 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters