Skip to content

Commit a37ff58

Browse files
committed
0.2.0 release
1 parent e17951b commit a37ff58

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

CHANGES.rst

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,37 @@
11
Changelog
22
=========
33

4-
Version 0.2.0 [unreleased]
4+
Version 0.2.0 [2020-12-11]
55
--------------------------
66

7+
Features
8+
~~~~~~~~
9+
10+
- Changing the phone number via the API now keeps track of previous phone numbers
11+
used by the user to comply with ISP legal requirements
12+
713
Changes
814
~~~~~~~
915

1016
- Obtain Auth Token View API endpoint: added ``is_active`` attribute to response
1117
- Obtain Auth Token View API endpoint: if the user attempting to authenticate
1218
is inactive, the API will return HTTP status code 401 along with the auth token
1319
and ``is_active`` attribute
14-
- Validate Auth Token View API endpoint: added ``is_active`` and ``phone_number``
15-
to response data
20+
- Validate Auth Token View API endpoint: added ``is_active``, ``phone_number``
21+
and ``email`` to response data
22+
- When changing phone number, user is flagged as inactive only after
23+
the phone token is created and sent successfully
24+
- All API endpoints related to phone token and SMS sending are now
25+
disabled (return 403 HTTP response) if SMS verification not enabled
26+
at organization level
27+
28+
Bugfixes
29+
~~~~~~~~
30+
31+
- Removed ``static()`` call from media assets
32+
- Fixed password reset for inactive users
33+
- Fixed default password reset URL value and added docs
34+
- Documentation: fixed several broken internal links
1635

1736
Version 0.1.0 [2020-09-10]
1837
--------------------------

openwisp_radius/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 2, 0, 'alpha')
1+
VERSION = (0, 2, 0, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)