Privacy Friendly Captcha

website_altcha
REPOSITORY
REPOSITORYOCA/website
GIT
GIThttps://github.com/OCA/website.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/website/tree/18.0/website_altcha
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Dixmit
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Dixmit
COMMITTERS
COMMITTERSEnric Tobella, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/website
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:18
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website
    - digest
    - mail
    - 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.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.cookiefirst res.config.settings xpath Inherits website.res_config_settings_view_form
Models touched (4)

New fields (3)
  • expires_at Datetime
    required=True
  • key Char
    required=True
  • used Boolean
    default=False
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • get_frontend_session_info(self)
    @api.model

New fields (6)
  • 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'
Public methods (0)

No public methods.

New fields (5)
  • 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.'
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/website
PULL REQUEST
PULL REQUEST[16.0][MIG] website_altcha (#1190)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/website
PULL REQUEST
PULL REQUEST[17.0][MIG] website_altcha (#1192)