---
title: "Breaking: #68193 - ext:indexed_search Drop removeLoginpagesWithContentHash from Indexer.php"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-68193"
source: "Changelog/7.4/Breaking-68193-DropRemoveLoginpagesWithContentHashFromIndexerphp.rst"
typo3-version: "7.4"
typo3-major: 7
type: "breaking"
issue: 68193
forge: "https://forge.typo3.org/issues/68193"
tags: ["PHP-API", "ext:indexed_search"]
rendered: "2026-09-24T21:45:06+00:00"
---

# Breaking: #68193 - ext:indexed_search Drop removeLoginpagesWithContentHash from Indexer.php {#breaking-68193}

See [forge#68193](https://forge.typo3.org/issues/68193)

## Description {#description}

The method `TYPO3CMSIndexedSearchIndexer::removeLoginpagesWithContentHash()` was not used within the core since 6.0
and has been removed.

## Impact {#impact}

Calling `TYPO3CMSIndexedSearchIndexer::removeLoginpagesWithContentHash()` will throw a fatal error.

## Affected Installations {#affected-installations}

All installations with third party code using the mentioned method.

## Migration {#migration}

No migration is available.
