Actions
Task #91337
closed[bugfix] Wrong constant referer
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-05-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
This issue was automatically created from https://github.com/TYPO3/TYPO3.CMS/pull/249
Added Info from the dupe:
file:
typo3/sysext/felogin/Configuration/TypoScript/setup.typoscript:12
- templateName = {$styles.content.loginform.emailTemplateName}
+ templateName = {$styles.content.loginform.email.templateName}
Leads to an error (with default config only) when requesting password change.
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/64432
Updated by Sebastian Iffland over 4 years ago
- Related to Bug #91338: Wrong TS constant link added
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/64432
Updated by Anonymous over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b7dc8b293574df69de02c6886418092671f9e154.
Actions