N°8933 - Change password default length

This commit is contained in:
Benjamin Dalsass
2026-02-18 14:36:38 +01:00
committed by GitHub
parent 9d3311e623
commit 807f2a88bc
19 changed files with 19 additions and 19 deletions

View File

@@ -220,7 +220,7 @@ class UserLocalTest extends ItopDataTestCase
],
'expectedCheckStatus' => false,
'expectedCheckIssues' => 'Password must be at least 8 characters and include uppercase, lowercase, numeric and special characters.',
'expectedCheckIssues' => 'Password must be at least 12 characters and include uppercase, lowercase, numeric and special characters.',
'userLanguage' => 'EN US',
],
'notValidPattern custom message string not array' => [