openwisp / openwisp-radius

Administration web interface and REST API for freeradius 3 build in django & python. Supports captive portal authentication, WPA Enerprise (802.1x), freeradius rlm_rest, social login, Hotspot 2.0 / 802.11u, importing users from CSV, registration of new users and more.
https://openwisp.io/docs/dev/radius/
GNU General Public License v3.0
364 stars 183 forks source link

[change] `delete_old_radiusbatch_users` management command is inconsistent #525

Open pandafy opened 4 months ago

pandafy commented 4 months ago

The delete_old_radiusbatch_users management command expects the argument to be present in months while all the other management commands requires the argument in days.

This inconsistency may lead to misconfiguration. We shall update the delete_old_radiusbatch_users command to accept days instead of months.