[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 27/46: Task #0001793: Installation mot de pas
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 27/46: Task #0001793: Installation mot de passe |
Date: |
Mon, 4 May 2020 13:38:50 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 6dcbd862fd22ef38638b2ffb0f570c601baf2b4a
Author: Dany De Bontridder <address@hidden>
AuthorDate: Tue Mar 24 14:21:48 2020 +0100
Task #0001793: Installation mot de passe
---
html/install.php | 2 +-
include/constant.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/html/install.php b/html/install.php
index 180c3cd..a83e7e1 100644
--- a/html/install.php
+++ b/html/install.php
@@ -525,7 +525,7 @@ if ($account == 0 ) {
/* update name administrator */
$cadmin=NOALYSS_ADMINISTRATOR;
$cn->exec_sql("update ac_users set
use_login=$1,use_password=md5($2),use_active=1 where use_id=1",
- array(strtolower($cadmin,$icpassword_admin)));
+ array(strtolower($cadmin),$icpassword_admin));
$cn->commit($cn);
diff --git a/include/constant.php b/include/constant.php
index e033001..04b6388 100644
--- a/include/constant.php
+++ b/include/constant.php
@@ -85,7 +85,7 @@ $g_succeed="<span
style=\"font-size:18px;color:green\">✓</span>";
define ('SMALLX','ⵝ');
define ('BUTTONADD',"✚");
-
+ define("NOALYSS_VERSION",9999);
define ('SVNINFO',NOALYSS_VERSION);
if ( ! defined ('DEBUG')) {
define ("DEBUG",false);
- [Noalyss-commit] [noalyss] 26/46: Task #0001793: Installation mot de passe, (continued)
- [Noalyss-commit] [noalyss] 26/46: Task #0001793: Installation mot de passe, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 32/46: Task #0001793: Installation mot de passe Empêche @mobile , doc, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 34/46: Bug #0001245: Type actif - passif pour nouvelle fiche à partir de fiche Erreur dans PARM_POSTE pour la compta française, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 35/46: Bug #0001245: Type actif - passif pour nouvelle fiche à partir de fiche Erreur dans PARM_POSTE pour la compta française, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 28/46: Task #0001793: Installation mot de passe remove debug info, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 33/46: Task #1277 : RTF conversion char accentuated, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 36/46: Merge branch 'dev7202', Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 38/46: Fiche.Test : add test cmp_name and get_row, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 40/46: Fix cosmetic and typo, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 22/46: HtmlOutput tab , add mode row, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 27/46: Task #0001793: Installation mot de passe,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 29/46: Task #0001793: Installation mot de passe for password , use NOALYSS_ADMIN_PASSWORD, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 31/46: Task #0001793: Installation mot de passe Adapt comment, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 37/46: Bug database.class.php : n'applique pas le patch, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 39/46: Test Unit Acc_Account_Legder , rounded value fixed, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 41/46: Cleanup + new logo, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 43/46: Improve installation for MONO : doc + password, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 45/46: Output_Tab : set mode to row by default + cosmetic, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 46/46: Merge branch 'dev7220' into pre7300, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 42/46: Improve installation for MONO : doc + password, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 44/46: fixup! Fix cosmetic and typo, Dany De Bontridder, 2020/05/04