Tried both. No change. I think retrieve_password is the form where an email to reset password is sent. After sending the mail I want to go to my own controller function.
On Aug 20, 4:26 pm, mdipierro <[email protected]> wrote: > I think you want to set reset_password_next > > auth.settings.retrieve_password_next > > On Aug 20, 6:01 am, Adi <[email protected]> wrote: > > > > > Hi, > > > I'm setting auth.settings.retrieve_password_next = my_custom_url so > > that after sending out reset password mail, the my_custom_url page > > should open. However, web2py is taking user to default/index. > > > Any help?

