View permission to check logged in members

plone, zope

Solution

In a stock Plone authenticated but not anonymous users may change their own password. You can use that permission. It is called:

cmf.SetOwnPassword

Problem

I'd like to limit a view in the Plone site root for logged in members only. Which permission I should check? For the clarification I'd like to use this permission as Zope 3 view config and have something which works by default. I don't want to create and assign a permission to Authenticated myself if I can avoid the situation.

Original source