I have an edit form that takes in two parameters, an id of the user
and user password.  It is designed for the first time log in so the
user is forced to create a password after following a link (that
contains the automatically generated password and their id).

For example:   example.com/user/resetPassword/45/password

(where the user id is '45' and the password is 'password')

If I enter an invalid password on the form, then it does validate it
correctly and displays the error message but the new address becomes:
example.com/user/resetPassword/45
and it truncates the password parameter and then it no longer
functions like it should.

Can some one help me please?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to