この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
hi What is granite:AuthenticationRequired. What is the usecase of this ? How to conifigure this property?
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
Concept of CUG is mostly applicable on the published site where end user is restricted to access some of site content. Since admin user has all the permission and access, restriction of the site content won't work.
Hope it helps.
@akshaybhujbale
It is mostly used to add authentication requirement on repository level. Please check the link below:
In order to enforce authentication requirement on a node it is sufficient to add the mixin type granite:AuthenticationRequired. It is used in closed user group and it restrict a JCR node that has the mixin type granite:AuthenticationRequired defined, may optionally define an alternative login path.
will it restrict admin user?
Concept of CUG is mostly applicable on the published site where end user is restricted to access some of site content. Since admin user has all the permission and access, restriction of the site content won't work.
Hope it helps.