summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2011-03-01 16:49:33 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2011-03-01 16:49:33 +0800
commitdc1e683fe08f3eff61a48f14bae2ab60fdac8b87 (patch)
treee58c433d9e7423b2066db381bf861687982db268
parent1fb9064ba070e2c2fcb49a4af18b9ccfb3bfac69 (diff)
downloadpttbbs-dc1e683fe08f3eff61a48f14bae2ab60fdac8b87.tar
pttbbs-dc1e683fe08f3eff61a48f14bae2ab60fdac8b87.tar.gz
pttbbs-dc1e683fe08f3eff61a48f14bae2ab60fdac8b87.tar.bz2
pttbbs-dc1e683fe08f3eff61a48f14bae2ab60fdac8b87.tar.lz
pttbbs-dc1e683fe08f3eff61a48f14bae2ab60fdac8b87.tar.xz
pttbbs-dc1e683fe08f3eff61a48f14bae2ab60fdac8b87.tar.zst
pttbbs-dc1e683fe08f3eff61a48f14bae2ab60fdac8b87.zip
un-regged user should be able to change their password.
the u_info now allows changing only very limited stuff so it should be ok. git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5316 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/menu.c b/pttbbs/mbbsd/menu.c
index 4bf8af26..5dabca96 100644
--- a/pttbbs/mbbsd/menu.c
+++ b/pttbbs/mbbsd/menu.c
@@ -791,7 +791,7 @@ u_customize()
/* User menu */
static const commands_t userlist[] = {
{u_customize, PERM_BASIC, "UUCustomize 個人化設定"},
- {u_info, PERM_LOGINOK, "IInfo 設定個人資料與密碼"},
+ {u_info, PERM_BASIC, "IInfo 設定個人資料與密碼"},
{calendar, PERM_LOGINOK, "CCalendar 行事曆"},
{u_loginview, PERM_BASIC, "VVLogin View 選擇進站畫面"},
{u_myfiles, PERM_LOGINOK, "MMy Files 【個人檔案】 (名片,簽名檔...)"},