-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[change] delete_old_radiusbatch_users
management command is inconsistent
#525
Comments
kaushikaryan04
added a commit
to kaushikaryan04/openwisp-radius
that referenced
this issue
Jun 30, 2024
…ent openwisp#525 changed the delete_old_radiusbatch_users management command to use days instead of months also modified tasks and tests to use days. Fixes openwisp#525
kaushikaryan04
added a commit
to kaushikaryan04/openwisp-radius
that referenced
this issue
Jun 30, 2024
… instead of months openwisp#525 Changed the delete_old_radiusbatch_users command to take in days in argument instead of months and modified tests and tasks accordingly. Fixes openwisp#525
kaushikaryan04
added a commit
to kaushikaryan04/openwisp-radius
that referenced
this issue
Jul 9, 2024
… as well openwisp#525 Added the option to delete users by specifying days or months.If nothing is provided 18 months will be taken as default. Fixes openwisp#525
kaushikaryan04
added a commit
to kaushikaryan04/openwisp-radius
that referenced
this issue
Jul 20, 2024
Made the suggested changes and added the testcase so both old and new command could be tested. Fixes openwisp#525
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: