Skip to content

Commit 9f6eec9

Browse files
docs(laravel-password): Add Inspiration
1 parent b264eb0 commit 9f6eec9

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Diff for: README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,18 @@ protected function validator(array $data)
5454
}
5555
```
5656

57-
Results happen like so:
57+
Error shows on the page like so:
5858

59-
<img width="1101" alt="screen shot 2016-07-02 at 1 10 22 pm" src="https://cloud.githubusercontent.com/assets/2946769/16540466/be96cd5c-405d-11e6-9412-35a89da03edd.png">
59+
<img width="1093" alt="screen shot 2016-07-02 at 2 12 14 pm" src="https://cloud.githubusercontent.com/assets/2946769/16540503/103e0390-405f-11e6-9c4c-5d02dc1ce7ec.png">
6060

6161
<img width="1095" alt="screen shot 2016-07-02 at 1 22 45 pm" src="https://cloud.githubusercontent.com/assets/2946769/16540468/c6bd71f2-405d-11e6-8f34-d3a9b1b27e77.png">
6262

6363
By default, the error message returned is `This password is just too common. Please try another!`.
6464

65-
You can customize the error message by opening `resources/lang/en/validation.php` and adding it like so:
65+
You can customize the error message by opening `resources/lang/en/validation.php` and adding to the array like so:
6666

6767
```php
68-
'dumbpwd' => 'You are using a dumb password abeg',
68+
'dumbpwd' => 'You are using a dumb password abeg',
6969
```
7070

7171
## Change log
@@ -76,6 +76,10 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen
7676

7777
Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.
7878

79+
## Inspiration
80+
81+
* [Eugene Mutai](https://github.com/kn9ts/dumb-passwords)
82+
7983
## How can I thank you?
8084

8185
Why not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter or HackerNews? Spread the word!

0 commit comments

Comments
 (0)