summaryrefslogtreecommitdiffstats
path: root/mbbsd/menu.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-10-28 15:46:17 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-10-28 15:46:17 +0800
commit3b77b08312028151e22bbecb8cfda713de3b13ac (patch)
treeb08d7f4dd192516a42a0dc6d3b0d7b9e730079f0 /mbbsd/menu.c
parent9ad29a4d9bfb725a12cc7869004b78e0837b5ce9 (diff)
downloadpttbbs-3b77b08312028151e22bbecb8cfda713de3b13ac.tar
pttbbs-3b77b08312028151e22bbecb8cfda713de3b13ac.tar.gz
pttbbs-3b77b08312028151e22bbecb8cfda713de3b13ac.tar.bz2
pttbbs-3b77b08312028151e22bbecb8cfda713de3b13ac.tar.lz
pttbbs-3b77b08312028151e22bbecb8cfda713de3b13ac.tar.xz
pttbbs-3b77b08312028151e22bbecb8cfda713de3b13ac.tar.zst
pttbbs-3b77b08312028151e22bbecb8cfda713de3b13ac.zip
only PERM_ACCOUNTS could SetUser
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3236 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/menu.c')
-rw-r--r--mbbsd/menu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c
index 17d51a8b..e91e1dce 100644
--- a/mbbsd/menu.c
+++ b/mbbsd/menu.c
@@ -373,9 +373,9 @@ domenu(int cmdmode, const char *cmdtitle, int cmd, const commands_t cmdtable[])
/* administrator's maintain menu */
static const commands_t adminlist[] = {
- {m_user, PERM_ACCOUNTS, "UUser 使用者資料"},
- {search_user_bypwd, PERM_SYSOP, "SSearch User 特殊搜尋使用者"},
- {search_user_bybakpwd,PERM_SYSOP, "OOld User data 查閱\備份使用者資料"},
+ {m_user, PERM_SYSOP, "UUser 使用者資料"},
+ {search_user_bypwd, PERM_ACCOUNTS,"SSearch User 特殊搜尋使用者"},
+ {search_user_bybakpwd,PERM_ACCOUNTS,"OOld User data 查閱\備份使用者資料"},
{m_board, PERM_SYSOP, "BBoard 設定看板"},
{m_register, PERM_ACCOUNTS|PERM_ACCTREG,
"RRegister 審核註冊表單"},