I'm working on a weblog application in php and javascript. I use windows live ID for authentication. The user needs to provide a password for windows live writer because live writer can't use live id.
I want to enable the user to edit his password in an html webform. although the password is typed into a password field showing only *, the value is clearly visible inside the html. Are there any ways to hide or mask the password in the html? I can't use a type old/ type new password principle because the password is not required. Any ideas?