Right-click the password field and then choose “Inspect Element.” It will open the document inspector window and Now you have to do is replace the word “password” with “text”.
What we have done is changed the type of the <input> field from “password” to “text” and hence the password is shown as the text input fields are never hidden.
No comments:
Post a Comment