Maybe you havent in your model the method which are in
PluginsfGuardUser ?

>From which class is your model inherited?

In PluginsfGuardUser there is an method setPassword() overwritten - it
handle the "not changing blank password"


On 26 bře, 19:02, Javier Garcia <tirengar...@gmail.com> wrote:
> Even if i unset 'password' field, it happens the same..
>
> Javi
>
> On Mar 26, 5:45 pm, Javier Garcia <tirengar...@gmail.com> wrote:
>
>
>
> > Hi again,
>
> > i have realized that when i push the "Save" button in edit form, the
> > value of the field 'password' changes (well its encrypted version).
> > Why?
>
> > I tried this time with symfony 1.3 and it happens the same.
>
> > Javi
>
> > On Mar 26, 2:06 pm, Javier Garcia <tirengar...@gmail.com> wrote:
>
> > > Hi,
>
> > > i have installed sfDoctrineGuardUser and have created this model that
> > > inherits sfGuardUser model:
>
> > > Usuario:
> > >    inheritance:
> > >      extends: sfGuardUser
> > >      type: simple
> > >    columns:
> > >      nombre_apellidos: string(60)
> > >      sexo: boolean
> > >      fecha_nac: date
> > >      provincia: string(60)
> > >      localidad: string(255)
> > >      email_address: string(255)
> > >      avatar: string(255)
> > >      avatar_mensajes: string(255)
>
> > > I have also created a module called 'miembros' based on that model.
>
> > > Well, I log normally through sfGuardAuth/signin, then i go to
> > > "miembros/edit/id/$id_of_the_member_i_used_to_log_in" and push [Saved]
> > > button. Then i logout.
>
> > > If i try to log in again, it says: "The username and/or password is
> > > invalid".
>
> > > If i load again the data member in the database, loggingin works again.
>
> > > Any idea?
>
> > > Sf 1.2
>
> > > Javi

-- 
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

To unsubscribe from this group, send email to 
symfony-users+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to