Django-registration-redux

Latest version: v2.13

Safety actively analyzes 688823 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

2.2

- Bugfix: Updates Russian translation messages. -
`321 <https://github.com/macropin/django-registration/pull/321>_`

2.1

- Bugfix: Fix formatting issues in documentation.
`319 <https://github.com/macropin/django-registration/pull/319>_`
- Bugfix: Use `get_username()` instead of directly accessing the username to
support subclasses of `AbstractBaseUser`
`318 <https://github.com/macropin/django-registration/pull/318>_`

2.0

- BACKWARDS-INCOMPATIBLE CHANGE: Remove support for Django < 1.11.
- BACKWARDS-INCOMPATIBLE CHANGE: Remove `registration/urls.py` in favor of
`registration/backends/default/urls.py`
- Feature: Add compatibility for Django 2.0.

1.9

- Bugfix: Fix `SupervisedRegistrationProfile` so expiration depends on
profiles that have completed the entire process or have exceeded the
`ACCOUNT_ACTIVATION_DAYS` -
`310 <https://github.com/macropin/django-registration/pull/310>_`
- Bugfix: Prevent resending an activation email if multiple
`RegistrationProfile` objects exist for the given email address. -
`311 <https://github.com/macropin/django-registration/pull/311>_`
- Bugfix: Add logging to `RegistrationProfile.delete_expired_users`, use
`profile.activated` instead of `user.is_active`. -
`308 <https://github.com/macropin/django-registration/pull/308>_`
- BACKWARDS-INCOMPATIBLE CHANGE: Change of return signature of
`RegistrationProfileManager.activate_user`. A tuple containing the User
instance and a boolean of whether or not said user was activated is now
returned. -
`309 <https://github.com/macropin/django-registration/pull/309>`\_.
- Bugfix: Updates `pt_BR` translation messages. -
`305 <https://github.com/macropin/django-registration/pull/305>_`
- Bugfix: Update all translation strings with `django-admin makemessages --all`. -
`304 <https://github.com/macropin/django-registration/pull/304>_`
- Feature: Configure from email address from `Site` object. -
`294 <https://github.com/macropin/django-registration/pull/294>_`

1.8

- Bugfix: Add `outlook.com` to the list of free email providers. -
`287 <https://github.com/macropin/django-registration/pull/287>_`
- Documentation: Add possible settings for activation emails. -
`283 <https://github.com/macropin/django-registration/pull/282>_`
- Feature: Added `REGISTRATION_ADMINS` setting to support different admins
(than those in `ADMINS`) in charge of registration. Falls back to `ADMINS` in
case this is not set. -
`279 <https://github.com/macropin/django-registration/pull/279>_`
- Documentation: Added documentation regarding admin approval registration. -
`279 <https://github.com/macropin/django-registration/pull/279>_`
- Redirect logged in users away from the registration page if authenticated. -
`262 <https://github.com/macropin/django-registration/pull/262>_`
- Document how to send password reset email with HTML content. -
`276 <https://github.com/macropin/django-registration/pull/276>_`

1.7

- Fix security issue of leaking password reset token through the Referer
header. - `268 <https://github.com/macropin/django-registration/pull/268>_`
- Fix migration issue when using multiple databases - `264 <https://github.com/macropin/django-registration/pull/264>_`
- Improve German translation - `259 <https://github.com/macropin/django-registration/pull/259>_`
- Fix bug in templates if password reset is unsuccessful - `269
<https://github.com/macropin/django-registration/pull/269>_`

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.