noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/06: Si on change NOALYSS_ADMINISTRATOR ,


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/06: Si on change NOALYSS_ADMINISTRATOR , après un run de l'install.php , ce sera modifié dans account_repository
Date: Tue, 02 Feb 2016 14:39:20 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 7cebed661275e81263fcf975b7c749d270cc79b7
Author: Dany De Bontridder <address@hidden>
Date:   Sat Jan 30 22:36:58 2016 +0100

    Si on change NOALYSS_ADMINISTRATOR , après un run de l'install.php , ce sera
    modifié dans account_repository
---
 include/lib/config_file.php |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/lib/config_file.php b/include/lib/config_file.php
index 977d140..2854088 100644
--- a/include/lib/config_file.php
+++ b/include/lib/config_file.php
@@ -149,6 +149,11 @@ function 
display_file_config($p_array,$from_setup=1,$p_os=1)
     print ("\r\n");
     print ( 'define ("noalyss_psql_host","'.$chost.'");');
     print ("\r\n");
+    print ("\r\n");
+    print ("// If you change the NOALYSS_ADMINISTRATOR , you will need to 
rerun http://..../noalyss/html/install.php";);
+    print ("\r\n");
+    print ("// But it doesn't change the password");
+    print ("\r\n");
     print ( 'define ("NOALYSS_ADMINISTRATOR","'.$cadmin.'");');
     print ("\r\n");
     



reply via email to

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