Skip to content

Releases: openwisp/openwisp-users

0.2.1 [2020-04-07]

07 Apr 15:46
0.2.1
Compare
Choose a tag to compare
  • [admin] Add possibility to deactivate users in batch operation
  • [admin] Wrapped password forgot in row div
  • [admin] Show latest items first in "recovery deleted " pages

0.2.0 [2020-01-17]

17 Jan 09:52
0.2.0
Compare
Choose a tag to compare
  • [dependencies] Added support for django 3.0, dropped support for django < 2.1
  • [python] Dropped support for python 2.7

0.1.12 [2019-12-20]

20 Dec 10:50
Compare
Choose a tag to compare
  • [dependencies] Added support for django 2.2

0.1.11 [2019-12-13]

13 Dec 17:38
Compare
Choose a tag to compare
  • [admin] Show is_staff and is_superuser in user list
  • [admin] Allow adding organization in user creation form
  • [admin] UserCreationForm encourages to select the organization
  • [admin] Non-superusers now can manage the users of their organization
  • [admin] Made OrganizationOwner and OrganizationUser admins multi-tenant
  • [admin] Disabled OrganizationOwnerAdmin by default
  • [admin] Disabled OrganizationUserAdmin by default
  • [admin] Disabled view_on_site for OrganizationUserInline
  • [admin] Added menu items
  • [admin] Avoid 500 error in case of SMTP error when adding a new user
  • [urls] Added social login views URLs
  • [mixins] Moved MultitenantAdminMixin from openwisp-utils to openwisp-users
  • [models] Add possibility to validate inverse relations
  • [model] Added phone_number field to User
  • [models] Add unique constraint on user.email
  • [models] Email: allow NULL but set UNIQUE constraint
  • [models] Added _validate_org_reverse_relation

0.1.10 [2018-08-01]

01 Aug 10:35
Compare
Choose a tag to compare
  • #26: [admin] Fixed Integrity error if trying to change email that exists
    (thanks to @R9295)
  • #27: [requirements] Added support for django 2.1 rc

0.1.9 [2018-07-27]

27 Jul 09:59
Compare
Choose a tag to compare
  • #25: [docs] Updated setup instructions in README
    (thanks to @AlmogCohen)
  • #20: [tests] Fixed pending migration check
  • [requirements] Updated dependencies

0.1.8 [2018-02-19]

19 Feb 12:49
Compare
Choose a tag to compare
  • fixed django 2.0 support and django-allauth to 0.35.0

0.1.6 [2017-12-02]

02 Dec 21:14
Compare
Choose a tag to compare
  • c5b648e: [mixins] Extracted logic of OrgMixin to ValidateOrgMixin

0.1.5 [2017-08-29]

29 Aug 13:24
Compare
Choose a tag to compare
  • #3: [admin] Allow operators to manage users without being able to change superuser related details
  • 31b13bb: [requirements] Updated django-allauth to 0.33.0

0.1.4 [2017-05-15]

15 May 15:45
Compare
Choose a tag to compare
  • f49f900: [admin] Removed view on site link in organization admin
  • 2144b29: [admin] Removed view on site link in organization user admin
  • dcef200: [requirements] Updated django-allauth to 0.32.0