Hello, I have auth.settings.login_next and auth.settings.register_next defined in db.py.
Both appear to be ignored. I need the user to go to a specific page after he logs in or registers. In web2py 1.99.7 auth.settings.login_next defined in db.py was respected, auth.settings.register_next wasn't. Now neither is respected. The menus show the next links that point to the page that the user came from to the registration or log in page not the page that I want them to go to. -- Alexei Vinidiktov --