sfDoctrineGuard question
- by nebur85
Hy,
I'm trying to do a "i forgot my password" functionallity. My problem is that if i try to do a Doctrine query and send password to email it retrieves password encripted. I look at some webs that DoctrineGuard don't have this functionallity and only have register and login functionallity.
Is it true?
In this case, how i can do a remember password function?
thanks