Cleanup and added funny joke haha
[citadel.git] / ctdlsh / src / passwd.c
index 51936f37af80d995fab06a2d12ff2866f29bdb69..2b914abb205062d5ad8b420dfdfe265aba7b8f0d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * (c) 2009-2011 by Art Cancro and citadel.org
+ * (c) 2009-2012 by Art Cancro and citadel.org
  * This program is released under the terms of the GNU General Public License v3.
  */
 
@@ -27,7 +27,9 @@ int cmd_passwd(int server_socket, char *cmdbuf) {
        p2 = readline("Enter it again: ");
 
        if (strcmp(p1, p2)) {
-               fprintf(stderr, "Passwords do not match.  Account password is unchanged.\n");
+               fprintf(stderr, "The passwords you entered do not match."
+                               "The account password remains unchanged.\n"
+               );
                return(cmdret_error);
        }