mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'ent-6568-setup-module-library-no-se-puede-borrar-usuario' into 'develop'
Module library user pass let empty user/pass See merge request artica/pandorafms!3706
This commit is contained in:
commit
d992b818b2
@ -1639,12 +1639,12 @@ function config_update_config()
|
|||||||
|
|
||||||
case 'module_library':
|
case 'module_library':
|
||||||
$module_library_user = get_parameter('module_library_user');
|
$module_library_user = get_parameter('module_library_user');
|
||||||
if ($module_library_user == '' || !config_update_value('module_library_user', $module_library_user)) {
|
if (!config_update_value('module_library_user', $module_library_user)) {
|
||||||
$error_update[] = __('User');
|
$error_update[] = __('User');
|
||||||
}
|
}
|
||||||
|
|
||||||
$module_library_password = get_parameter('module_library_password');
|
$module_library_password = get_parameter('module_library_password');
|
||||||
if ($module_library_password == '' || !config_update_value('module_library_password', $module_library_password)) {
|
if (!config_update_value('module_library_password', $module_library_password)) {
|
||||||
$error_update[] = __('Password');
|
$error_update[] = __('Password');
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user