mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-10 10:29:36 -06:00
* Fixed password was not hashed on REST API update * When we updated a user password with a REST API call the password was stored in clear in plain text in the database. * Following code review * Move test on UserTest class * Call `super().update()` in overriding `update` method * Return directly the result of `super().update()` |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| nested_serializers.py | ||
| serializers.py | ||
| urls.py | ||
| views.py | ||