Promoting r266 to live. refs #1268
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -265,7 +265,7 @@ class Validation extends Common\Validation { | ... | @@ -265,7 +265,7 @@ class Validation extends Common\Validation { |
| 265 | throw new Exception('<li>Password can not be blank</li>'); | 265 | throw new Exception('<li>Password can not be blank</li>'); |
| 266 | } | 266 | } |
| 267 | 267 | ||
| 268 | if (isset($val[PASS_MAX_LEN + 1])) { | 268 | if (isset($val[PASS_MAX_LEN])) { |
| 269 | throw new Exception('<li>Password can not be longer than ' . PASS_MAX_LEN . ' characters.</li>'); | 269 | throw new Exception('<li>Password can not be longer than ' . PASS_MAX_LEN . ' characters.</li>'); |
| 270 | } | 270 | } |
| 271 | 271 | ... | ... |
-
Please register or sign in to post a comment