Hi all, This week was all invested into hands on coding and testing of the batch-add-users features.
All the related work and discussion could be seen at PR #109 [1] <https://github.com/openwisp/django-freeradius/pull/109> Some details worth pointing out would be: 1. The cleartext password and the hashed password handling is supported. 2. Users are deactivated after an expiry date. 3. Expired accounts older than 18 months (customisable) are deleted. 4. CSV upload feature from the management command works. I'm just trying to put more and more acid tests/ regression tests that are missing and make the coverage 100%. The coverage builds are kind of weird as of now. Check out here [2] <https://coveralls.io/builds/17058462> And the related docs shall be added in a detailed manner too. Links: [1]: https://github.com/openwisp/django-freeradius/pull/109 [2]: https://coveralls.io/builds/17058462 Have a great weekend, Rohith ASRK -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
