File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -54,18 +54,18 @@ protected function validator(array $data)
54
54
}
55
55
```
56
56
57
- Results happen like so:
57
+ Error shows on the page like so:
58
58
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 " >
60
60
61
61
<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 " >
62
62
63
63
By default, the error message returned is ` This password is just too common. Please try another! ` .
64
64
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:
66
66
67
67
``` php
68
- 'dumbpwd' => 'You are using a dumb password abeg',
68
+ 'dumbpwd' => 'You are using a dumb password abeg',
69
69
```
70
70
71
71
## Change log
@@ -76,6 +76,10 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen
76
76
77
77
Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.
78
78
79
+ ## Inspiration
80
+
81
+ * [ Eugene Mutai] ( https://github.com/kn9ts/dumb-passwords )
82
+
79
83
## How can I thank you?
80
84
81
85
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!
You can’t perform that action at this time.
0 commit comments