More help on setup process
This commit is contained in:
parent
2f55324005
commit
9b20de2391
@ -64,6 +64,10 @@ if (! is_writable($conffile))
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
print '<br>'.$langs->trans("LastStepDesc").'<br><br>';
|
||||||
|
|
||||||
|
|
||||||
print '<table cellspacing="0" cellpadding="2" width="100%">';
|
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);
|
$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
|
MigrationShippingDelivery=Upgrade storage of shipping
|
||||||
MigrationShippingDelivery2=Upgrade storage of shipping 2
|
MigrationShippingDelivery2=Upgrade storage of shipping 2
|
||||||
MigrationFinished=Migration finished
|
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
|
# upgrade
|
||||||
|
|||||||
@ -150,6 +150,8 @@ MigrationCustomerOrderShipping=Mise à jour stockage des expéditions des comman
|
|||||||
MigrationShippingDelivery=Mise à jour stockage des expéditions
|
MigrationShippingDelivery=Mise à jour stockage des expéditions
|
||||||
MigrationShippingDelivery2=Mise à jour stockage des expéditions 2
|
MigrationShippingDelivery2=Mise à jour stockage des expéditions 2
|
||||||
MigrationFinished=Migration terminée
|
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
|
# upgrade
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user