fix(web): allow to change expired password from login page

snyk-upgrade-0ec09bc7ae34af7c5d0348d49696b8f1
Francis Lachapelle 2021-05-11 15:03:02 -04:00
parent e5d957181c
commit 8e98af0e9f
1 changed files with 1 additions and 0 deletions

View File

@ -802,6 +802,7 @@ static SoProduct *commonProduct = nil;
// If the action is 'connect' (or 'logoff'), we let it go as the token
// needs to be created (or destroyed) during the session initialization
if ([_actionName isEqualToString: @"connect"] ||
[_actionName isEqualToString: @"changePassword"] ||
[_actionName isEqualToString: @"logoff"])
{
return [super performActionNamed: _actionName];