summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-08 19:54:02 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-08 19:54:02 +0800
commit2c65881a1feb924fd5e5658735167db2586a58d7 (patch)
tree81d5b4f5b92a597d5dc62ed388ad6c716097e8a9
parent4a8c783de7fad2c94d0be94549904d7c542a7e74 (diff)
downloadpttbbs-2c65881a1feb924fd5e5658735167db2586a58d7.tar
pttbbs-2c65881a1feb924fd5e5658735167db2586a58d7.tar.gz
pttbbs-2c65881a1feb924fd5e5658735167db2586a58d7.tar.bz2
pttbbs-2c65881a1feb924fd5e5658735167db2586a58d7.tar.lz
pttbbs-2c65881a1feb924fd5e5658735167db2586a58d7.tar.xz
pttbbs-2c65881a1feb924fd5e5658735167db2586a58d7.tar.zst
pttbbs-2c65881a1feb924fd5e5658735167db2586a58d7.zip
* refine message, due to too many new BMs not knowing why their registration was canceled.
git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.pwcu@4822 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/register.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mbbsd/register.c b/mbbsd/register.c
index af04508e..fcca3b6b 100644
--- a/mbbsd/register.c
+++ b/mbbsd/register.c
@@ -1055,7 +1055,7 @@ check_register(void)
" 通告站長以獲得進階使用權力。\n\n");
outs(" 如果您之前曾使用 email 等認證方式通過註冊認證但又看到此訊息,\n"
- " 代表您的認證由於資料不完整已被取消。\n");
+ " 代表您的認證由於資料不完整已被取消 (常見於申請開新看板的板主)。\n");
u_register();
@@ -1223,7 +1223,8 @@ u_register(void)
move(3, 0);
prints(" 您的註冊申請單尚在處理中(處理順位: %d),請耐心等候\n\n", i);
outs(" * 如果您之前曾使用 email 等認證方式通過註冊認證但又看到此訊息,\n"
- " 代表您的認證由於資料不完整已被取消。\n\n"
+ " 代表您的認證由於資料不完整已被取消 (由於建立新看板的流程中\n"
+ " 有驗證板主註冊資料的程序,若您最近有申請開新看板中則屬此項)\n\n"
" * 如果您已收到註冊碼卻看到這個畫面,代表您在使用 Email 註冊後\n"
" " ANSI_COLOR(1;31) "又另外申請了站長直接人工審核的註冊申請單。"
ANSI_RESET "\n"