tusury / vt-middleware

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

vt-password: i18n AbstractCharacterRule.getCharacterType() #201

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In order to make vt-password usable for other languages (non-english) it would 
be necessary to customize/internationalize the characterType (subclasses of 
edu.vt.middleware.password.AbstractCharacterRule.getCharacterType() ), e.g.
"digits" or "uppercase" or "non-alphanumeric";

I already translated the possible messages (here to German), including
INSUFFICIENT_CHARACTERS=Das Passwort muss mindestens %1$s %2$s beinhalten.

However, the second parameter is by default filled with the non translatable 
characterType.

Version: vt-password 3.1.1
(not yet tested on 3.1.2, however the 3 bug description that were reported 
fixed in 3.1.2 do not relate to that)

Original issue reported on code.google.com by az.creat...@googlemail.com on 28 Nov 2013 at 8:44

GoogleCodeExporter commented 8 years ago
Has also been reported in a comment on stackoverflow: 
http://stackoverflow.com/a/12100263

Original comment by az.creat...@googlemail.com on 28 Nov 2013 at 8:59

GoogleCodeExporter commented 8 years ago
Tracking this on issue 232.

Original comment by dfis...@gmail.com on 9 Oct 2014 at 6:45