Merged in bugfix/PMCORE-4059-A (pull request #8691)
PMCORE-4059 Password Policy is not working Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
@@ -364,7 +364,7 @@ try {
|
|||||||
//The other authentication methods should not be validated by password security policies.
|
//The other authentication methods should not be validated by password security policies.
|
||||||
if (!empty($aUser['USR_AUTH_TYPE'])) {
|
if (!empty($aUser['USR_AUTH_TYPE'])) {
|
||||||
$authType = $aUser['USR_AUTH_TYPE'];
|
$authType = $aUser['USR_AUTH_TYPE'];
|
||||||
if ($authType != "mysql" && $authType != "") {
|
if (strtolower($authType) != "mysql" && $authType != "") {
|
||||||
$policiesToExclude = [
|
$policiesToExclude = [
|
||||||
'ID_PPP_MINIMUM_LENGTH',
|
'ID_PPP_MINIMUM_LENGTH',
|
||||||
'ID_PPP_MAXIMUM_LENGTH',
|
'ID_PPP_MAXIMUM_LENGTH',
|
||||||
|
|||||||
Reference in New Issue
Block a user