openwisp / ansible-openwisp2

Ansible role that installs and upgrades OpenWISP.
https://openwisp.io/docs/dev/ansible/
BSD 3-Clause "New" or "Revised" License
474 stars 136 forks source link

[change] Added configuration settings for dj-rest-auth >= 3.0 #441

Closed pandafy closed 1 year ago

pandafy commented 1 year ago

The development version of openwisp-radius increased the dependecy version of dj-rest-auth.

The dj-rest-auth >= changed configuration settings. This patch adds those settings without removing the old settings. This is done to maintain backward compatabilty with older version of dj-rest-auth.


Blockers