From 16bfcd114ef63e681661ca7c6fe13dfa62415f28 Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 26 Apr 2011 05:46:10 +0000 Subject: update msg: when updating email by sysop, no need to re-auth git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5345 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/user.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pttbbs/mbbsd/user.c b/pttbbs/mbbsd/user.c index 5bd3408a..fbae71fd 100644 --- a/pttbbs/mbbsd/user.c +++ b/pttbbs/mbbsd/user.c @@ -646,8 +646,10 @@ uinfo_query(const char *orig_uid, int adminmode, int unum) case 'm': while (1) { - getdata_str(y, 0, "電子信箱 [變動要重新認證]:", buf, - sizeof(x.email), DOECHO, x.email); + getdata_str(y, 0, + adminmode ? "E-Mail (站長變更不需認證): " : + "電子信箱 [變動要重新認證]:", + buf, sizeof(x.email), DOECHO, x.email); strip_blank(buf, buf); -- cgit v1.2.3