This topic is locked

captcha everytime a new user registers

9/28/2010 07:59:03
PHPRunner General questions
S
sepp author

Hi ,
I try to implement a captcha for each new user.

Is there a way to show it each new user?

I thing by design it is only possible for each 4th user at the moment?!?!?
thx

Andreas

Sergey Kornilov admin 9/28/2010

Andreas,
this happens because you are logged in to PHPRunner app. In other words you are the same user. PHPRunner allows you to bypass CAPTCHA three times while you are logged in.
New users will see CAPTCHA every time because they are not logged in.

S
sepp author 10/6/2010

hi i published my project. It's still not working.... but no problem , I wait for phpr5.3

May be it is working then...
sending the registration link to the user is ok at the moment...

thx

andreas

K
karmacomposer 10/6/2010



hi i published my project. It's still not working.... but no problem , I wait for phpr5.3

May be it is working then...
sending the registration link to the user is ok at the moment...

thx

andreas


Strange. Works perfectly for me.
Mike

Sergey Kornilov admin 10/6/2010

Andreas,
you didn't understand my comment.
When you test it, CAPTCHA allows you to add a few records without entering it every time because PHPRunner application knows you are a valid user and you are logged in.
When you send registration link to your users each of them will see CAPTCHA because they are not logged in. If you want to test it it properly log out every time after you enter the CAPTCHA.