Add comment

This commit is contained in:
Christophe Maudoux 2018-08-18 23:15:38 +02:00
parent 8954c67be9
commit 71f51926c0

View File

@ -34,6 +34,9 @@ sub init {
$self->logger->error($@);
return 0;
}
# If self registration is enabled and "activation" is just set to
# "enabled", replace the rule to detect if user has registered its key
if ( $self->conf->{yubikey2fSelfRegistration}
and $self->conf->{yubikey2fActivation} eq '1' )
{