Change autocomplete attribute for password files in the login page

This commit is contained in:
Julio Cesar Laura
2013-01-03 10:01:36 -04:00
parent 1f80c0f164
commit 1536999d48
3 changed files with 17 additions and 17 deletions

View File

@@ -6,7 +6,7 @@
<USR_USERNAME type="text" size="30" maxlength="50" validate="Any">
<en>User</en>
</USR_USERNAME>
<USR_PASSWORD type="password" size="30" maxlength="32">
<USR_PASSWORD type="password" size="30" maxlength="32" autocomplete="0">
<en>Password</en>
</USR_PASSWORD>
<USER_LANG type="dropdown" sqlconnection="dbarray">