auth.c: Add friendly reminder

This commit is contained in:
Xavier Del Campo Romero 2023-03-16 01:59:17 +01:00
parent aefd6c6fda
commit fa474603cc
Signed by: xavi
GPG Key ID: 84FF3612A9BF43F2
1 changed files with 2 additions and 1 deletions

3
auth.c
View File

@ -476,7 +476,8 @@ static int create_db(const char *const path)
a.p = ((const char *)a.p) + n;
}
printf("Created login database at %s\n", path);
printf("Created login database at %s. Please remember to add new users "
"with usergen(1).\n", path);
ret = 0;
end: