We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08f4a04 + a4e8370 commit db3dd4cCopy full SHA for db3dd4c
Classes/Sandstorm/UserManagement/Controller/ResetPasswordController.php
@@ -65,6 +65,17 @@ public function indexAction()
65
{
66
}
67
68
+ public function initializeRequestTokenAction()
69
+ {
70
+ $config = $this->arguments->getArgument('resetPasswordFlow')->getPropertyMappingConfiguration();
71
+ $config->allowProperties('email');
72
+ $config->setTypeConverterOption(
73
+ \TYPO3\Flow\Property\TypeConverter\PersistentObjectConverter::class,
74
+ \TYPO3\Flow\Property\TypeConverter\PersistentObjectConverter::CONFIGURATION_CREATION_ALLOWED,
75
+ TRUE
76
+ );
77
+ }
78
+
79
/**
80
* @param ResetPasswordFlow $resetPasswordFlow
81
*/
0 commit comments