DanElbert / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

vt-password: Default error message TOO_SHORT is missing 'be' #143

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a LengthRule
2. Set the minimum length to 8 characters
3. Validate a password with less that 8 characters

What is the expected output? What do you see instead?

It looks like there is a typo in the default TOO_SHORT message. I would expect 
it to read, "Password must be at least %1$s characters in length." Instead, it 
currently reads, "Password must at least %1$s characters in length."

What version of the product are you using? On what operating system?
3.1.1 on Linux

Please provide any additional information below.
The listing here seems to have the typo too.

http://code.google.com/p/vt-middleware/wiki/vtpassword#Customizing_error_message
s

Original issue reported on code.google.com by pegramph...@gmail.com on 28 Nov 2012 at 7:01

GoogleCodeExporter commented 8 years ago
Obviously, one can work around the issue by following the steps to customize 
the error messages.

Original comment by pegramph...@gmail.com on 28 Nov 2012 at 7:04

GoogleCodeExporter commented 8 years ago
Fixed in r2559.
Wiki updated.

Original comment by dfis...@gmail.com on 30 Nov 2012 at 2:52