summaryrefslogtreecommitdiffstats
path: root/mbbsd/admin.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-03-08 10:33:00 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-03-08 10:33:00 +0800
commitbf85ed1d1979c65a6bb93ae965dd50282e6326a5 (patch)
tree4876079b39216faf595aa52b439b82443862c383 /mbbsd/admin.c
parent3345b9246e647a9080038ad91c2440de864147f3 (diff)
downloadpttbbs-bf85ed1d1979c65a6bb93ae965dd50282e6326a5.tar
pttbbs-bf85ed1d1979c65a6bb93ae965dd50282e6326a5.tar.gz
pttbbs-bf85ed1d1979c65a6bb93ae965dd50282e6326a5.tar.bz2
pttbbs-bf85ed1d1979c65a6bb93ae965dd50282e6326a5.tar.lz
pttbbs-bf85ed1d1979c65a6bb93ae965dd50282e6326a5.tar.xz
pttbbs-bf85ed1d1979c65a6bb93ae965dd50282e6326a5.tar.zst
pttbbs-bf85ed1d1979c65a6bb93ae965dd50282e6326a5.zip
remove personal ident for registration.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2580 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r--mbbsd/admin.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c
index 41977616..ff53fd45 100644
--- a/mbbsd/admin.c
+++ b/mbbsd/admin.c
@@ -95,8 +95,6 @@ search_key_user(char *passwdfile, int mode)
keymatch = user.justify;
else if(strstr(user.mychicken.name, key))
keymatch = user.mychicken.name;
- else if(strstr(user.ident, key))
- keymatch = user.ident;
}
if(keymatch) {
move(1, 0);