Hi all,

I'm new in symfony developping and i've got a problem about sfguard
plugin doctrine.

I've tuned my login page but I think Doctrine makes a wrong request:

SELECT  a.* FROM (SELECT  s.id AS  s__id, s.username AS  s__username,
s.algorithm AS  s__algorithm, s.salt AS  s__salt, s.password AS
s__password, s.is_active AS  s__is_active, s.is_super_admin AS
s__is_super_admin, s.last_login AS  s__last_login, s.created_at AS
s__created_at, s.updated_at AS  s__updated_at FROM sf_guard_user s
WHERE s.username = ?) a WHERE ROWNUM <= 1 - (djey )

when I execute this request in toad, of course it doesn't work.


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