mdarifmustafa / vt-middleware

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

vt-password: add rule to which only allows passwords with a defined set of characters #115

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add AllowedCharacterRule, which functions as the opposite of the 
IllegalCharacterRule.

Original issue reported on code.google.com by dfis...@gmail.com on 1 Jul 2011 at 9:51

GoogleCodeExporter commented 8 years ago
The only difficulty with this issue will be the naming. Here is the proposed 
message, contrasted with the existing IllegalCharacterRule message:

ILLEGAL_CHAR=Password contains the illegal character '%1$s'.
ALLOWED_CHAR=Password contains the illegal character '%1$s'.

The rule result parameter would also be the same: 'illegalCharacter'

Original comment by dfis...@gmail.com on 1 Jul 2011 at 9:55

GoogleCodeExporter commented 8 years ago
See r2022.

Original comment by dfis...@gmail.com on 1 Jul 2011 at 10:22

GoogleCodeExporter commented 8 years ago
I think the proposed message is clear.

Original comment by marvin.addison@gmail.com on 2 Jul 2011 at 5:06

GoogleCodeExporter commented 8 years ago

Original comment by dfis...@gmail.com on 28 Sep 2011 at 7:50