plone / plone.api

The Plone API
https://6.docs.plone.org/plone.api
Other
89 stars 54 forks source link

<SpecialUser 'Anonymous User'> not implements checkPermission #161

Closed rnixx closed 10 years ago

rnixx commented 10 years ago

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.

zupo commented 10 years ago

Duplicate of #163.