[symfony-users] [sfDoctrineGuardPlugin] Change username into email

2009-12-03 Thread David M
I would need to change the username field of sfDoctrineGuardPlugin into email, because my site will not need usernames, but unique emails. I tried to just change the name and type of the username field, but when I rebuild all I get this error: Unknown record property / related component username

Re: [symfony-users] [sfDoctrineGuardPlugin] Change username into email

2009-12-03 Thread Gábor Fási
Altough this article was written using propel, you should check it out: http://bluehorn.co.nz/2009/06/12/symfony-12-propel-and-sfguardplugin-email-login/ On Thu, Dec 3, 2009 at 12:05, David M dvd...@gmail.com wrote: I would need to change the username field of sfDoctrineGuardPlugin into email,