JasonBaier / ci3-fire-starter

NOW THAT CODEIGNITER 4 HAS BEEN RELEASED, THIS PROJECT WILL NOT BE UPDATED ANYMORE. CI3 Fire Starter is a CodeIgniter3 skeleton application that includes jQuery and Twitter Bootstrap. It is intended to be light weight, minimalistic and not get in your way of building great CodeIgniter 3 applications.
MIT License
153 stars 152 forks source link

removing _check_email() function call when register #14

Closed simogeo closed 9 years ago

simogeo commented 9 years ago

removing _check_email() function call when register

JasonBaier commented 9 years ago

Thanks for catching that error. But instead of removing the validation check, we still want to be sure the email address is not in use when registering for an account. Therefore, I added two separate custom validations, one to make sure the email exists when resetting password (_check_email_exists), and one for making sure the email isn't used when registering for an account (_check_email).