Skip to content

Commit

Permalink
[docs] Updated links to docs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Nov 28, 2024
1 parent 5531b72 commit d768bf4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ Features
~~~~~~~~

- Added support for `password expiration
<https://openwisp.io/docs/dev/users/user/settings.html#openwisp-users-user-password-expiration>`_,
<https://openwisp.io/docs/stable/users/user/settings.html#openwisp-users-user-password-expiration>`_,
allowing user passwords to automatically expire after a set period.
- Added `multi-tenant Django filters
<https://openwisp.io/docs/dev/users/developer/django-rest-framework-utils.html#filtering-items-by-organization>`_.
<https://openwisp.io/docs/stable/users/developer/django-rest-framework-utils.html#filtering-items-by-organization>`_.
- Added `MultitenantOrgFilter
<https://openwisp.io/docs/dev/users/developer/admin-utils.html#multitenantorgfilter>`_
<https://openwisp.io/docs/stable/users/developer/admin-utils.html#multitenantorgfilter>`_
to add autocomplete filter in ``ModelAdmin``.
- Added `export-users
<https://openwisp.io/docs/dev/users/user/management-commands.html#export-users>`_
<https://openwisp.io/docs/stable/users/user/management-commands.html#export-users>`_
command line utility to export users.
- Added `ProtectedApiMixin
<https://openwisp.io/docs/dev/users/developer/django-rest-framework-utils.html#protectedapimixin>`_.
<https://openwisp.io/docs/stable/users/developer/django-rest-framework-utils.html#protectedapimixin>`_.
- Added `PasswordReuseValidator
<https://openwisp.io/docs/dev/users/developer/misc-utils.html#passwordreusevalidator>`_
<https://openwisp.io/docs/stable/users/developer/misc-utils.html#passwordreusevalidator>`_
which prevents users from reusing their current password when setting a
new one.
- Allowed creating users with a verified email via REST API.
Expand Down Expand Up @@ -62,7 +62,7 @@ Bugfixes
- Fixed an ``IntegrityError`` that occurred when adding the first user to
an organization via ``Organization.add_user``.
- Fixed `UsersAuthenticationBackend
<https://openwisp.io/docs/dev/users/developer/misc-utils.html#usersauthenticationbackend>`_
<https://openwisp.io/docs/stable/users/developer/misc-utils.html#usersauthenticationbackend>`_
to support phone numbers with leading zero.
- Prevented users registered via social login from setting a password.

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ with python & django).
Documentation
-------------

- `Usage documentation <https://openwisp.io/docs/dev/users/>`_
- `Usage documentation <https://openwisp.io/docs/stable/users/>`_
- `Developer documentation
<https://openwisp.io/docs/dev/users/developer/>`_
<https://openwisp.io/docs/stable/users/developer/>`_

Contributing
------------
Expand Down

0 comments on commit d768bf4

Please sign in to comment.