---
title: "Breaking: #67932 - felogin template has been changed for RSA encryption"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-67932"
source: "Changelog/7.4/Breaking-67932-FeloginTemplateHasBeenChanged.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Breaking: #67932 - felogin template has been changed for RSA encryption

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

## Description

Due to the introduction of the new rsaauth API the felogin template has been changed.

A new HTML data-attribute had to be added to the password field in order to enable the RSA encryption Javascript code.

## Impact

If rsaauth is enabled and the template is not updated, no login is possible.

## Affected Installations

Any installation using a custom felogin template and having rsaauth enabled for frontend.

## Migration

The template has to be adjusted and a `data-rsa-encryption` attribute has to be added to the password field in `<!--###TEMPLATE_LOGIN###-->`

The field definition in your template has to be updated to like this:

```html
<input type="password" id="pass" name="pass" value="" data-rsa-encryption="" />
```
