TIP: You can type at any time to perform a new search.
Privacy Friendly Captcha
website_altcha · OCA/website
- Repository
- OCA/website · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Uncategorized
- Folder size
- 0.38 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/website
- Last tracking update
- 2026-08-11 23:11:07
- Authors
- Odoo Community Association (OCA), Dixmit
- Maintainers
- Odoo Community Association (OCA), Dixmit
- Committers
- Enric Tobella, tarteo, Weblate, OCA-git-bot, oca-ci
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings.view.form.inherit.cookiefirst | res.config.settings | form | Inherits website.res_config_settings_view_form |
HTTP endpoints (1)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/altcha |
AltchaController.generate_altcha_challenge |
public | http | ALL | sudo website |
Models touched (4)
New fields (3)
-
expires_atDatetimerequired=True -
keyCharrequired=True -
usedBooleandefault=False
No public methods.
New fields (0)
No new fields.
Public methods (1)-
get_frontend_session_info(self)@api.model
New fields (6)
-
altcha_algorithmSelectionreadonly=Falserelated='website_id.altcha_algorithm' -
altcha_costIntegerreadonly=Falserelated='website_id.altcha_cost' -
altcha_enabledBooleancompute='_compute_altcha_enabled'help='Enable Altcha functionality on the website.'readonly=Falsestring='Enable Altcha' -
altcha_keyCharreadonly=Falserelated='website_id.altcha_key' -
altcha_private_keyCharreadonly=Falserelated='website_id.altcha_private_key' -
altcha_timeoutIntegerreadonly=Falserelated='website_id.altcha_timeout'
No public methods.
New fields (5)
-
altcha_algorithmSelectiondefault='PBKDF2/SHA-512'selection=<expr> -
altcha_costIntegerdefault=5000help='Cost factor for the hashing algorithm.\n For PBKDF2, this is the number of iterations.\n Default is 5000 for PBKDF2/SHA-512.' -
altcha_keyChar -
altcha_private_keyChar -
altcha_timeoutIntegerdefault=5help='Time in minutes before a captcha expires. Default is 5 minutes.'
No public methods.
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 83 days ago
- Last activity
- 81 days ago
- Repository
- OCA/website
- Pull request
- [16.0][MIG] website_altcha (#1190)
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 76 days ago
- Last activity
- 76 days ago
- Repository
- OCA/website
- Pull request
- [17.0][MIG] website_altcha (#1192)