dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #04940
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1646: Added autocomplete="off" to input fields on login page.
------------------------------------------------------------
revno: 1646
committer: Bob Jolliffe <bobj@bobj-laptop>
branch nick: trunk
timestamp: Fri 2010-03-12 16:38:18 +0000
message:
Added autocomplete="off" to input fields on login page.
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login.html
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login.html'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login.html 2009-12-10 22:00:36 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login.html 2010-03-12 16:38:18 +0000
@@ -21,11 +21,11 @@
</tr>
<tr>
<td><label for="j_username">Username</label></td>
- <td><input type="text" id="j_username" name="j_username" style="width:18em"></td>
+ <td><input type="text" id="j_username" name="j_username" style="width:18em" autocomplete="off"></td>
</tr>
<tr>
<td><label for="j_password">Password</label></td>
- <td><input type="password" id="j_password" name="j_password" style="width:18em"></td>
+ <td><input type="password" id="j_password" name="j_password" style="width:18em" autocomplete="off"></td>
</tr>
<tr>
<td></td>