File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ # Laravel Validator Rules - Exposed Password
2+
3+ This rule will validate that a password hasn't been exposed.
4+
5+
6+ ## Installation
7+
8+ ``` bash
9+ composer require laravel-validation-rules/exposed-password
10+ ```
11+
12+
13+ ## Usage
14+
15+
16+ ### License
17+ This project is licensed under an Apache 2.0 license which you can find
18+ [ in this LICENSE] ( https://github.com/laravel-validation-rules/exposed-password/blob/master/LICENSE ) .
19+
20+
21+ ### Feedback
22+ If you have any feedback, comments or suggestions, please feel free to open an
23+ issue within this repository.
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " laravel-validation-rules/exposed-password" ,
3+ "version" : " 1.1.0" ,
4+ "type" : " metapackage" ,
5+ "require" : {
6+ "divineomega/laravel-password-exposed-validation-rule" : " 1.1.0"
7+ }
8+ }
You can’t perform that action at this time.
0 commit comments