Captcha Issue
Eric -- I am finding out that the way my user registration solution is set up -- Registrants will never get to use the users_Registration.php , this is because when they register -- they use the users_Registration_Simple.php which does not have to display the captcha. They then get a email in their inbox asking them to verify their email. When they verified their email, and they login again the users_Profile.php is what they will get. Since neither the users_Profile.php nor the users_Registration_Simple.php contain the captcha -- it means the use will never have to go through the security measure that captcha is trying to provide.
This is what I will like to do to ensure that I am not getting bogus registrants. I will like that either:
1) when the registrants verifies his\her email, and re-login, the registrant is redirected to users_Registration.php where he can now complete his registration as it is now -- when the registrant re-login upon email verification he\she is directed to users_Profile.php , which does not contain captcha.
OR
2) I will like such that I can modify the users_Registration_Simple.php to include captcha.
Q1: How do I achieve either of the two stated goal with the least pain?
Many thanks in Advance
I really need this to be addressed.
Michael