Adding Email Verification At Registration For Zend2 ZFCUser

229 Views Asked by At

I have a working application of Zend2 Skeleton with ZFCUser handling the registration and login system. I know from the docs that ZFCUser does not handle registration verification "As of yet". But I would like to integrate it.

I am new to MVC so I am trying to avoid sticking things places where they do not belong. I figure the best way to handle this would be to edit the mysql queries which create a new user by adding a hash for verification then create a custom function which creates a custom link then sends it in an email.

I have no problem writing this but I can not find how ZFCUser is creating the new users.

Where are these insert statements located? Is there a better way to handle this that is well documented online?

Thanks,

0

There are 0 best solutions below