Open
Conversation
71aadf4 to
842051e
Compare
842051e to
d4f3616
Compare
Member
Author
|
The problem is that it requires https to work. If you change to https it should work (tested in runboat). In local there is not such a limitation when using localhost (only on localhost) |
It works, thanks! |
luisDIXMIT
approved these changes
Apr 15, 2026
luisDIXMIT
left a comment
There was a problem hiding this comment.
Code review and tested on runboat, LGTM!
d4f3616 to
916c261
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This module allows to use a Captcha System completly handled by Odoo.
It relies on Altcha, an OpenSource captcha alternative.
Currently, Odoo provides 2 options:
RGDP problematic. However, it relies on a third party infrastructure.
The decision is made from a probabilistic perspective (likely a human)
With this new module, everything relies on our own system with no
cookies, no tracking and no network calls.
The way to solve it is to add a deterministic puzzle to solve. Bots need
to spend more CPU, making it costly at scale.