#8462 closed enhancement (fixed)
Enhanced "autocomplete=off" enforcement for password field in user edit
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.7 | Priority: | normal |
| Severity: | normal | Version: | 2.7 |
| Component: | Optimization | Keywords: | has-patch password user-edit reporter-feedback |
| Focuses: | Cc: |
Description
Even with autocomplete=off, the first password field of the user edit form can be pre-populated with current password
Simply adding $('#pass1').val('') makes sure it's really "autocomplete=off"
Attachments (2)
Change History (7)
#1
follow-up:
↓ 3
@
18 years ago
- Keywords reporter-feedback added
- Version set to 2.7
Hmm that is a squirrely fix :-)
What browsers is this an issue in?
#2
@
18 years ago
It happens to me in FF3.0.4. It is also putting my username in the Jabber/GoogleTalk field. I have to clear both fields before saving my profile.
#3
in reply to:
↑ 1
@
18 years ago
Replying to westi:
Hmm that is a squirrely fix :-)
What browsers is this an issue in?
Westi: also using FF 3.0.4 Win. The thing is: no matter what OS/browser, the .val('') bit is totally harmless. I just find it a waste that I have to run a little plugin just for this:)
Note: See
TracTickets for help on using
tickets.
Password can still be pre-filled