Top "Django-registration" questions

Django-registration is a pluggable django app designed to make allowing user signups as painless as possible.

django-registration: how do I check whether the user is logged in before displaying a page

I followed this page to set up a django registration site. It's pretty awesome, and registration and authentication are nicely …

django django-authentication django-registration
Django - Ajax modal login/registration

I have a project in which I need to pop a modal window for not authenticated users. This modal will …

ajax django twitter-bootstrap django-templates django-registration
Django - SMTPAuthenticationError

I got this error when I tested the account sign up form. I am using the django-registration package. I have …

django smtp python-2.7 django-registration webfaction
How can i make django-rest-framework-jwt return token on registration?

I have a basic django rest service, which registers a person and updates his password. I want to add jwt …

python django authentication django-registration django-rest-auth
"TemplateSyntaxError: 'humanize' is not a valid tag library:" in DJango

While setting up the django-registration module I have run into a bit of trouble. Everything works correctly as far as …

python django django-registration
send activate-email with django-registration

I am curious if there's a way to send activated email with username, password by using django-registration. First I thought …

python django django-registration
django+ send email in html with django-registration

im using django-registration, all is fine, the confirmation email was sending in plain text, but know im fixed and is …

django email django-templates django-registration
How to add placeholder to forms of Django-Registration

I am using django-registration for my project. in my registration_form.html file: {{form.username}} {{form.email}} //other fields And …

django django-forms django-registration
How to redirect users to a specific url after registration in django registration?

So I am using django-registration app to implement a user registration page for my site. I used Django's backends.simple …

django django-templates django-views django-registration
Django registration SMTPServerDisconnected error

I use django-registration for my project to manage user registration, login, etc. But When I sign up for an account …

django login django-registration