Closed simogeo closed 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).
removing _check_email() function call when register