Modifying Spark user registration to include confirmation email.
Hi all,
I'm trying to modify the user registration so that the users must confirm their account.
I'm trying to use Spark::createUserWith method how ever it just won't work. I created my own CreateUser handle implementation as it's the only way for Spark not to try and pass an object to the UserRepository->create method which requires an array.
I'm really at my wits end. Has anyone attempted to modify the process and succeed?
That's good except for the technical debt created. The idea with Spark...because it is heavily opinionated...is to not modify anything or you cause yourself technical debt. Other than the settings, plans and views...I leave it all alone and use the hooks and conveniences provided by the framework. For me, capturing the event and using notifications makes for no technical debt from the framework.