Re: [symfony-users] Re: prefill login form

2010-03-23 Thread Lea Hänsenberger
Thanks for your answers. I saved the email to the user session and set it as default in the form. That works perfectly. On Mar 23, 2010, at 16:02 , Manel wrote: > Maybe you can pass the username as a parameter and retrieve from the > request. > > On 22 mar, 16:47, Lea Haensenberger wrote: >> H

[symfony-users] Re: prefill login form

2010-03-23 Thread Manel
Maybe you can pass the username as a parameter and retrieve from the request. On 22 mar, 16:47, Lea Haensenberger wrote: > Hi all, > I'd like to pre-fill the username of the sfDoctrineGuardPlugin login > form, after the user registered and confirmed his email. Is there an > easy way to pre-fill v