dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #23134
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11250: Disabling autocomplete for password field on login
------------------------------------------------------------
revno: 11250
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2013-06-22 21:50:51 +0200
message:
Disabling autocomplete for password field on login
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login.vm
--
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.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login.vm 2013-06-17 19:42:08 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login.vm 2013-06-22 19:50:51 +0000
@@ -49,7 +49,7 @@
</tr>
<tr>
<td><label for="j_password">Password</label></td>
- <td><input type="password" id="j_password" name="j_password" style="width:240px; height:20px;"></td>
+ <td><input type="password" id="j_password" name="j_password" style="width:240px; height:20px;" autocomplete="off"></td>
</tr>
<tr>
<td></td>