Ticket #475 (closed defect: fixed)
Add autocomplete="off" attribute to sfGuardUserAdmin form fields
| Reported by: | tboutell | Owned by: | tboutell |
|---|---|---|---|
| Priority: | major | Milestone: | 1.5 |
| Component: | apostrophePlugin | Version: | 1.5 |
| Keywords: | admin, ui, 1.5rc2 | Cc: | johnnyoffline, geoffd |
| Symfony version: | 1.4 |
Description
When editing a user in the users dashboard, add autocomplete="off" to the password fields. Client admins have been confused by this: the first password field gets autocompleted, the second doesn't, and they get an error that their passwords don't match when trying to edit some entirely different field in the user's account.
Take care to do this just for the user admin form, not for the sfGuardUserForm class which would also remove autocomplete for logins.
Change History
Note: See
TracTickets for help on using
tickets.

