Derp
(Wayne)
28 Ottobre 2019, 11:39am
1
I want to create a Discourse forum where different users have different forum access (based on a value in a database somewhere). Do you know any implementations of this? If not, then how hard do you think it would be to modify?
Thanks!
pfaffman
(Jay Pfaffman)
28 Ottobre 2019, 10:04pm
2
Have you considered using groups (collections of users) and categories (collections of topics)?
simon
28 Ottobre 2019, 10:09pm
3
Have a look at How to use category security settings to control access to content for details about setting this up with groups and categories.
Falco
(Falco)
28 Ottobre 2019, 10:10pm
4
Derp:
database somewhere
To sync the vales between the “database somewhere” and Discourse you can create a simple web service which implements our SSO API
DiscourseConnect is a core Discourse feature that allows you to configure “Single Sign-On (SSO)” to completely outsource all user registration and login from Discourse to another site. Offered to our pro, business and enterprise hosting customers .
(Feb 2021) ‘Discourse SSO ’ is now ‘DiscourseConnect ’. If you are running an old version of Discourse, the settings below will be named sso_... rather than discourse_connect_...
The Problem
Many sites wishing to integrate wit…