From 37709da2c33c485dbe0e8ad84d8910f9a58bcb09 Mon Sep 17 00:00:00 2001 From: uckelman Date: Mon, 4 Apr 2005 02:38:29 +0000 Subject: [PATCH] ENCRYPTED_PASSWD comment now reflects current practice. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4654 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- config/config-dist.ini | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/config/config-dist.ini b/config/config-dist.ini index f8172bf5b..4384f6eff 100644 --- a/config/config-dist.ini +++ b/config/config-dist.ini @@ -127,10 +127,12 @@ ENABLE_REVERSE_DNS = true ; ADMIN_PASSWD is ignored on HttpAuth ;ADMIN_PASSWD = -; It is recommended that you use the passencrypt.php utility to encode the -; admin password, in the event that someone gains ftp or ssh access to the -; server and directory containing phpwiki. Once you have pasted the -; encrypted password into ADMIN_PASSWD, uncomment this next line. +; Encrypted passwords are default. It is recommended that you use +; the passencrypt.php or the configurator.php utility to encode +; the admin password, which provides added security in the event that +; someone gains ftp or shell access to the server and directory containing +; phpwiki. To use plain text passwords, in particular for the ADMIN_PASSWD, +; set ENCRYPTED_PASSWD to false. ENCRYPTED_PASSWD = true ; Private ZIP Dumps of All Wiki Pages -- 2.45.0