Hi,

I want to use ajax to retrieve a password.

So....if I use ajax to send the user email name to the ajax
function.....

1) How to I set set the code I need to return the password?  I am not
looking for other ways to accomplish this task.

Here is my code

def ajax_retrieve_password():
      email=request.vars.email #e.g. t...@test.com

      //Fill in the blanks

      return password

Thanks

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

Reply via email to