Skip to content

Commit

Permalink
Merge pull request #7006 from smartcontractkit/feature/sc-46068/passw…
Browse files Browse the repository at this point in the history
…ord-error-msg

Updates password expected complexity msg
chainchad authored Jul 19, 2022
2 parents 6ac6033 + 1acfb1a commit 101b2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/utils/password.go
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ var TrailingWhitespace = regexp.MustCompile(`\s+$`)
var (
ErrMsgHeader = fmt.Sprintf(`
Expected password complexity:
Must be longer than %d characters
Must be at least %d characters long
Must not comprise:
Leading or trailing whitespace
A user's API email

0 comments on commit 101b2a0

Please sign in to comment.