Commit afe1585
Ashish Agarwal
Bug#14588148: PASSWORD VALIDATION PLUGIN DOES NOT
WARN ON INVALID DICTIONARY FILE
PROBLEM: No warnings generated when dictionary
file constraints are violated.
SOLUTION: Warnings are generated when constraints
are violated. File must be in lower-case,
uppercase letters are not compared. Mixed
case dictionary file will be implemented
as another feature request.1 parent 491e863 commit afe1585
3 files changed
Lines changed: 21 additions & 1 deletion
File tree
- mysql-test
- r
- t
- plugin/password_validation
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
| |||
72 | 78 | | |
73 | 79 | | |
74 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
75 | 84 | | |
| 85 | + | |
76 | 86 | | |
77 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
78 | 91 | | |
| 92 | + | |
79 | 93 | | |
80 | 94 | | |
81 | 95 | | |
82 | 96 | | |
83 | 97 | | |
84 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
85 | 102 | | |
86 | 103 | | |
87 | 104 | | |
| |||
240 | 257 | | |
241 | 258 | | |
242 | 259 | | |
243 | | - | |
| 260 | + | |
244 | 261 | | |
| 262 | + | |
245 | 263 | | |
246 | 264 | | |
247 | 265 | | |
| |||
0 commit comments