CakePHP – Activating User Account via Email

Tuesday, June 3rd, 2008

Continuing on from my User Registration with the AuthComponent post I'm going to cover how to activate user account's via email. Before we get down to the code lets look at a simple use case first. Activating User Accounts Via Email Use Case Goal: To confirm that users are registering with ...