[symfony-users] Problem With User Management

2010-01-18 Thread Darren884
I have a form for the employees department and it has the information
on the employee, including the password. The problem is I do not want
the employee to have to re-enter their password every time they fill
out the form, so if the form is blank it would maintain the same
password. Is this possible in Symfony? I have tried to modify my
update action but because I encrypt my passwords it will not validate
because the encrypted version is 40 characters in length and my
validator only passes 8-12 characters. Can someone give me any insight
on this? Shouldn't this have been a practical thing to build in?
Hasn't anyone done a user system before?

Thanks,
Darren
-- 
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.




Re: [symfony-users] Problem With User Management

2010-01-18 Thread Ashton Honnecke
In the past, when not using sfGuardDoctrineUser I have usually made a  
different reset password page, seperate from the rest of the user  
form.


Ashton

On Jan 18, 2010, at 16:31, Darren884 darren...@gmail.com wrote:


I have a form for the employees department and it has the information
on the employee, including the password. The problem is I do not want
the employee to have to re-enter their password every time they fill
out the form, so if the form is blank it would maintain the same
password. Is this possible in Symfony? I have tried to modify my
update action but because I encrypt my passwords it will not validate
because the encrypted version is 40 characters in length and my
validator only passes 8-12 characters. Can someone give me any insight
on this? Shouldn't this have been a practical thing to build in?
Hasn't anyone done a user system before?

Thanks,
Darren
--
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 
.



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