discuitnet / discuit

A free and open-source community discussion platform.
https://discuit.net
GNU Affero General Public License v3.0
422 stars 50 forks source link

Only admins can create communities? #6

Open newnetmp3 opened 11 months ago

newnetmp3 commented 11 months ago

I have gotten the site up & running and have been able to make an admin user and a normal user account, however no matter what i set 'forumCreationReqPoints:' to my normal user is unable to create a community.

defaultFeedSort: hot
disableForumCreation: false
forumCreationReqPoints: 2
maxForumsPerUser: 15
imagesFolderPath: "images"

the only thing that happpens is a popup saying "Something went wrong" with no help in the logs that i can find.

previnder commented 11 months ago

Yeah, right now, normal users can't create communities. There are a couple of security issues to fix there before I can enable that.

TylerCode commented 11 months ago

I assume this is at least partially related to the issue #2? Maybe this can help push that conversation one way or another too.