Skip to content
Snippets Groups Projects
Commit 9b20de23 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

More help on setup process

parent 2f553240
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,10 @@ if (! is_writable($conffile))
exit;
}
print '<br>'.$langs->trans("LastStepDesc").'<br><br>';
print '<table cellspacing="0" cellpadding="2" width="100%">';
$db = new DoliDb($conf->db->type,$conf->db->host,$conf->db->user,$conf->db->pass,$conf->db->name,$conf->db->port);
......
......@@ -149,6 +149,7 @@ MigrationCustomerOrderShipping=Migrate shipping for customer orders storage
MigrationShippingDelivery=Upgrade storage of shipping
MigrationShippingDelivery2=Upgrade storage of shipping 2
MigrationFinished=Migration finished
LastStepDesc=<strong>Last step</strong>: Define here login and password you plan to use to connect to software. Do no loose this as it is the account to allow to administer all others.
#########
# upgrade
......
......@@ -150,6 +150,8 @@ MigrationCustomerOrderShipping=Mise à jour stockage des expéditions des comman
MigrationShippingDelivery=Mise à jour stockage des expéditions
MigrationShippingDelivery2=Mise à jour stockage des expéditions 2
MigrationFinished=Migration terminée
LastStepDesc=<strong>Dernière étape</strong>: Définissez ici le compte et mot de passe du premier utilisateur que vous allez utiliser pour vous pour vous connecter à l'application. Ne perdez pas ces identifiants, il s'agit du compte permettant d'administrer les autres.
#########
# upgrade
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment