The client I am using is android, hence cant use web based forms. e.g. currently i am working on the request reset password. The client will capture the email id and call a controller function with email id as an argument. That function basically should send an email to the user with a link to reset the password. I called request_reset_password from the tools package, but that returns a form. How can I process this form, pass the arguments, read the return value or error messages back, all programatically in the controller function and then send the status back to the client.
-- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

