Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...CAPTCHA Case Sensitive?CAPTCHA Case Sensitive?
Previous
 
Next
New Post
7/27/2009 9:03 PM
 

It appears that CAPTCHA is now case sensitive in DNN 05.01.00 (at least in my implementation).   I don't believe it used to be?   Is there a way to make CAPTCHA case insensitive?

 

 
New Post
7/28/2009 1:04 PM
 

It was changed back in 4.94 as far as I remember, as case sensitivity increases the number of options making it more secure. I reommend you do not change this, but if you want to, you have to edit the library/ui/webcontrols/captchacontrol.vb and revert the code from (key changes in bold):

Public Function Validate(ByVal userData As String) As Boolean
            If String.Compare(userData, Me._CaptchaText, False, CultureInfo.InvariantCulture) = 0 Then
                _IsValid = True
            Else
                _IsValid = False
            End If
            RaiseEvent UserValidated(Me, New ServerValidateEventArgs(_CaptchaText, _IsValid))
        End Function

to:

Public Function Validate(ByVal userData As String) As Boolean
            If String.Compare(userData, Me._CaptchaText, True) = 0 Then
                _IsValid = True
            Else
                _IsValid = False
            End If
            RaiseEvent UserValidated(Me, New ServerValidateEventArgs(_CaptchaText, _IsValid))
        End Function


Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
7/28/2009 4:07 PM
 

-- ACCIDENTAL DUPLICATE POST --

 
New Post
7/28/2009 4:07 PM
 

I will leave it be as I do not want to have to deal with this option everytime we upgrade.   However, this should be a configurable item like minimum password length, etc. is.

 

 
New Post
7/28/2009 7:15 PM
 

please record this as an enhancement request in the public issue tracker @ support.dotnetnuke.com. We may be taking a look at enhancing the captcha control as part of the 5.2 UI/UX enhancements.


Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...CAPTCHA Case Sensitive?CAPTCHA Case Sensitive?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out