diff --git a/inc/config.class.php b/inc/config.class.php index 984e679..1e6f914 100644 --- a/inc/config.class.php +++ b/inc/config.class.php @@ -457,7 +457,8 @@ public function showConfigForm() { $groups = self::getGroups(); $key = Toolbox::sodiumDecrypt($fields['key']); - + $cronTask = new CronTask(); + $cronTask->getFromDBByCrit(['name' => 'ImportOktaUsers']); ?>
@@ -560,12 +561,15 @@ public function showConfigForm() { > - + > + + + diff --git a/locales/fr_FR.po b/locales/fr_FR.po index 3868e66..f0bd45f 100644 --- a/locales/fr_FR.po +++ b/locales/fr_FR.po @@ -83,3 +83,7 @@ msgstr "Utilisateurs importés avec succès" #: inc/config.form.php: 67 msgid "Config updated successfully" msgstr "Configuration mise à jour avec succès" + +#: inc/config.form.php: 563 +msgid "Deactivate unlisted users" +msgstr "Désactiver les utilisateurs non listés" diff --git a/locales/okta.pot b/locales/okta.pot index 6298e4c..7177134 100644 --- a/locales/okta.pot +++ b/locales/okta.pot @@ -83,3 +83,7 @@ msgstr "" #: inc/config.form.php: 67 msgid "Config updated successfully" msgstr "" + +#: inc/config.form.php: 563 +msgid "Deactivate unlisted users" +msgstr ""