When password is copy/pasted...

LBaliao

Member
Hello.

I need some help. I have a password field that I mask by replacing any printable character with "*". However, I need to change the program to allow user to copy the password from somewhere else then paste it in the fill-in using the mouse. I can still validate the password on leave but my goal is to convert the pasted password into a string of "*" and at no time display the actual password on the fill-in.

If you have any idea on how I can do this, I would appreciate your help.

Thanks.
Liza
 

dayv2005

Member
Wow this sucks, because i was going to give you my code, that i assumed did this. but when i tried it out i realized mine does the same thing as yours haha well at least you helped me find something that i didn't realize was going on haha.
 
Top