Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable viewing forum content unless logged in #743

Closed
bdharrington7 opened this issue Jan 8, 2014 · 5 comments
Closed

Disable viewing forum content unless logged in #743

bdharrington7 opened this issue Jan 8, 2014 · 5 comments

Comments

@bdharrington7
Copy link
Contributor

Would it be difficult to implement a setting where content in the forum wasn't available unless a user was logged in?

@barisusakli
Copy link
Member

Shouldn't be hard to implement. We can add a middleware that checks if they are logged in and if not redirect them to a landing page.

It would apply to api routes as well as routes in webserver.js and should be configurable from the ACP.

@psychobunny
Copy link
Contributor

Check this out as well, as an alternative strategy

#733

@tedr56
Copy link

tedr56 commented Feb 3, 2014

Since #661 is implemented, this could be done combined with #733

@barisusakli
Copy link
Member

One way of doing it here
http://community.nodebb.org/topic/686/#4836

@psychobunny
Copy link
Contributor

Since #661 is implemented, this could be done combined with #733

yeah for sure. @bdharrington7 let me know if there's anything else you were looking for re: this functionality

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants