diff options
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -369,6 +369,9 @@ int adduser(const char *uid) fclose(f); } + /* remove the grave */ + grave(uid, 2); + printf("\nUser password is %s\n", pwd); printf("\nGo to %s/%s and continue configuring your user there.\n", srv_baseurl, uid); |