| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/website |
| GIT | |
| GIT | https://github.com/OCA/website.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/website/tree/18.0/website_altcha |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Dixmit |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Dixmit |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/website |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:18 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - website - digest - base - base_setup - web - bus - web_tour - html_editor - portal - web_editor - http_routing - auth_signup - resource - social_media - google_recaptcha - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
altcha geoip2 |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to use a Captcha System completly handled by Odoo. It relies on Altcha (https://altcha.org), an OpenSource captcha alternative. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings.view.form.inherit.cookiefirst | res.config.settings | xpath | Inherits website.res_config_settings_view_form |
expires_at
Datetime
required=True
key
Char
required=True
used
Boolean
default=False
No public methods.
No new fields.
Public methods (1)get_frontend_session_info(self)
altcha_algorithm
Selection
readonly=False
related='website_id.altcha_algorithm'
altcha_cost
Integer
readonly=False
related='website_id.altcha_cost'
altcha_enabled
Boolean
compute='_compute_altcha_enabled'
help='Enable Altcha functionality on the website.'
readonly=False
string='Enable Altcha'
altcha_key
Char
readonly=False
related='website_id.altcha_key'
altcha_private_key
Char
readonly=False
related='website_id.altcha_private_key'
altcha_timeout
Integer
readonly=False
related='website_id.altcha_timeout'
No public methods.
altcha_algorithm
Selection
default='PBKDF2/SHA-512'
selection=<expr>
altcha_cost
Integer
default=5000
help='Cost factor for the hashing algorithm.\n For PBKDF2, this is the number of iterations.\n Default is 5000 for PBKDF2/SHA-512.'
altcha_key
Char
altcha_private_key
Char
altcha_timeout
Integer
default=5
help='Time in minutes before a captcha expires. Default is 5 minutes.'
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/website |
| PULL REQUEST | |
| PULL REQUEST | [16.0][MIG] website_altcha (#1190) |
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/website |
| PULL REQUEST | |
| PULL REQUEST | [17.0][MIG] website_altcha (#1192) |