Dear,

I have a customer signup form and today I've put sfGuardUser as a
embeddedForm of my form. All is working fine, but when I save a register,
the "algorithm" and "salt" field are saved null. My codes are:

*CustomerForm, configure method:*

$guardUser = $this->object->getProfile();
        $guardForm = new sfGuardUserForm($guardUser);
        $this->embedForm("guardForm", $guardForm);

*My action:*

if ($request->isMethod(sfRequest::POST)) {
            $form->bind($request->getParameter($form->getName()),
$request->getFiles($form->getName()));
            if ($form->isValid()) {

                $customer = $form->save();

Does anyone has any ideia about what's wrong or missing?

Regards!


Hugo Magalhães Nogueira
+55 31 8594-1436

www.verticis.com.br
CMO - Verticis Web Studio

www.twitter.com/hugomn

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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