Keep Register modules parameters (#1531)

This commit is contained in:
Clément OUDOT 2018-10-29 17:04:04 +01:00
parent c968973c76
commit 588852952e

View File

@ -11,7 +11,7 @@ sub compactConf {
# Remove unused auth parameters
my %keep;
foreach my $type (qw(authentication userDB passwordDB)) {
foreach my $type (qw(authentication userDB passwordDB registerDB)) {
my $mod = $conf->{$type} || 'Null';
$mod =~ s/OpenIDConnect/oidc/i;
$mod = lc($mod);