]> code.citadel.org Git - citadel.git/commitdiff
text client no longer displays
authorArt Cancro <ajc@citadel.org>
Sun, 29 Jun 2008 04:26:49 +0000 (04:26 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 29 Jun 2008 04:26:49 +0000 (04:26 +0000)
passwords during new user validation.

citadel/routines2.c

index b414b47315af0d21e67df9361cb1c29940cb156b..da3ecf11030244a1b36da9fa7407cb9598313e4d 100644 (file)
@@ -431,7 +431,7 @@ int val_user(CtdlIPC *ipc, char *user, int do_validate)
                        if (a == 1)
                                scr_printf("User #%s - %s  ", buf, cmd);
                        if (a == 2)
-                               scr_printf("PW: %s\n", buf);
+                               scr_printf("PW: %s\n", (IsEmptyStr(buf) ? "<NOT SET>" : "<SET>") );
                        if (a == 3)
                                scr_printf("%s\n", buf);
                        if (a == 4)