vipuleheuristic

Results 1 issues of vipuleheuristic

I have created custom registration and integrate emailconfirmation in model like this: ``` $user->generateConfirmationToken(); $this->sendConfirmationEmail($user) ``` when user registers the confirmation email sent but when click on confirmation link nothing...