I'm trying to use my custom login page.
In models\db.py I put
auth.settings.login_url = "/myapp/myctl/user/login"
When I go to a protected page, I get the expected login page 'myapp
\myctl\user\login' .
If I enter a user email and a bad password, I get sent to the page
'myapp\default\user\login' .
How can I return to my login page?
Karl
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en.