From 9e304f924cbb809c208e037e890eae91e0938f8d Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 11 May 2020 12:28:22 +1000 Subject: Remove the email from the validation page. --- src/sledjchisl/sledjchisl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 176d677..3391ad3 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c @@ -4923,7 +4923,7 @@ static void accountEditWeb(reqData *Rd, inputForm *oF, inputValue *oV) HTMLhidden(Rd->reply, "user", name); Rd->reply->addstrf(Rd->reply, "

Name : %s

", name); - Rd->reply->addstrf(Rd->reply, "

Email : %s

", email); +// Rd->reply->addstrf(Rd->reply, "

Email : %s

", email); HTMLtextArea(Rd->reply, "aboutMe", "About", 7, 50, 4, 16384, "", "off", "true", "soft", about, FALSE, TRUE); Rd->reply->addstrf(Rd->reply, "

Voucher : %s

", voucher); -- cgit v1.1