I've had mixed results with using the adduser.py script that was published here a while ago. I often don't seem to be able to set the password in a usable way. That is, the step
new_user = auth.register_bare(email="[email protected]", password= '4example') creates (or updates) the auth_user table entry as expected, but when I go to myserver.com/myapp/user/login?next=/ I get a flash message of "invalid login" and I am back to the login form. Why is this? /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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/d/optout.

