Verification code

Author Message
ArmyAirForces
  • Total Posts : 660
  • Reward points : 10140
Verification code - Mon. Oct 12, '09 1:43 PM
0
I like the captcha idea.  However, I keep running into users, or potential users, who just don't understand the verification (captcha) code.   I don't know if they see it, but don't realize what it is, or what?

I think its usage at log in / registration / email verification point could be improved.      

How? 

Various ideas I've come up with - hoping there's a better idea out there somewhere:

1.   Shorten the input field to 4 characters.   You could type a full sentence there now.
2.   Perhaps break the input field into 4 separate single character blocks?
3.   Flip the positioning of the random 4 digit code and the input field.
4.   Add 'something' to emphasis that the code is random, and can be clicked to reload.

My .2 bits for the day.

cmpenney
  • Total Posts : 467
  • Reward points : 6905
  • Joined: Jul 13 '05
Re:Verification code - Mon. Oct 12, '09 5:24 PM
0
I would be nice if there was an option to remove it all together for the login. I like having it on the registration but I really don't see a point having it on the login if machines can't register. 

I know my users would be happy if it was gone.

Samuel
  • Total Posts : 11785
  • Reward points : 168230
  • Joined: May 23 '01
Re:Verification code - Mon. Oct 12, '09 8:12 PM
0
Thanks for your suggestion, Army.

You can flip the position now if you want by changing the ImgPlacementStyle property of the ASPPG:CaptchaCTL using the theme file ~/App_Themes/Theme_Name/ASPPG.skin. What you can also change is the length of the textbox.

I will be sure to improve the tooltip for the captcha in the next version.

By the way, the login page captcha protection is really required because of brute force attack for passwords can happen on this page.
ASPPlayground.NET
~ see our Version 4 plans here


cmpenney
  • Total Posts : 467
  • Reward points : 6905
  • Joined: Jul 13 '05
Re:Verification code - Mon. Oct 12, '09 8:19 PM
0
I know it's possible but unlikely for most people's sites and they really aren't used elsewhere on other forums out there. I'd just like to have the option to not use it on the login page if I chose.

vantheo
  • Total Posts : 2
  • Reward points : 60
  • Joined: Oct 21 '09
Re:Verification code - Wed. Oct 21, '09 8:20 AM
0
Hi,

Yes the captcha sometimes annoy but it is required against attacks.

cmpenney
  • Total Posts : 467
  • Reward points : 6905
  • Joined: Jul 13 '05
Re:Verification code - Wed. Oct 21, '09 8:29 AM
0
I respectfully disagree. I use probably 5-6 different forums on a regular basis and at least a dozen from time to to time plus Facebook, etc.
 
Not one of them uses a CAPTCHA at login. I'm not saying that it's a bad feature to have as an option but I think it should be just that, an option.
 
It really is important at Registration and should not be removed, but at login it just not anywhere near as important.
 
I'm not saying to remove the feature, just make it optional, that's all.
 

patricksnead24
  • Total Posts : 1
  • Reward points : 60
  • Joined: Nov 14 '09
Re:Verification code - Sat. Nov 14, '09 9:34 AM
0
Hi All,

          I also disagree. I use 3 to 4 forums like digital point. It is important at registration. what do you think ?

Regards,




cmpenney
  • Total Posts : 467
  • Reward points : 6905
  • Joined: Jul 13 '05
Re:Verification code - Sat. Nov 14, '09 10:09 AM
0
So you don't think it should be a requirement at login?

Samuel
  • Total Posts : 11785
  • Reward points : 168230
  • Joined: May 23 '01
Re:Verification code - Sat. Nov 14, '09 2:14 PM
0
Hi everyone,

FYI, Captcha can be made optional in 3.6, and you can decide where to turn on / off the Captcha feature individually (login / registration / posting etc).
ASPPlayground.NET
~ see our Version 4 plans here


cmpenney
  • Total Posts : 467
  • Reward points : 6905
  • Joined: Jul 13 '05
Re:Verification code - Mon. Nov 16, '09 5:39 AM
0
Thanks Samuel, Your the Man!