[TYPO3-mvc] Double-check Password

Steffen Ritter info at rs-websystems.de
Mon Feb 1 08:07:42 CET 2010


Boris Meier schrieb:
> Hi together,
> 
> Probably an easy task, but I don't see the solution right now: 
> 
> Has somebody already implemented a server-side double-check for a controll-password from a second form-field? Or how can I pass this controll-password to the ObjectValidator?
> 
> Cheers 
> 
> Boris
> 
> 
> 
> 
> 
> 
I did, just add an additional field not mapped to an property.
In your action you can compare the value 
§this->request->getArgument('nameofPasswortField2') == 
$passedObject->getPassword

regards

Steffen


More information about the TYPO3-project-typo3v4mvc mailing list