mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
n°524 - password policy
💚 fix CI regression (previous tests are sometimes incompatible with the default password policy)
This commit is contained in:
@@ -247,6 +247,9 @@ $MySettings = array(
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
$MyModuleSettings = array(
|
$MyModuleSettings = array(
|
||||||
|
'authent-local' => array (
|
||||||
|
'password_validation.pattern' => '',
|
||||||
|
),
|
||||||
'itop-attachments' => array (
|
'itop-attachments' => array (
|
||||||
'allowed_classes' => array (
|
'allowed_classes' => array (
|
||||||
0 => 'Ticket',
|
0 => 'Ticket',
|
||||||
|
|||||||
Reference in New Issue
Block a user