noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 18/32: Improve install config.inc.php file


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 18/32: Improve install config.inc.php file
Date: Thu, 5 Jan 2023 14:18:31 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 45db43e65552edf1a7ba69e8d3d6a20a3f73ec89
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Dec 25 14:21:11 2022 +0100

    Improve install config.inc.php file
---
 include/lib/config_file.php | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/lib/config_file.php b/include/lib/config_file.php
index 4fa090284..7384844d3 100644
--- a/include/lib/config_file.php
+++ b/include/lib/config_file.php
@@ -251,6 +251,12 @@ function 
display_file_config($p_array,$from_setup=1,$p_os=1)
     print ("// \$pdftk = /snap/bin/pdftk \r\n");
     print ("// uncomment to activate the captcha on login page\r\n");
     print ("// define('NOALYSS_CAPTCHA',true);\r\n");
+    print ("// Uncomment if you want to activate the possibility to 
reinitialize;\r\n");
+    print ("// password by email\r\n");
+    print ("// defined('RECOVER','1');\r\n");
+    print ("// Uncomment and define if you want to Name of the sender of the 
email \r\n");
+    print ("// if you activate the possibility to reinitialize password by 
email\r\n");
+    print ("// define('ADMIN_WEB', 'www-data@localhost');\r\n");
 
 }
 /*!\brief create the config file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]