Hi, I'm trying to set up basic auth with authkit 0.4 dev, using a
separate validation function. This requires me to specify a function
and a realm.
But line 278 of authenticate/__init__.py reads:
if authenticate_conf.keys() == ['function']:
So if I pass in a realm as well as a function it doesn't try to use
the function. Why isn't this test
if 'function' in authenticate_conf.keys():
??? Is the idea that manually specified users override an auth
function?
Thanks,
Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---