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,37 @@
.. include:: /Includes.rst.txt
.. _deprecation-79327:
===========================================================================
Deprecation: #79327 - Deprecate AbstractUserAuthentication::veriCode method
===========================================================================
See :issue:`79327`
Description
===========
The :php:`AbstractUserAuthentication::veriCode` method has been marked as deprecated.
Right now all Backend urls require module token, so veriCode is not needed any more.
The Veri token was used as an alternative verification when the JavaScript interface executes cmds to tce_db.php from eg. MSIE 5.0 because the proper referrer is not passed with this browser...
Impact
======
Calling :php:`AbstractUserAuthentication::veriCode` will trigger a deprecation log entry.
Affected Installations
======================
Any installation having extensions calling :php:`AbstractUserAuthentication::veriCode`
Migration
=========
Remove calls to `veriCode` or any `vC` HTTP parameter evaluation from your code. Ensure your code uses `moduleToken` to protect backend urls.
.. index:: Backend, JavaScript, PHP-API