Scott Lamb be4e11c506 extend POST /users/:id
Now you can set a password for a user while the server is running,
e.g. via the following command:

```shell
curl \
    -H 'Content-Type: application/json' \
    -d '{"update": {"password": "asdf"}}' \
    --unix-socket /var/lib/moonfire-nvr/sock \
    http://nvr/api/users/1
```
2022-12-23 13:14:24 -08:00
..
2022-04-13 21:49:18 -07:00
2022-12-23 13:14:24 -08:00
2022-09-28 09:29:16 -07:00
2022-09-28 09:29:16 -07:00
2022-04-13 20:26:28 -07:00
2021-10-28 13:23:49 -07:00