Refresh security token when mail is not found (#1589)

This commit is contained in:
Clément OUDOT 2018-12-21 15:02:55 +01:00
parent 7d290a562d
commit 7c236be247
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ sub _reset {
# unless portalErrorOnMailNotFound is set
if ( $self->conf->{portalErrorOnMailNotFound} ) {
$self->setSecurity($req);
return PE_MAILNOTFOUND;
}