forcedSAML must not be shown in authentication choices

This commit is contained in:
Clément Oudot 2010-09-27 08:53:16 +00:00
parent c546d7c9a9
commit 6697e4a221

View File

@ -152,6 +152,9 @@ sub _buildAuthLoop {
my $name = $_;
# Ignore 'forcedSAML'
next if $name eq 'forcedSAML';
# Name can have a digit as first character
# for sorting purpose
# Remove it in displayed name