TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,38 @@
.. include:: /Includes.rst.txt
.. _breaking-69916:
=====================================================================
Breaking: #69916 - Removed BackendLogin::getRsaPublicKey AJAX handler
=====================================================================
See :issue:`69916`
Description
===========
The deprecated AJAX handler `BackendLogin::getRsaPublicKey` has been removed in favor of `rsa_publickey`. As
`getRsaPublicKey` was the only method in this class, the file
:file:`typo3/sysext/rsaauth/Classes/Backend/AjaxLoginHandler.php` has been removed without substitution.
Impact
======
Calling the removed handler will result in an error.
Affected Installations
======================
All 3rd party extensions using the removed handler are affected.
Migration
=========
Use the AJAX handler `rsa_publickey` instead of `BackendLogin::getRsaPublicKey`.
.. index:: PHP-API, Backend, ext:rsaauth