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

Ticket #460 (closed enhancement: fixed)

Opened 20 months ago

Last modified 20 months ago

Add support for using doctrine inheritance on sfGuardUser

Reported by: dordille Owned by: tboutell
Priority: major Milestone: 1.4.1
Component: sfDoctrineApplyPlugin Version:
Keywords: Cc:
Symfony version: 1.4

Description

Currently sfDoctrineApplyPlugin requires that an sfGuardUserProfile class exist, however we like being able to extend sfGuardUser in our projects when we need to add additional profile data. sfDoctrineApplyPlugin should still work when this is the case.

Change History

Changed 20 months ago by tboutell

  • owner changed from boutell to tboutell
  • status changed from new to accepted

Changed 20 months ago by tboutell

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

This is done in the new 1.2 branch (which doesn't directly support the old profile approach at all). It would not be an easy upgrade for old sites since first_name and last_name are not easily derived from fullname.

Note: See TracTickets for help on using tickets.