Description:
Local browsers may cache the password on login so that on future logins the password is automatically filled in based on the entered user id.
This may cause a security gap.
Solution:
To avoid this behavior there are the typical local browser settings for not caching the password, but the best is to avoid this caching from within theService Desk application.
A way to stop the password caching in the application is to add the parameter autocomplete="off" in the login.htmpl.
To do this:
<Please see attached file for image>