Thanks guys, I will try your suggestions tommorrow

Regards,

JoJo

2010/2/24 Gábor Fási <maerl...@gmail.com>

> That would be pretty bad, as it would re-hash the password field at every
> save.
>
> On Wed, Feb 24, 2010 at 21:36, Alexandru-Emil Lupu <gang.al...@gmail.com>
> wrote:
> > You can do it like that :
> >
> > public function save(PropelPDO $con = null)
> > {
> >  $this->password = md5($this->password);
> >  parent::save();
> > }
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "symfony users" group.
> To post to this group, send email to symfony-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@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