mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-08 03:29:41 +01:00
Remove todo comment associated to #602
This commit is contained in:
parent
8a0655e333
commit
18ff5d5331
@ -49,8 +49,6 @@ public class ValidationService {
|
|||||||
|| password.length() > settings.getProperty(SecuritySettings.MAX_PASSWORD_LENGTH)) {
|
|| password.length() > settings.getProperty(SecuritySettings.MAX_PASSWORD_LENGTH)) {
|
||||||
return MessageKey.INVALID_PASSWORD_LENGTH;
|
return MessageKey.INVALID_PASSWORD_LENGTH;
|
||||||
} else if (settings.getProperty(SecuritySettings.UNSAFE_PASSWORDS).contains(passLow)) {
|
} else if (settings.getProperty(SecuritySettings.UNSAFE_PASSWORDS).contains(passLow)) {
|
||||||
// TODO #602 20160312: The UNSAFE_PASSWORDS should be all lowercase
|
|
||||||
// -> introduce a lowercase String list property type
|
|
||||||
return MessageKey.PASSWORD_UNSAFE_ERROR;
|
return MessageKey.PASSWORD_UNSAFE_ERROR;
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
Reference in New Issue
Block a user