BUG-14775 In the source code /workflow/engine/classes/model/UsersProperties.php line 153-160 variable $iLength is obtained by calculating the number of characters in the password, if the password is valid variable $aErrors no longer sets the corresponding flag to activate the validators in the Windows password change. IMPROVEMENT.

This commit is contained in:
Roly Rudy Gutierrez Pinto
2014-06-12 17:31:25 -04:00
parent cd92610a59
commit 89c72b97ab

View File

@@ -125,7 +125,6 @@ class UsersProperties extends BaseUsersProperties
public function validatePassword ($sPassword, $sLastUpdate, $iChangePasswordNextTime, $nowLogin = false)
{
error_log(PPP_MINIMUM_LENGTH);
if (! defined( 'PPP_MINIMUM_LENGTH' )) {
define( 'PPP_MINIMUM_LENGTH', 5 );
}