Dominik Csapak 9c5c383bff user: create default root user as typed struct
we added a userid attribute to the User struct, but missed that we
created the default user without that attribuet via the json! macro
which lead to a runtime panic on the deserialization

by using the struct directly, such errors will be caught by the compiler
in the future

with this change, we can remove the serde_json import here

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2020-05-20 06:09:08 +02:00
..
2020-05-19 07:03:41 +02:00
2020-04-17 18:43:30 +02:00
2020-05-19 07:03:41 +02:00
2020-04-17 18:43:30 +02:00
2020-04-17 18:43:30 +02:00
2020-04-17 18:43:30 +02:00
2019-09-11 12:14:05 +02:00
2020-04-08 14:06:15 +02:00