# Can we create two forums with the same users but different user permissions?

**URL:** https://meta.discourse.org/t/can-we-create-two-forums-with-the-same-users-but-different-user-permissions/56358
**Category:** Support
**Created:** [January 25, 2017, 11:18pm UTC](https://meta.discourse.org/t/can-we-create-two-forums-with-the-same-users-but-different-user-permissions/56358 "2017-01-25T23:18:55Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![jhanna1024](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jhanna1024/32/121261_2.png) [@jhanna1024](https://meta.discourse.org/u/jhanna1024)
#### Post date: [January 25, 2017, 11:18pm UTC](https://meta.discourse.org/t/can-we-create-two-forums-with-the-same-users-but-different-user-permissions/56358/1 "2017-01-25T23:18:55Z")

</div>

I am looking into solutions for creating two distinct Discourse forums each with their own separate content and design, however we would like both forums to share the same user base. Ideally we could put our users into certain groups and then give each group specific permissions for both spaces.

For example User Group A is our regular users with permissions to access Forum 1 but not Forum 2. User Group B is for VIP users and they will have full access to both forums.

Is something like this possible?

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [January 25, 2017, 11:57pm UTC](https://meta.discourse.org/t/can-we-create-two-forums-with-the-same-users-but-different-user-permissions/56358/2 "2017-01-25T23:57:59Z")

</div>

Sounds like you are looking for SSO (single sign on). You have a couple of ways of setting this up:

1. Have users authenticate elsewhere (like an existing website), then hook up SSO from both Forums to this site. You’ll have the same user base for both (whoever exists on the parent website), but two distinct forums.
2. Make Forum 1 the “parent” forum, which handles authentication, and then act as an SSO provider for Forum 2.

That being said, is there a reason you need to distinct _forums_? This would be much simpler to have one forum and then create the VIP area via groups and category permissions.

---

<div class="post-metadata">

### Author: ![mpalmer](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mpalmer/32/45740_2.png) [@mpalmer](https://meta.discourse.org/u/mpalmer)
#### Post date: [January 26, 2017, 12:14am UTC](https://meta.discourse.org/t/can-we-create-two-forums-with-the-same-users-but-different-user-permissions/56358/3 "2017-01-26T00:14:21Z")

</div>

Yeah, I’d definitely look very hard at groups and categories, and even extending that system if necessary, before I went with two separate forums tied together with SSO. The only case I’d consider splitting them is if it was absolutely essential that the set of moderators and admins were separate between the two, because those perms are, by design, global across an entire forum.

---

<div class="post-metadata">

### Author: ![jhanna1024](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jhanna1024/32/121261_2.png) [@jhanna1024](https://meta.discourse.org/u/jhanna1024)
#### Post date: [January 26, 2017, 12:36am UTC](https://meta.discourse.org/t/can-we-create-two-forums-with-the-same-users-but-different-user-permissions/56358/4 "2017-01-26T00:36:17Z")

</div>

@mpalmer & @jomaxro Thank you for your helpful responses!

The reason I ask about separate forums is because both of these communities already exist on two different platforms, each with their own user bases. Many users have accounts on both platforms, which is obviously not ideal for anyone. I am wondering if I can combine them together on Discourse while still giving our VIP users their separate area with its own brand and that is clearly and visibly different in style or template than the default forum for all users.

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [January 26, 2017, 12:41am UTC](https://meta.discourse.org/t/can-we-create-two-forums-with-the-same-users-but-different-user-permissions/56358/5 "2017-01-26T00:41:49Z")

</div>

> [@jhanna1024](#):
>
> I am wondering if I can combine them together on Discourse

You can. How to accomplish the import, however, may be tricky. The fact that you mention that many users have distinct accounts on two existing sites will make your life more difficult, but not impossible. I believe @pfaffman has worked on importers, he might have some insight.

> [@jhanna1024](#):
>
> giving our VIP users their separate area

That’s quite simple - put them in a group, make a new category, restrict the category to that group.

> [@jhanna1024](#):
>
> with its own brand and that is clearly and visibly different in style or template than the default forum for all users.

Doable, but it will take some CSS work. See

> [@Any live examples of category-specific CSS styling?](https://meta.discourse.org/t/any-live-examples-of-category-specific-css-styling/48964):
>
> Continuing the discussion from [Category specific css](https://meta.discourse.org/t/category-specific-css/9332/6): Did you ever try this? I’d love to look at some live examples of category-specific styling. I think that’s a pretty cool feature that is quite underused (in large part due to obscurity), and I’m wondering if there’s anything more we could do to accommodate such a feature in our upcoming Native Themes:

---

<div class="post-metadata">

### Author: ![jhanna1024](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jhanna1024/32/121261_2.png) [@jhanna1024](https://meta.discourse.org/u/jhanna1024)
#### Post date: [January 26, 2017, 12:45am UTC](https://meta.discourse.org/t/can-we-create-two-forums-with-the-same-users-but-different-user-permissions/56358/6 "2017-01-26T00:45:52Z")

</div>

This is all excellent. Thank you for these resources!

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [August 20, 2019, 6:36am UTC](https://meta.discourse.org/t/can-we-create-two-forums-with-the-same-users-but-different-user-permissions/56358/7 "2019-08-20T06:36:37Z")

</div>



---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [March 5, 2023, 8:54am UTC](https://meta.discourse.org/t/can-we-create-two-forums-with-the-same-users-but-different-user-permissions/56358/8 "2023-03-05T08:54:50Z")

</div>



---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [March 5, 2023, 10:08am UTC](https://meta.discourse.org/t/can-we-create-two-forums-with-the-same-users-but-different-user-permissions/56358/9 "2023-03-05T10:08:49Z")

</div>


