[FLOW3-general] Email confirmation in FLOW3

Bastian Waidelich bastian at typo3.org
Thu Jan 26 17:16:50 CET 2012


Thomas Plessis wrote:

Hi Thomas,

> Is there a way in FLOW3 to validate an email before activating an account?

I guess, you're not asking how to create a disabled account (you could 
do that by setting $account->setExpirationDate() to a date in the past, 
giving the account some "Disabled" role or applying 
https://review.typo3.org/#change,3245)

> I think i have to write my own authenticationProvider… Is that right?

Right, that would be the clean solution. And if it's working, feel free 
to share we could really use a generic token based authentication provider!

Alternatively you could of course write some activateAction that is not 
protected and expects some token and activates the respective Account if 
that is valid.. But the custom provider would definitely be nicer ;)

HTH
Bastian



More information about the FLOW3-general mailing list