[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");
- [Noalyss-commit] [noalyss] branch master updated (12c15fb -> 260111c), Dany De Bontridder, 2016/02/02
- [Noalyss-commit] [noalyss] 02/06: Si on change NOALYSS_ADMINISTRATOR , après un run de l'install.php , ce sera modifié dans account_repository,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 06/06: Merge branch 'rel691-phpcompta-administrator', Dany De Bontridder, 2016/02/02
- [Noalyss-commit] [noalyss] 04/06: Oubli de changer dans CFGSEC, Dany De Bontridder, 2016/02/02
- [Noalyss-commit] [noalyss] 01/06: A l'installation permet de choisir le nom de l'administrateur, dans les versions précédentes c'était phpcompta, Dany De Bontridder, 2016/02/02
- [Noalyss-commit] [noalyss] 03/06: Testé avec MonoDossier et MultiDossier, Dany De Bontridder, 2016/02/02
- [Noalyss-commit] [noalyss] 05/06: Add translation, Dany De Bontridder, 2016/02/02