How do I update my login page to allow or obscure what is being entered by the user
Applies to
EZproxy
Answer
1. Update the code in login.htm page
2. find the field to be edited and change the type tag to password to hide or text to allow it to be seen.
Additional information
here is an example <input type="text" name="user" /> this is for the username field and for it to be visible