summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/mbbsd/user.c6
1 files 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);