File tree Expand file tree Collapse file tree 2 files changed +23
-4
lines changed
Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 11Changelog
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+
713Changes
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
1736Version 0.1.0 [2020-09-10]
1837--------------------------
Original file line number Diff line number Diff line change 1- VERSION = (0 , 2 , 0 , 'alpha ' )
1+ VERSION = (0 , 2 , 0 , 'final ' )
22__version__ = VERSION # alias
33
44
You can’t perform that action at this time.
0 commit comments