On Apr 22, 11:03 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
> ticket_master = db.auth_user.insert(first_name=fname,
>                                  last_name=lname,
>                                  email=maile,
>
> password=db.auth_user.password.requires[0](passwd)[0]))
>
> unless you have a custom auth_user model. In that case depdends on the
> password validator(s)
>

I'm sorry your solution *does* work, I misread it in the reply, the
formatting got off and I was treating it like a separate variable. So
it works! When you first start web2py the user gets created (and every
time the user gets deleted as well. I'll figure out a better way to do
this later on. For now call this a feature). But the password gets set
properly and you can login and perform actions as the user. Thanks for
all the suggestions, until next time.



-- 
Subscription settings: http://groups.google.com/group/web2py/subscribe?hl=en

Reply via email to