django-registration
django-registration copied to clipboard
Django-registration (redux) provides user registration functionality for Django websites.
Hi, forgive me if I'm not following the process. I'm new to github. This small change avoids a server hiccup is a user's name or email contains an illegal character...
Using the Registration package prompts app_label issue when migrating from Django 1.8 to 1.11. The specific reason for this was that because of a custom user model which inherited from...
Shouldn't the `registration.models.RegistrationManager.activate_user` send the `user_activated` signal? It would sure be helpful when writing my own unit tests... Another think you might want to do is trigger a push to...
This is probably because it can not be inferred from the `request`. Maybe language preference should be stored in the Registration Profile?
The maintainers of this project have discussed its future and agree that, in general, django-allauth is a better solution to Django User registration for those looking to adopt something. However,...
[django-allauth](https://github.com/pennersr/django-allauth) provides a more comprehensive solution to User registration and authentication than this project. Given the complexity of integrating different registration, authentication (two-factor, social auth, etc) with User management it...
_I'm mostly opening the issue to document the fact. This could not be considered as a django-registration bug._ I'm getting a few `IntegrityError` on my Django Registration setup, like :...
The [passoword_reset_email.html](https://github.com/macropin/django-registration/blob/main/registration/templates/registration/password_reset_email.html) template uses `protocol` context to decide between `http` and `https` (as it uses a Django built in view). Some other templates use a hard coded `http` string. It...
Some minor issue, but the comments in `registration/admin_approve_complete.html`, `registration/admin_approve_complete_email.txt` and `registration/admin_approve_complete_email.html` are a bit mixed up. The comment section at the bottom of [registration/admin_approve_complete.html](https://github.com/macropin/django-registration/blob/main/registration/templates/registration/admin_approve_complete.html) belongs to [admin_approve_complete_email.html](https://github.com/macropin/django-registration/blob/main/registration/templates/registration/admin_approve_complete_email.html) and [admin_approve_complete_email.txt](https://github.com/macropin/django-registration/blob/main/registration/templates/registration/admin_approve_complete_email.txt), and...