Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
c9974f2a
Commit
c9974f2a
authored
Mar 10, 2014
by
Marius Cramer
Browse files
Fixed: Password validator shall only check non-empty strings
parent
ed1d29a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/validate_password.inc.php
View file @
c9974f2a
...
...
@@ -96,6 +96,8 @@ class validate_password {
function
password_check
(
$field_name
,
$field_value
,
$validator
)
{
global
$app
;
if
(
$field_value
==
''
)
return
false
;
$app
->
uses
(
'ini_parser,getconf'
);
$server_config_array
=
$app
->
getconf
->
get_global_config
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment