@@ -8,20 +8,20 @@ Features
8
8
~~~~~~~~
9
9
10
10
- Added support for `password expiration
11
- <https://openwisp.io/docs/dev /users/user/settings.html#openwisp-users-user-password-expiration> `_,
11
+ <https://openwisp.io/docs/stable /users/user/settings.html#openwisp-users-user-password-expiration> `_,
12
12
allowing user passwords to automatically expire after a set period.
13
13
- Added `multi-tenant Django filters
14
- <https://openwisp.io/docs/dev /users/developer/django-rest-framework-utils.html#filtering-items-by-organization> `_.
14
+ <https://openwisp.io/docs/stable /users/developer/django-rest-framework-utils.html#filtering-items-by-organization> `_.
15
15
- Added `MultitenantOrgFilter
16
- <https://openwisp.io/docs/dev /users/developer/admin-utils.html#multitenantorgfilter> `_
16
+ <https://openwisp.io/docs/stable /users/developer/admin-utils.html#multitenantorgfilter> `_
17
17
to add autocomplete filter in ``ModelAdmin ``.
18
18
- Added `export-users
19
- <https://openwisp.io/docs/dev /users/user/management-commands.html#export-users> `_
19
+ <https://openwisp.io/docs/stable /users/user/management-commands.html#export-users> `_
20
20
command line utility to export users.
21
21
- Added `ProtectedApiMixin
22
- <https://openwisp.io/docs/dev /users/developer/django-rest-framework-utils.html#protectedapimixin> `_.
22
+ <https://openwisp.io/docs/stable /users/developer/django-rest-framework-utils.html#protectedapimixin> `_.
23
23
- Added `PasswordReuseValidator
24
- <https://openwisp.io/docs/dev /users/developer/misc-utils.html#passwordreusevalidator> `_
24
+ <https://openwisp.io/docs/stable /users/developer/misc-utils.html#passwordreusevalidator> `_
25
25
which prevents users from reusing their current password when setting a
26
26
new one.
27
27
- Allowed creating users with a verified email via REST API.
@@ -62,7 +62,7 @@ Bugfixes
62
62
- Fixed an ``IntegrityError `` that occurred when adding the first user to
63
63
an organization via ``Organization.add_user ``.
64
64
- Fixed `UsersAuthenticationBackend
65
- <https://openwisp.io/docs/dev /users/developer/misc-utils.html#usersauthenticationbackend> `_
65
+ <https://openwisp.io/docs/stable /users/developer/misc-utils.html#usersauthenticationbackend> `_
66
66
to support phone numbers with leading zero.
67
67
- Prevented users registered via social login from setting a password.
68
68
0 commit comments