Add more info on security page
This commit is contained in:
parent
c375668ab6
commit
14e3d04e25
@ -245,8 +245,22 @@ if (empty($dolibarr_main_restrict_ip)) {
|
|||||||
print '<span class="opacitymedium">'.$langs->trans("None").'</span>';
|
print '<span class="opacitymedium">'.$langs->trans("None").'</span>';
|
||||||
//print ' <span class="opacitymedium">('.$langs->trans("RecommendedValueIs", $langs->transnoentitiesnoconv("IPsOfUsers")).')</span>';
|
//print ' <span class="opacitymedium">('.$langs->trans("RecommendedValueIs", $langs->transnoentitiesnoconv("IPsOfUsers")).')</span>';
|
||||||
}
|
}
|
||||||
|
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
|
if (empty($conf->global->SECURITY_DISABLE_TEST_ON_OBFUSCATED_CONF)) {
|
||||||
|
print '<strong>$dolibarr_main_db_pass</strong>: ';
|
||||||
|
if (!empty($dolibarr_main_db_pass) && !preg_match('/^crypted:/', $dolibarr_main_db_pass)) {
|
||||||
|
print img_picto('', 'warning').' '.$langs->trans("DatabasePasswordNotObfuscated").' <span class="opacitymedium">('.$langs->trans("Recommanded").': '.$langs->trans("SetOptionTo", $langs->transnoentitiesnoconv("MainDbPasswordFileConfEncrypted"), yn(1)).')</span>';
|
||||||
|
//print ' <span class="opacitymedium">('.$langs->trans("RecommendedValueIs", $langs->transnoentitiesnoconv("IPsOfUsers")).')</span>';
|
||||||
|
} else {
|
||||||
|
print img_picto('', 'tick').' '.$langs->trans("");
|
||||||
|
}
|
||||||
|
|
||||||
|
print '<br>';
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Menu security
|
// Menu security
|
||||||
|
|
||||||
|
|||||||
@ -221,8 +221,8 @@ NotCompatible=This module does not seem compatible with your Dolibarr %s (Min %s
|
|||||||
CompatibleAfterUpdate=This module requires an update to your Dolibarr %s (Min %s - Max %s).
|
CompatibleAfterUpdate=This module requires an update to your Dolibarr %s (Min %s - Max %s).
|
||||||
SeeInMarkerPlace=See in Market place
|
SeeInMarkerPlace=See in Market place
|
||||||
SeeSetupOfModule=See setup of module %s
|
SeeSetupOfModule=See setup of module %s
|
||||||
|
SetOptionTo=Set option <b>%s</b> to %s
|
||||||
Updated=Updated
|
Updated=Updated
|
||||||
Nouveauté=Novelty
|
|
||||||
AchatTelechargement=Buy / Download
|
AchatTelechargement=Buy / Download
|
||||||
GoModuleSetupArea=To deploy/install a new module, go to the Module setup area: <a href="%s">%s</a>.
|
GoModuleSetupArea=To deploy/install a new module, go to the Module setup area: <a href="%s">%s</a>.
|
||||||
DoliStoreDesc=DoliStore, the official market place for Dolibarr ERP/CRM external modules
|
DoliStoreDesc=DoliStore, the official market place for Dolibarr ERP/CRM external modules
|
||||||
@ -2141,4 +2141,6 @@ ModuleUpdateAvailable=An update is available
|
|||||||
NoExternalModuleWithUpdate=No updates found for external modules
|
NoExternalModuleWithUpdate=No updates found for external modules
|
||||||
SwaggerDescriptionFile=Swagger API description file (for use with redoc for example)
|
SwaggerDescriptionFile=Swagger API description file (for use with redoc for example)
|
||||||
YouEnableDeprecatedWSAPIsUseRESTAPIsInstead=You enabled deprecated WS API. You should use REST API instead.
|
YouEnableDeprecatedWSAPIsUseRESTAPIsInstead=You enabled deprecated WS API. You should use REST API instead.
|
||||||
RandomlySelectedIfSeveral=Randomly selected if several pictures are available
|
RandomlySelectedIfSeveral=Randomly selected if several pictures are available
|
||||||
|
DatabasePasswordObfuscated=Database password obfucated in conf file
|
||||||
|
DatabasePasswordNotObfuscated=Database password obfucated in conf file
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user