Hilfe beim Absichern des Forums

I need to lock down my space as a matter of urgency, so that nobody can view anything. How do I do this? Is this possible?

You may have to go into more detail I suspect to describe exactly what you need.

To hide the forum from anonymous users check login required in site settings. However, note this will ruin SEO as search engines will have nothing to link to.

Beyond that start removing groups from read rights in Category Security settings which will individually hide Categories.

4 „Gefällt mir“

I’ll come back to this asap, thank you!

You can log out all users and put the site in read only mode.

But you can also just do a

  ./launcher stop app
2 „Gefällt mir“

Probably worth adding how you can do that?

i believe it’s

./launcher enter app
rails r 'UserAuthToken.destroy_all'

You may want to consider posting a banner or global notice before running the command to inform your users.

3 „Gefällt mir“

also this topic may help, depending on what your concerns are

2 „Gefällt mir“

Well, yeah, if I knew how! :rofl: Thanks, @Lilly!

3 „Gefällt mir“