Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 614667
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T18:08:11+00:00 2026-05-13T18:08:11+00:00

I want to implement user registration using captcha in Django. The workflow of django-registration

  • 0

I want to implement user registration using captcha in Django.
The workflow of django-registration app is a great, but it doesn’t have captcha.

What captcha would you recommend to use with it?
Are there some other variants of registration+captcha or useful links on the topic?

This should work with Django-1.1 and don’t be too hard to install.

  • 1 1 Answer
  • 2 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T18:08:11+00:00Added an answer on May 13, 2026 at 6:08 pm

    django-registration is pretty extendable. One way to extend it is to provide a custom registration form. I’d recommend to use reCaptcha, e.g. with the widget and form field from here (archived). Then it is as simple as writing a custom form class and registration backend (which is simpler than it sounds):

    from registration.backends.default import DefaultBackend
    from registration.forms import RegistrationForm
    
    class RecaptchaRegistrationForm(RegistrationForm)
        recaptcha = ReCaptchaField(label="I'm a human")
    
    class RecaptchaRegistrationBackend(DefaultBackend):
        def get_form_class(self, request):
            return RecaptchaRegistrationForm
    

    The last step is to tell django-registration to use your backend. That step is described in the docs (I couldn’t find a HTML version of the docs, sorry)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have implemented a registration/login/authentication system using this Django guide . But, how would
I implemented the user login/registration using Django's authentication system but hit the wall and
I'm trying to implement User Registration for my Django app. The book I read
I have some problem in drupal registration page. I want to change whole user
I want to implement a simple registration to my app on google app engine.
I want to implement intellisense in an xml editor using XmlSchemaValidator. The user types
I want to implement a search feature in an iPhone app. Basically, the user
I am using Play Framework and want to implement Invite Friends feature when user
I am building a community website using Grails and I want to implement user
I want to implement a custom user authentication system in my appengine app. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.