Skip to content

Commit 02c6719

Browse files
authored
Merge pull request #2 from CodeYourFuture/master
Update 7-password-validator.js
2 parents 53971c4 + 8d17c19 commit 02c6719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

week-3/2-mandatory/7-password-validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To be valid, a password must:
1010
- Have at least one English uppercase letter (A-Z)
1111
- Have at least one English lowercase letter (a-z)
1212
- Have at least one number (0-9)
13-
- Have at least one non-alphanumeric symbol ("!", "#", "$", "%", ".")
13+
- Have at least one non-alphanumeric symbol ("!", "#", "$", "%", ".", "*", "&")
1414
1515
Passwords must not be any previous password in the passwords array.
1616

0 commit comments

Comments
 (0)