From: <dai...@us...> - 2017-05-12 23:18:53
|
Revision: 7760 http://sourceforge.net/p/web-erp/reponame/7760 Author: daintree Date: 2017-05-12 23:18:51 +0000 (Fri, 12 May 2017) Log Message: ----------- default user created correct name Modified Paths: -------------- trunk/Z_MakeNewCompany.php Modified: trunk/Z_MakeNewCompany.php =================================================================== --- trunk/Z_MakeNewCompany.php 2017-05-06 23:54:48 UTC (rev 7759) +++ trunk/Z_MakeNewCompany.php 2017-05-12 23:18:51 UTC (rev 7760) @@ -209,7 +209,7 @@ include('includes/GetConfig.php'); - prnMsg (_('The new company database has been created for' . ' ' . htmlspecialchars($_POST['NewCompany'],ENT_QUOTES,'UTF-8') . '. ' . _('The company details and parameters should now be set up for the new company. NB: Only a single user "demo" is defined with the password "weberp" in the new company database. A new system administrator user should be defined for the new company and this account deleted immediately.')), 'info'); + prnMsg (_('The new company database has been created for' . ' ' . htmlspecialchars($_POST['NewCompany'],ENT_QUOTES,'UTF-8') . '. ' . _('The company details and parameters should now be set up for the new company. NB: Only a single user "admin" is defined with the password "weberp" in the new company database. A new system administrator user should be defined for the new company and this account deleted immediately.')), 'info'); echo '<p><a href="' . $RootPath . '/CompanyPreferences.php">' . _('Set Up New Company Details') . '</a>'; echo '<p><a href="' . $RootPath . '/SystemParameters.php">' . _('Set Up Configuration Details') . '</a>'; |