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:
parent
01cd2b1ef2
commit
4157a647d0
|
@ -166,7 +166,7 @@ public class Obscure extends Object
|
|||
return m_clearValue;
|
||||
|
||||
if (OBSCURETYPE_ObscureAllAsterisk.equals(m_type)){
|
||||
return "**********";
|
||||
return "*";
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue