summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-28 15:54:24 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-28 15:54:24 +0800
commit4b2facc1a39a7816040f581843d39e442f887669 (patch)
treea0cbfb171492509ea124a5a0fc7871980eb03926 /mbbsd/user.c
parent586b0b226ad5c5582fec6fae4ea42960d581ddb3 (diff)
downloadpttbbs-4b2facc1a39a7816040f581843d39e442f887669.tar
pttbbs-4b2facc1a39a7816040f581843d39e442f887669.tar.gz
pttbbs-4b2facc1a39a7816040f581843d39e442f887669.tar.bz2
pttbbs-4b2facc1a39a7816040f581843d39e442f887669.tar.lz
pttbbs-4b2facc1a39a7816040f581843d39e442f887669.tar.xz
pttbbs-4b2facc1a39a7816040f581843d39e442f887669.tar.zst
pttbbs-4b2facc1a39a7816040f581843d39e442f887669.zip
- user: hinting on SYSOP permission update of setting email
- register: improve new-account process - bbs: hints on hotkey change(H) - board/fav: make TAG bits more meaningful. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3876 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 192131c8..c58e2472 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -698,7 +698,8 @@ uinfo_query(userec_t *u, int adminmode, int unum)
case 'm':
do {
- getdata_str(y, 0, "電子信箱[變動要重新認證]:", buf,
+ getdata_str(y, 0, adminmode ? "電子信箱 (站長可設為 x ): "
+ : "電子信箱 [變動要重新認證]:", buf,
sizeof(x.email), DOECHO, x.email);
} while (!isvalidemail(buf) && vmsg("認證信箱不能用使用免費信箱"));
y++;