Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Captcha Dolibarr #14522

Closed
victorcardim-zz opened this issue Aug 21, 2020 · 3 comments
Closed

Captcha Dolibarr #14522

victorcardim-zz opened this issue Aug 21, 2020 · 3 comments
Labels
Works for me / Can't reproduce It seems not possible to reproduce the bug.

Comments

@victorcardim-zz
Copy link

victorcardim-zz commented Aug 21, 2020

Meio Ambiente

  • Dolibarr 12.0.2
  • Windows NT 10.0 compilação 19041 (Windows 10)
  • Apache / 2.4.41 (Win64) PHP / 7.3.12
  • 5.5-10.4.10-MariaDB

Captcha is not differentiating upper and lower case characters.

This flaw was also identified by another user in the English Forum.
https://www.dolibarr.org/forum/t/captcha-dolibarr/19436

@victorcardim-zz victorcardim-zz changed the title Captcha Dolibarr Captib Dolibarr Aug 21, 2020
@victorcardim-zz victorcardim-zz changed the title Captib Dolibarr Captcha Dolibarr Aug 21, 2020
@erikvanberkum
Copy link
Contributor

I can confirm that on my installation:

  • Dolibarr 12.0.2
  • Ubuntu 18.04
  • Apache
  • mysql

have the same issue

@eldy
Copy link
Member

eldy commented Aug 26, 2020

The goal of a captcha is not like a password. A password must be case sensitive to increase the number of combination. There is not need to be case sensitive for a captchca.
Goal of a captcha is to force the system that submit the form to prove it is not a robot and that he was able to understand "humanly" the captcha. And proving that analysis of image was done by a human does not need to use case sensitive information when submitting the value, the value itself is enough (we don’t mind the number of possible combination for that, this is the goal of password). Think to the captcha of google that is the “Do you see a car on image ?”. We don’t mind if the answer if “Yes” or “yes”, all thing we need is to get yes or no.

@eldy eldy added the Works for me / Can't reproduce It seems not possible to reproduce the bug. label Aug 26, 2020
@victorcardim-zz
Copy link
Author

Hello!

Thank you for your answer and clarification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Works for me / Can't reproduce It seems not possible to reproduce the bug.
Projects
None yet
Development

No branches or pull requests

3 participants