HI, I want to be able to have some permissions on the anon user,
pretty much in the way trac does it.
I was looking at the source and I found the following.
else:
# TODO: I'd like a to be able to give permissions to
# anonymous users explicitly this means passing a default
# user object to the sql authenticator so it can be
# injected when the user is not found...
identity['groups'] = list()
identity['permissions'] = list()
So could you elaborate on what is needed?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Trunk" 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/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---