File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,12 @@ class NewController extends AbstractFrontendController
41
41
/**
42
42
* Render registration form
43
43
*
44
- * @param User|null $user
45
44
* @throws JsonException
46
45
*/
47
- public function newAction (User $ user = null ): ResponseInterface
46
+ public function newAction (): ResponseInterface
48
47
{
49
48
$ this ->view ->assignMultiple (
50
49
[
51
- 'user ' => $ user ,
52
50
'allUserGroups ' => $ this ->allUserGroups ,
53
51
]
54
52
);
Original file line number Diff line number Diff line change 4
4
Changelog
5
5
=========
6
6
7
+ -
8
+ :Version: 8.2.2
9
+ :Date: 2025-05-20
10
+ :Changes:
11
+ * [BUGFIX] Security: Missing Hash Check for invitation controller - Invitation Templates must be updated (if a custom template is used)
12
+
7
13
-
8
14
:Version: 8.2.1
9
15
:Date: 2024-11-11
Original file line number Diff line number Diff line change 13
13
'author_email ' =>
'[email protected] ' ,
14
14
'author_company ' => 'in2code.de - Wir leben TYPO3 ' ,
15
15
'state ' => 'stable ' ,
16
- 'version ' => '8.2.1 ' ,
16
+ 'version ' => '8.2.2 ' ,
17
17
'constraints ' => [
18
18
'depends ' => [
19
19
'typo3 ' => '12.0.0-12.4.99 ' ,
You can’t perform that action at this time.
0 commit comments