HI!
yes ... is possible but, you'll need to make some modifications to
sfGuardPluigin.

Add something like:
public function executeEdit(sfWebRequest $request)
  {
    $this->form1 = new FooForm();


parent::executeEdit($request);
  }



On Tue, Sep 15, 2009 at 1:23 AM, Mihai RUSOAIE <mi...@rusoaie.com> wrote:

>  Hello!
>
> (Thanks to Alecs for the prompt reply to my previous question regarding
> sfGuard)
>
> I have followed the instructions at
> http://trac.symfony-project.org/wiki/sfGuardPluginExtraDocumentation
>
> Is there any way to keep all the information in the same form/module: user,
> password, group and profile?
>
> Before I inserted the additional profile fields, I could subscribe the user
> to several groups directly from the backend sf_guard_user module. Now I can
> edit the username, password and all the additional profile data I added, but
> I cannot edit the group membership.
>
> Thank you!
>
> Mihai Rusoaie
> e-Business Consultant
> Mobile: +40 72 RUSOAIE
> Web: http://mihai.rusoaie.com
>
> >
>


-- 
As programmers create bigger & better idiot proof programs, so the universe
creates bigger & better idiots!
I am on web:  http://www.alecslupu.ro/
I am on twitter: http://twitter.com/alecslupu
I am on linkedIn: http://www.linkedin.com/in/alecslupu
Tel: (+4)0748.543.798

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to