diff --git a/UI/SOGoUI/UIxComponent.m b/UI/SOGoUI/UIxComponent.m index d21a63845..12939f9a6 100644 --- a/UI/SOGoUI/UIxComponent.m +++ b/UI/SOGoUI/UIxComponent.m @@ -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];