Skip to Content
मेन्यू
This question has been flagged
1 Reply
1856 Views

How to limit content of a website page to public user?


Avatar
Discard
Author Best Answer

If you want to limit content of a website page to public user you can use t-if="user_id._is_public()"


As an example:


If user is logged in, he sees "Welcome!"

If user is not logged in, he sees "You are not logged in!"
Avatar
Discard
Related Posts Replies Views Activity
1
मार्च 24
3771