------------------------------------------------------------
revno: 1646
committer: Bob Jolliffe <b...@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>

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to