To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Ticket #475 (closed defect: fixed)

Opened 19 months ago

Last modified 13 months ago

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

Changed 13 months ago by geoffd

  • keywords ui, 1.5rc2 added; ui removed
  • version changed from 1.4 to 1.5
  • milestone changed from 1.4.2 to 1.5

Is this done?

Changed 13 months ago by tboutell

  • status changed from new to closed
  • resolution set to fixed

I just hit this in [3189]. I am stomping out autocomplete="off" very thoroughly for fields in that form

Note: See TracTickets for help on using tickets.