Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
2090 Lượt xem

Hi, the Forum is visible to all users, even without signing in.

How can we make it visible only after signing in?

Thanks

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Have a look at this free app: https://www.odoo.com/apps/modules/9.0/website_security/ 


Basically, you should try to add to all forum controllers (website_forum/controllers/main.py) to http.routes a special argument 'auth'

E.g.

@http.route(['/forum'], type='http', auth="user", website=True)    def forum(self, **kwargs):
Ảnh đại diện
Huỷ bỏ