|
Post by ZINC on Jul 11, 2011 12:26:55 GMT 10
Global Footer
<script type="text/javascript"> <!-- // Delete password field in FIREFOX
if(document.modifyForm && document.modifyForm.password) { window.onload = function(){ document.modifyForm.password.value = '';} } // --> </script>
|
|
|
Post by Zaxinou on Jul 11, 2011 13:06:29 GMT 10
This removes the auto fill for saved passwords doesn't it?
|
|
|
Post by ZINC on Jul 11, 2011 13:14:39 GMT 10
No, if you're in firefox and you modify your profile your saved password shows in the change password box. When you go to modify your profile it says something about your password..... =/
|
|
|
Post by Zaxinou on Jul 11, 2011 13:17:25 GMT 10
Yeah I only ever use Firefox I know what you're talking about it auto fills the saved password and this code removes that so you can save changes
|
|