noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/19: highlight default password


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/19: highlight default password
Date: Mon, 9 Sep 2019 13:54:57 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 925ffa3f0420b7a860bbaf55efd21a782d5d373b
Author: Dany De Bontridder <address@hidden>
Date:   Sat Sep 7 23:26:13 2019 +0200

    highlight default password
---
 html/install.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/html/install.php b/html/install.php
index f600471..330e1ae 100644
--- a/html/install.php
+++ b/html/install.php
@@ -214,8 +214,10 @@ if (isset($_POST['save_config'])) {
        echo '<h2 class="warning">',_("Voici l'utilisateur et mot de passe de 
l'utilisateur administrateur de Noalyss , il a tous les droits et a accès à 
tout."
                . " Connectez-vous avec ses identifiants et changer le mot de 
passe dans préférence (en haut à droit)"),
                "</h2>";
+       echo '<div style="background-color:lightgrey">';
        echo '<p style="font-size:120%">'._('Utilisateur administrateur'),' 
','<span style="color:red"> ',$cadmin,'</span>','</p>';
        echo '<p style="font-size:120%">',_('Mot de passe'),'<span 
style="color:red"> phpcompta </span>','</p>';
+       echo '</div>';
       // Create the db
       if (is_writable(NOALYSS_INCLUDE)) { 
         $url=config_file_create($_POST,1,$os); 



reply via email to

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