I have an addon where rendering of specific elements depends on several permissions, which of course may be granted to anonymous visitors. Since "SpecialUser 'Anonymous User'" returned by plone.api.user.get_current() not implements checkPermission, it makes this function somewhat useless as API.
I have an addon where rendering of specific elements depends on several permissions, which of course may be granted to anonymous visitors. Since "SpecialUser 'Anonymous User'" returned by plone.api.user.get_current() not implements checkPermission, it makes this function somewhat useless as API.