Task #79327
closedDeprecate vC veriCode method and parameter in TYPO3 Backend
100%
Description
Right now all backend urls require module token, so veriCode is not needed any more.
/**
* VeriCode returns 10 first chars of a md5 hash of the session cookie AND the encryptionKey from TYPO3_CONF_VARS.
* This code is used as an alternative verification when the JavaScript interface executes cmd's to
* tce_db.php from eg. MSIE 5.0 because the proper referer is not passed with this browser...
*
* @return string
*/
public function veriCode()
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51317
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51317
Updated by Gerrit Code Review almost 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51317
Updated by Tymoteusz Motylewski almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7e90dbcb194730263f40501a67b8411031cfb0ad.
Updated by Christian Kuhn over 1 year ago
- Related to Task #101061: Remove deprecated usage of 'scriptCall' added