{"id":21662696,"url":"https://github.com/codesyntax/quintagroup.formlib.captcha","last_synced_at":"2025-03-20T05:48:34.140Z","repository":{"id":145195718,"uuid":"85727578","full_name":"codesyntax/quintagroup.formlib.captcha","owner":"codesyntax","description":"Original code imported from http://svn.quintagroup.com/products/quintagroup.formlib.captcha/trunk/","archived":false,"fork":false,"pushed_at":"2017-03-21T16:44:19.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-01-25T07:27:26.310Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codesyntax.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-21T16:34:03.000Z","updated_at":"2017-03-21T16:35:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ea5e2aa-e5aa-486b-8e4f-cadc2a1599f2","html_url":"https://github.com/codesyntax/quintagroup.formlib.captcha","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesyntax%2Fquintagroup.formlib.captcha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesyntax%2Fquintagroup.formlib.captcha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesyntax%2Fquintagroup.formlib.captcha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesyntax%2Fquintagroup.formlib.captcha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codesyntax","download_url":"https://codeload.github.com/codesyntax/quintagroup.formlib.captcha/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244560373,"owners_count":20472219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-25T10:17:44.711Z","updated_at":"2025-03-20T05:48:34.122Z","avatar_url":"https://github.com/codesyntax.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Introduction\n============\n\nquintagroup.formlib.captcha is a package that allows to add captcha to zope.formlib.\nAs a result such forms are prevented from automatic submit.\n\nGet a Recaptcha key\n-------------------\n\nGo to `Google Recaptcha`_ and register a new key.\n\nTo to your portal and add 2 new properties with the following names, and enter there\nthe keys obtained from Google Recaptcha site: RECAPTCHA_SITEKEY and RECAPTCHA_SECRET.\n\n\nCaptchas in a formlib form\n--------------------------\n\nUsing quintagroup.formlib.captcha in a formlib form is simple. Just add a\nCaptcha field to your schema, and away you go:\n\n  \u003e\u003e\u003e from zope.interface import Interface\n  \u003e\u003e\u003e from quintagroup.formlib.captcha import Captcha\n  \u003e\u003e\u003e class CaptchaSchema(Interface):\n  ...     captcha = Captcha(\n  ...         title=_(u'Type the code'),\n  ...         description=_(u'Type the code from the picture shown below.'))\n\nand formlib will take care of the rest. The widget associated with this field \nwill render the captcha and verify the use input automatically.\n\nSupported Plone versions\n------------------------\n\nquintagroup.formlib.captcha was tested with Plone 3.x and Plone 4.x.\n\n\n\nAuthors\n-------\n\n* Vitaliy Podoba\n* Andriy Mylenkyi\n* Vitaliy Stepanov\n* Mikel Larreategi\n\nCopyright (c) \"Quintagroup\": http://quintagroup.com, 2004-2017\n\n.. _`Google Recaptcha`: https://www.google.com/recaptcha/admin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesyntax%2Fquintagroup.formlib.captcha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodesyntax%2Fquintagroup.formlib.captcha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesyntax%2Fquintagroup.formlib.captcha/lists"}