Skip to content

Commit

Permalink
Item14506: Reset tests require that email be enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Dec 6, 2017
1 parent 7926502 commit 61171fa
Showing 1 changed file with 9 additions and 0 deletions.
Expand Up @@ -52,6 +52,15 @@ THIS
return;
}

sub loadExtraConfig {
my ( $this, $context, @args ) = @_;
$this->SUPER::loadExtraConfig( $context, @args );
$Foswiki::cfg{EnableEmail} = 1;

return;
}


################################################################################
################################ RESET PASSWORD TESTS ##########################

Expand Down

0 comments on commit 61171fa

Please sign in to comment.