Closed (works as designed)
Project:
Clear saved password field
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2011 at 14:02 UTC
Updated:
16 Apr 2012 at 13:09 UTC
<input type="username" [...] autocomplete="on" />
or
someForm.setAttribute( "autocomplete", "off" );
Tada! Works for all browser.
Comments
Comment #1
vkareh commentedThat's exactly what this module does. Closing.
Comment #2
ecrazor commentedIf browser is not support javascript?
Comment #3
vkareh commentedSaving passwords is a browser option set by the user, as is JavaScript. Since we cannot control all user options on their browsers, we use the most likely scenario: users that choose to save their passwords, will likely not have JavaScript disabled.
Scenarios outside of that do not really apply to this module.