Just to note that I had a similar fix to make and I think this solution is 
flawed:
 

> auth.settings.controller = 'plugin_user_admin'
>
>
It's exactly the right setting, but initialising an Auth instance uses 
`settings.controller` to  initialise a whole bunch of links and I don't 
think these get updated if you alter the setting after the event. You can 
specify the controller when you create the Auth instance, and then the 
controller is used throughout the setup

auth = Auth(db, 
            host_names=configuration.get('host.names'),
            controller='plugin_user_admin')


-- 
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 web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/df77cbc5-b6b5-44fd-ab2d-69ca3e90397fo%40googlegroups.com.

Reply via email to