Setting up internal foswiki (only authorized can view / edit)

I want to create an internal foswiki, which only authorized users have access to and can view / edit content. One way to do this is to modify the .htaccess file for the folder and create as many as authorized users. But it is not very safe, so I do not want to use it.

Is there a way to do this in Foswick.

+3
source share
1 answer

the best way is to use configure to install all scripts that require login.

you need to click "yes, I read the entire docco button" at the top, and then expand the "Security" section

, {AuthScripts}. cgi script, , - .

- ACL - . http://foswiki.org/System/AccessControl

Sven Foswiki:)

+5

Source: https://habr.com/ru/post/1757466/


All Articles