commit 5f74358dc46b3c53646cde53219652667f63de77
parent da7bf43385e900121aadbd90f6cb22d05c0cff5c
Author: default <nobody@localhost>
Date: Tue, 4 Oct 2022 09:52:41 +0200
Fixed bug.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils.c b/utils.c
@@ -217,7 +217,7 @@ int adduser(char *uid)
config = xs_dict_append(config, "avatar", "");
config = xs_dict_append(config, "bio", "");
config = xs_dict_append(config, "published", date);
- config = xs_dict_append(config, "password", pwd_f);
+ config = xs_dict_append(config, "passwd", pwd_f);
xs *basedir = xs_fmt("%s/user/%s", srv_basedir, uid);