n°524 - password policy

This commit is contained in:
bruno DA SILVA
2019-11-20 16:06:13 +01:00
parent 4ae035dd51
commit 23fc4bb4f7
14 changed files with 525 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
'authent-local/2.6.2',
'authent-local/2.7.0',
array(
// Identification
//
@@ -36,7 +36,9 @@ SetupWebPage::AddModule(
// Default settings
//
'settings' => array(
// see the './datamodel.authent-local.xml' for the default settings!
),
)
);