the following logic:
- user enters password
- login is successful
- user logouts
as result no matter what password was entered some stable count of asterisks is displayed (number of the shown asterisks should be different than the password is).
example:
user enters password 123. login is sucessful. then he logouts. as result password is shown like ***** (count of the asterisks is bigger than the password is)
Is that possible?
Maybe I can use ReplacementTransformationMethod, but I cannot find how to use it correctly.
0 comments:
Post a Comment