Hi, Say the change password page is at GET h.url_for(controller='account', action='password') and the new password is received via POST. After updating the password in db the user is directed back with redirect_to(controller='account', action='password').
But now how to display a _one-time_ message on the redirected page telling the user that her password has been changed successfully? Thanks. Sincerely, Jerry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
