From ee2d6fce920facc8e9d2ea1f3ed397e9a339cdab Mon Sep 17 00:00:00 2001 From: Charles-Antoine Mathieu Date: Sun, 25 Feb 2024 11:12:15 +0100 Subject: [PATCH] Update authentication section of README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f08e4571..cf79cc83 100644 --- a/README.md +++ b/README.md @@ -211,12 +211,13 @@ See help for more details ### Authentication Plik can authenticate users using Local accounts or using Google or OVH APIs. - + +To enable authentication set FeatureAuthentication to "enabled" in plikd.cfg +To only allow authenticated users to upload files set FeatureAuthentication to "forced" in plikd.cfg + If source IP address restriction is enabled, user accounts can only be created from trusted IPs and then authenticated users can upload files without source IP restriction. -It possible to deny unauthenticated uploads totally ( NoAnonymousUploads ). - Admin users can access the admin dashboard and manipulate every uploads. - **Local** :