When I set

auth.settings.controller = 'admin'

Shouldn't it then default to that?

When I request an action that requries login, it takes me to
http://127..../init/default/user/login which is... well wrong.

Looking at the code, the login_url, etc... uses self.url() however the
setttings.controller references 'default'. So when you are setting
this in your model its already too late, and you need to set every
single one of the url's (again).

Is this part of the design or... ?

-Thadeus

--

You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.


Reply via email to