Turn off autocompletion of User Console sign-in credentials
The User Console's sign-in settings have autocomplete turned on by default.
Perform the following steps to manually turn off the autocompletion functionality:
Stop the Pentaho Server.
Navigate to the
/pentaho-server/tomcat/webapps/pentaho/jsp
directory and open thePUCLogin.jsp
file with any text editor.Find the following two sections of code and change the autocomplete entry to
off
, as shown:<input id="j_username" name="j_username" type="text" placeholder="" autocomplete="off">
<input id="j_password" name="j_password" type="password" placeholder="" autocomplete="off">
Save and close the
PUCLogin.jsp
file.Restart the Pentaho Server.
Autocompletion of usernames and passwords is now turned off for the User Console sign-in screen.
Last updated
Was this helpful?