mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
1355 - [Security] Password Autocomplete in Browser
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
</div>
|
||||
<div>
|
||||
<label for="pwd">{{ 'UI:Login:PasswordPrompt'|dict_s }}</label>
|
||||
<input id="pwd" type="password" name="auth_pwd" value="{{ aData.sAuthPwd }}" />
|
||||
<input id="pwd" type="password" name="auth_pwd" autocomplete="off" value="{{ aData.sAuthPwd }}" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user