The current stable releas of sfDoctrineGuard adds an email column email_address so the email no longer needs to be stored in the profile. There should be a setting to more directly control this without having to write your own adapter class.
Futhermore, If you arent already using a user profile its silly to make one for just three columns (2 if you exclude email now that sfguard supports it directly) when you can just override the sfGuardUser schema at the project level to add the columns in question. It would be nice if there were options to let the plugin know if you are using a profile at all or if it shoudl just look at the user class.
The current stable releas of sfDoctrineGuard adds an email column
email_addressso the email no longer needs to be stored in the profile. There should be a setting to more directly control this without having to write your own adapter class.Futhermore, If you arent already using a user profile its silly to make one for just three columns (2 if you exclude email now that sfguard supports it directly) when you can just override the sfGuardUser schema at the project level to add the columns in question. It would be nice if there were options to let the plugin know if you are using a profile at all or if it shoudl just look at the user class.