Merge pull request #1147 from julceslauhub/master

Change autocomplete attribute for password files in the login page
This commit is contained in:
julceslauhub
2013-01-03 06:01:00 -08:00
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"> <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">

View File

@@ -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>

View File

@@ -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>