[web2py] Re: Redirecting to user/profile?

2012-06-25 Thread RKS
I actually just decided that I probably just need to manually add new values to db.auth.users. That way this is actually a non-issue and I won't even need to worry about it. I think it may be harder since I don't know how to do that, especially with the checks on if auth.user or IS_IN_DB refere

[web2py] Re: Redirecting to user/profile?

2012-06-25 Thread Anthony
It may help if you show some code. On Monday, June 25, 2012 5:04:03 PM UTC-4, RKS wrote: > > I'm having some issues I don't fully understand. I've customized an > auth.login using login_form.custom.widget.email etc in a controller. It > works fine and logs in users like you would expect. > > How