X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fauth.c;h=04f755e2bafc7e34bbce6cd8dbcb92a4ac0963e4;hb=b3aee261c6e1e1cff68133443412ec9494b036ac;hp=591e00797a4562b003ab43065cb0c980ca0edc2f;hpb=acb4a68cc6649f9d47aca724db74bbe49f7f6542;p=citadel.git diff --git a/webcit/auth.c b/webcit/auth.c index 591e00797..04f755e2b 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -333,7 +333,7 @@ void display_changepw(void) svprintf("BOXTITLE", WCS_STRING, "Change your password"); do_template("beginbox"); - wprintf("
"); + wprintf("

"); serv_puts("MESG changepw"); serv_gets(buf); if (buf[0] == '1') { @@ -341,13 +341,17 @@ void display_changepw(void) } wprintf("
\n"); - wprintf("
\n"); + wprintf("
" + "
Enter new password:
" + "\n"); wprintf("\n"); wprintf("\n"); wprintf("\n"); - wprintf("
Enter new password:
Enter it again to confirm:
\n"); - wprintf("\n"); - wprintf("\n"); + wprintf("
\n"); + wprintf("\n" + " " + "\n"); wprintf("
\n"); do_template("endbox"); wDumpContent(1);