Erudika / scoold

A Stack Overflow clone for teams (self-hosted or hosted)
https://scoold.com
Apache License 2.0
859 stars 234 forks source link

Is it possible to disallow "Anonymous" accounts? #235

Closed marcinjahn closed 3 years ago

marcinjahn commented 3 years ago

Users are able to make their profiles "anonymous" - is it possible to disable that?

albogdano commented 3 years ago

https://github.com/Erudika/scoold#anonymous-posts

marcinjahn commented 3 years ago

Right, I somehow missed that. However, after enabling that, and restarting the whole stack, the user is still able to enable "Anonymous" access:

image

Here's the setting that I added to scoold-application.conf:

# Disable anonymous users
para.profile_anonimity_enabled = false
marcinjahn commented 3 years ago

I think this setting is not "PRO", right?

albogdano commented 3 years ago

Fixed in 7cdf8bf