Fixed ldap conf tooltips

Former-commit-id: 957a6c1d90ce99630fa2327c829f178561192a50
This commit is contained in:
Luis Calvo 2019-03-05 09:09:24 +01:00
parent 1cfabda53e
commit 2ceba76d22
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if (is_ajax()) {
if ($type_auth != 'mysql') {
// Fallback to local authentication
$row = [];
$row['name'] = __('Fallback to local authentication').ui_print_help_tip(__('Enable this option if you want to fallback to local authentication when remote (ldap etc...) authentication failed.'), true);
$row['name'] = __('Fallback to local authentication').ui_print_help_tip(__('Enable this option if you want to fallback to local authentication when remote (ldap etc...) authentication failed. Only available when \'Save password\' is enabled.'), true);
$row['control'] = html_print_checkbox_switch('fallback_local_auth', 1, $config['fallback_local_auth'], true);
$table->data['fallback_local_auth'] = $row;