Niphlod
unread,Apr 14, 2013, 8:35:56 AM4/14/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-d...@googlegroups.com
well, from a theoretical standpoint, all the code should be searched by instances of session.auth: I'm assuming there are a lot of places with the value hardcoded
a few examples: the signature check in html.py, permission checking in the grid, wiki too, and of course all the internals of auth needs to be checked closely
Plugins also needs to be rewritten, as they assume there's a fixed auth object available....
for what is worth, having two separate instance for a small usecase seems hard to maintain.