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