Authentication for my custom member type
from
Tim Hicks
on Dec 15, 2006 10:40 AM
Hi,
I now have a new problem with my custom member type...
Authentication never happens for instances of my type because
membrane.factory.categorymapper.CategoryMapper.isInCategory(...) returns
False for my type when called from line 113/114 of
membrane.plugins.usermanager. This causes the authenticateCredentials
method to return None.
Of course, this does not happen for the standard Remember Member, but I
can't figure out what the category mapper code is meant to be doing, or
what I haven't done to please it. Can anyone provide any clues?
Thanks,
Tim