Skip to content

Releases: openwisp/openwisp-users

1.2.2 [2026-04-25]

25 Apr 20:30
1.2.2

Choose a tag to compare

Bugfixes

  • Added SocialAccount inline to UserAdmin when needed #501

1.2.1 [2026-04-22]

22 Apr 22:51
1.2.1

Choose a tag to compare

Changes

Dependencies

  • Allowed upgrade of django-allauth up to 65.13.0.

Bugfixes

  • Allowed managing social auth secrets when needed.
  • Ensured site\_name is displayed in password reset email #482.
  • Prevented authentication without a username in UsersAuthenticationBackend.

1.2.0 [2025-10-23]

23 Oct 17:13
1.2.0

Choose a tag to compare

Changes

Dependencies

  • Bumped django-organizations>=2.5.0,<2.6.0.
  • Bumped django-extensions>=3.2,<4.2.
  • Bumped django-allauth[socialaccount]>=65.12.0,<65.13.0.
  • Bumped django-phonenumber-field>=8.1.0,<8.2.0.
  • Bumped phonenumbers>=9.0.10,<9.1.0.
  • Bumped openwisp-utils[rest,celery]~=1.2.0.
  • Removed coveralls in favor of coverage package.
  • Added support for Django 5.x.
  • Dropped support for Django 3.2.0 and Django 4.1.0.
  • Added support for Python 3.11, 3.12, and 3.13.
  • Dropped support for Python 3.8.

1.1.0 [2024-11-20]

20 Nov 16:37
1.1.0
5531b72

Choose a tag to compare

Features

Changes

  • Added autocomplete fields in OrganizationOwner admin.
  • Enabled OrganizationUserAdmin by default.

Dependencies:

  • Bumped django-organizations~=2.4.1.
  • Bumped django-extensions~=3.2.3.
  • Bumped django-allauth[socialaccount]~=0.63.6.
  • Bumped django-phonenumber-field~=8.13.48.
  • Bumped django-reversion~=5.1.0.
  • Bumped phonenumbers~=8.13.48.
  • Bumped django-sesame~=3.2.2.
  • Bumped openwisp-utils[rest,celery]~=1.1.1.
  • Added support for Django 4.1.x and 4.2.x.
  • Added support for Python 3.10.
  • Dropped support for Python 3.7.
  • Dropped support for Django 3.0.x and 3.1.x.

Bugfixes

  • User need to have required model permissions to perform admin actions.
  • Don't allow organization admin to create shared object.
  • Fixed user's organization cache invalidation.
  • Invalidate org membership cache when organization's active status changes.
  • Fixed an issue where the organization admin would see multiple entries for the same user in the user changelist.
  • Fixed admin unregistration failures for EmailAddress and TokenProxy models.
  • Fixed an IntegrityError that occurred when adding the first user to an organization via Organization.add_user.
  • Fixed UsersAuthenticationBackend to support phone numbers with leading zero.
  • Prevented users registered via social login from setting a password.

1.0.2 [2022-06-28]

28 Jun 19:32
1.0.2

Choose a tag to compare

  • Bumped django-all-auth from 0.46.0 to 0.51.0 to fix mild security issues (see the change log of django-all-auth for more information)
  • The @classmethod decorator was mistakenly forgotten and hence missing from the following methods of openwisp_users.apps.OpenwispUsersConfig:
    • update_organizations_dict
    • create_organization_owner
  • Fixed a broken example in the DRF Permission Classes section
    of the documentation

1.0.1 [2022-05-24]

24 May 18:10
1.0.1

Choose a tag to compare

  • Updated fur translations

1.0.0 [2022-03-19]

19 Mar 13:43
1.0.0

Choose a tag to compare

Features

Changes

Dependencies:

  • Dropped support for Django 2.2.x.
  • Dropped support for Python 3.6.
  • Added support for Python 3.8 and Python 3.9.
  • Added support for Django 3.2.x and 4.0.x.
  • Bumped django-allauth~=0.46.0.
  • Bumped django-organizations~=2.0.1
  • Bumped django-phonenumber-field~=6.0.0.
  • Bumped openwisp-utils~=1.0.0.
  • Bumped swapper~=1.3.0
  • Added django-sesame~=2.4.0.

Bugfixes

0.5.1 [2020-12-13]

13 Dec 02:56
0.5.1

Choose a tag to compare

Changes

  • Updated django-allauth to 0.44.x
  • Copied the template account/login.html from django-allauth in order to remove the sign up link, which we do not support
  • Updated django-extensions to 3.1

Bugfixes

0.5.0 [2020-11-18]

19 Nov 23:32
0.5.0

Choose a tag to compare

Features

N/A.

Changes

  • [change] Extend admin/base_site.html in confirm_email.html
  • [change] Updated to openwisp-utils 0.7 and switched to new
    register_menu_items
  • [change] Removed typographic error in settings which was
    maintained for backward compatibility
  • [change] Removed deprecated organizations_pk

Bugfixes

  • [fix] Fix email confirmation when link is invalid
  • [docs] Fixed several broken links in "Extend openwisp-users"
    section
  • [fix] Allow swagger to show parameters of obtain token view

Version 0.4.1 [2020-10-08]

08 Oct 20:53
0.4.1

Choose a tag to compare

  • [chores] Allow passing a string or uuid to the Organization membership helpers
  • [fix] The OrganizationUser instance of an OrganizationOwner won't be allowed to be is_admin=False
  • [fix] Fixed mutable class attribute in MultitenantAdminMixin
  • [fix] Fixed exception when deleting OrganizationUser of an owner
  • [fix] Fixed typographical error in organization name