Append 2ndFA module as default enabled modules

environments/ppa-mbqj77/deployments/1
Christophe Maudoux 7 years ago
parent 9a455f3f52
commit fdd7f12656
  1. 1
      e2e-tests/lemonldap-ng.ini
  2. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm

@ -37,6 +37,7 @@ useRedirectOnError = 0
[manager]
enabledModules = conf, sessions, notifications, 2ndFA
protection = manager
staticPrefix = /static
languages = fr, en, vi, ar

@ -52,7 +52,7 @@ sub init {
return 0;
}
$self->{enabledModules} ||= "conf, sessions, notifications";
$self->{enabledModules} ||= "conf, sessions, notifications, 2ndFA";
my @links;
my @enabledModules =
map { push @links, $_; "Lemonldap::NG::Manager::" . ucfirst($_) }

Loading…
Cancel
Save