netbox/netbox/users/api
Vincent Simonin 3a3d43911c
Fixed password was not hashed on REST API update (#14340)
* 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()`
2023-11-29 15:59:54 -05:00
..
__init__.py Closes #855: Added an API endpoint for recent activity 2017-03-09 14:26:39 -05:00
nested_serializers.py 12794 change User ref to get_user_model (#12905) 2023-06-22 08:26:50 -04:00
serializers.py Fixed password was not hashed on REST API update (#14340) 2023-11-29 15:59:54 -05:00
urls.py Clean up core API imports 2022-07-13 16:18:55 -04:00
views.py adds additional parameters for token provision api #12870 2023-09-01 12:33:02 -04:00