Re: [web2py] How to add user to user_auth table of CAS

2011-07-01 Thread sagar nigade
oops thinkig some other way soory...thats simple it can be encoded using urllib2 and send to cas app..there i can get in request.vars.i thinks thats the right approach.. On Fri, Jul 1, 2011 at 4:34 PM, sagar wrote: > Hi, > > I have situation where ,once I recive Email ids from users i have >

[web2py] How to add user to user_auth table of CAS

2011-07-01 Thread sagar
Hi, I have situation where ,once I recive Email ids from users i have autogenerate password and mail to them. I can insert this info to my local user_auth table. I can add it in local user_auth table like below password="password" db.auth_user.insert(first_name="autotest",last_name="autotest",e