IDEMPIERE-3408 Encrypted Field can explore by normal user / found an issue if a password box has a length littler than 10 characters (can be plugins or max length defined in dictionary)

This commit is contained in:
Carlos Ruiz 2017-07-12 01:12:11 +02:00
parent 01cd2b1ef2
commit 4157a647d0
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ public class Obscure extends Object
return m_clearValue;
if (OBSCURETYPE_ObscureAllAsterisk.equals(m_type)){
return "**********";
return "*";
}
//