diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-03-17 14:06:26 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-03-17 14:06:26 +0800 |
commit | 551fed3d083395ad9c826c82192be5df94e36160 (patch) | |
tree | 7f72b3ea673c15b4cbb775f6329d3e84dd675fb3 /mbbsd/register.c | |
parent | 5473c926d682ceb480dd339621f24d30ad9ed262 (diff) | |
download | pttbbs-551fed3d083395ad9c826c82192be5df94e36160.tar pttbbs-551fed3d083395ad9c826c82192be5df94e36160.tar.gz pttbbs-551fed3d083395ad9c826c82192be5df94e36160.tar.bz2 pttbbs-551fed3d083395ad9c826c82192be5df94e36160.tar.lz pttbbs-551fed3d083395ad9c826c82192be5df94e36160.tar.xz pttbbs-551fed3d083395ad9c826c82192be5df94e36160.tar.zst pttbbs-551fed3d083395ad9c826c82192be5df94e36160.zip |
register by EMail code
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@36 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/register.c')
-rw-r--r-- | mbbsd/register.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mbbsd/register.c b/mbbsd/register.c index e9c25be5..1ef56e9e 100644 --- a/mbbsd/register.c +++ b/mbbsd/register.c @@ -1,4 +1,4 @@ -/* $Id: register.c,v 1.1 2002/03/07 15:13:48 in2 Exp $ */ +/* $Id: register.c,v 1.2 2002/03/17 06:04:18 in2 Exp $ */ #define _XOPEN_SOURCE #include <stdio.h> @@ -303,7 +303,8 @@ void check_register() { while(strlen(cuser.address) < 8) getdata(6, 0, "聯絡地址:", cuser.address, 50, DOECHO); - + + /* if(!strchr(cuser.email, '@')) { bell(); move(t_lines - 4, 0); @@ -320,6 +321,7 @@ void check_register() { } while(!strchr(cuser.email, '@')); } + */ if(!HAS_PERM(PERM_SYSOP) && !HAS_PERM(PERM_LOGINOK)) { /* 回覆過身份認證信函,或曾經 E-mail post 過 */ clear(); |