---
title: "Important: #98122 - Fix felogin variable name in TypoScript setup"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:important-98122-1671636081"
source: "Changelog/11.5.x/Important-98122-FixFeloginVariableNameInTypoScriptSetup.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Important: #98122 - Fix felogin variable name in TypoScript setup

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

## Description

The showForgotPasswordLink setting was renamed to showForgotPassword during the
refactoring to fluid templates. It is now also renamed in the TypoScript setup.

The TypoScript constant name is not changed to keep compatibility.

## Migration

Use `plugin.tx_felogin_login.settings.showForgotPassword` instead of
`plugin.tx_felogin_login.settings.showForgotPasswordLink` in TypoScript setup.
And `styles.content.loginform.showForgotPassword` instead of
`styles.content.loginform.showForgotPasswordLink` in TypoScript constants.
