Change autocomplete attribute for password files in the login page
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<USR_USERNAME type="text" size="30" maxlength="50" validate="Any">
|
<USR_USERNAME type="text" size="30" maxlength="50" validate="Any">
|
||||||
<en>User</en>
|
<en>User</en>
|
||||||
</USR_USERNAME>
|
</USR_USERNAME>
|
||||||
<USR_PASSWORD type="password" size="30" maxlength="32">
|
<USR_PASSWORD type="password" size="30" maxlength="32" autocomplete="0">
|
||||||
<en>Password</en>
|
<en>Password</en>
|
||||||
</USR_PASSWORD>
|
</USR_PASSWORD>
|
||||||
<USER_LANG type="dropdown" sqlconnection="dbarray">
|
<USER_LANG type="dropdown" sqlconnection="dbarray">
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<en>User</en>
|
<en>User</en>
|
||||||
</USR_USERNAME>
|
</USR_USERNAME>
|
||||||
|
|
||||||
<USR_PASSWORD type="password" size="30" maxlength="32" >
|
<USR_PASSWORD type="password" size="30" maxlength="32" autocomplete="0">
|
||||||
<en>Password</en>
|
<en>Password</en>
|
||||||
</USR_PASSWORD>
|
</USR_PASSWORD>
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<en>User</en>
|
<en>User</en>
|
||||||
</USR_USERNAME>
|
</USR_USERNAME>
|
||||||
|
|
||||||
<USR_PASSWORD type="password" size="30" maxlength="32" >
|
<USR_PASSWORD type="password" size="30" maxlength="32" autocomplete="0">
|
||||||
<en>Password</en>
|
<en>Password</en>
|
||||||
</USR_PASSWORD>
|
</USR_PASSWORD>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user