summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2011-04-26 13:46:10 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2011-04-26 13:46:10 +0800
commit16bfcd114ef63e681661ca7c6fe13dfa62415f28 (patch)
treeb49351265106563b91f690e2f3a04da1d329cd7b
parent448533fb24e4d607721f67bd7eae2d7cc944f79e (diff)
downloadpttbbs-16bfcd114ef63e681661ca7c6fe13dfa62415f28.tar
pttbbs-16bfcd114ef63e681661ca7c6fe13dfa62415f28.tar.gz
pttbbs-16bfcd114ef63e681661ca7c6fe13dfa62415f28.tar.bz2
pttbbs-16bfcd114ef63e681661ca7c6fe13dfa62415f28.tar.lz
pttbbs-16bfcd114ef63e681661ca7c6fe13dfa62415f28.tar.xz
pttbbs-16bfcd114ef63e681661ca7c6fe13dfa62415f28.tar.zst
pttbbs-16bfcd114ef63e681661ca7c6fe13dfa62415f28.zip
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
-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);