diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-02 14:44:28 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-02 14:44:28 +0800 |
commit | f7935bb3e10d5e3e7a3483f3d0ed4b1adccb5581 (patch) | |
tree | 5e322ace2c8e51e31b9ef87606ab1a09d0f0b106 /mbbsd | |
parent | 4554c7412df2d967d0beecb4b54e994d9bd0fb51 (diff) | |
download | pttbbs-f7935bb3e10d5e3e7a3483f3d0ed4b1adccb5581.tar pttbbs-f7935bb3e10d5e3e7a3483f3d0ed4b1adccb5581.tar.gz pttbbs-f7935bb3e10d5e3e7a3483f3d0ed4b1adccb5581.tar.bz2 pttbbs-f7935bb3e10d5e3e7a3483f3d0ed4b1adccb5581.tar.lz pttbbs-f7935bb3e10d5e3e7a3483f3d0ed4b1adccb5581.tar.xz pttbbs-f7935bb3e10d5e3e7a3483f3d0ed4b1adccb5581.tar.zst pttbbs-f7935bb3e10d5e3e7a3483f3d0ed4b1adccb5581.zip |
register reject reason
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@272 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/admin.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c index dc5a0c12..ba690f8a 100644 --- a/mbbsd/admin.c +++ b/mbbsd/admin.c @@ -1,4 +1,4 @@ -/* $Id: admin.c,v 1.18 2002/06/02 02:53:31 lwms Exp $ */ +/* $Id: admin.c,v 1.19 2002/06/02 06:44:28 in2 Exp $ */ #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -735,8 +735,10 @@ int scan_register_form(char *regfile, int automode, int neednum) { "連絡電話", "電子郵件信箱", NULL }; static char *reason[] = { - "輸入真實姓名", "詳填學校科系與年級", "填寫完整的住址資料", - "詳填連絡電話", "確實填寫註冊申請表", "用中文填寫申請單", NULL + "輸入真實姓名", "詳細填寫您的「學校以及『科系』」或「服務的單位」" + "填寫完整的住址資料 (含縣市名稱, 台北市請含行政區域) ", + "詳填連絡電話 (含區域碼)", "確實填寫註冊申請表", + "用中文填寫申請單", NULL }; static char *autoid = "AutoScan"; userec_t muser; |