Skip to content

Commit

Permalink
Merge pull request #23 from langleyfoxall/DivineOmega-patch-1
Browse files Browse the repository at this point in the history
Update regarding sequential and repetitive characters
  • Loading branch information
DivineOmega authored Sep 17, 2019
2 parents ee05b36 + 652bc81 commit a82b916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Laravel NIST Password Rules implements the following recommendations.
| Dictionary words | The `DictionaryWords` rule checks the password against a list of over 102k dictionary words. |
| Context-specific words, such as the name of the service, the username | The `ContextSpecificWords` rule checks the password does not contain the provided username, and any words defined the configured app name or app URL. |
| Context-specific words, [...] and derivatives thereof | The `DerivativesOfContextSpecificWords` rule checks the password is not too similar to the provided username, and any words defined the configured app name or app URL. |
| Repetitive or sequential characters (e.g. ‘aaaaaa’, ‘1234abcd’) | The `RepetitiveCharacters` and `SequentialCharacters` rules checks if the password contains any repetitive or sequential characters. |
| Repetitive or sequential characters (e.g. ‘aaaaaa’, ‘1234abcd’) | The `RepetitiveCharacters` and `SequentialCharacters` rules checks if the password consists of only repetitive or sequential characters. |

It also provides methods to return validation rules arrays for various
scenarios, such as register, login, and password changes. These arrays can
Expand Down

0 comments on commit a82b916

Please sign in to comment.