From: <var...@us...> - 2021-08-11 15:57:11
|
Revision: 10492 http://sourceforge.net/p/phpwiki/code/10492 Author: vargenau Date: 2021-08-11 15:57:09 +0000 (Wed, 11 Aug 2021) Log Message: ----------- config/config-dist.ini: add explanations for AUTH_USER_FILE, thanks to Harold Hallikainen Modified Paths: -------------- trunk/config/config-dist.ini Modified: trunk/config/config-dist.ini =================================================================== --- trunk/config/config-dist.ini 2021-08-11 14:17:09 UTC (rev 10491) +++ trunk/config/config-dist.ini 2021-08-11 15:57:09 UTC (rev 10492) @@ -647,7 +647,12 @@ ; File authentication options: ; ; File to read for authentication information. -; Popular choices are /etc/shadow and /etc/httpd/.htpasswd +; Popular choices are /etc/shadow and /etc/httpd/.htpasswd-users +; To add a user, run the command +; htpasswd -c /var/www/html/phpwiki/.htpasswd-users UserName +; where UserName is the user to be added. You will be prompted twice for the password. +; Option "-c" is needed only the first time to create the file. +; File must be readable and writable for webserver ;AUTH_USER_FILE = /etc/shadow ; Defines whether the user is able to change their own password via PHPWiki. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |