質問箱/3153

カテゴリ
サマリ新規ページ作成の際のテンプレ読み込み
バージョン1.4.5
投稿者wikiwiki
状態完了
投稿日2005-07-25 (月) 04:20:12

質問

READ/WRITEをページネームでアクセス認証しても、新規ページ作成で、テンプレ読込すると内容が読めます。

これは既知の事象なのでしょうか? いままで、気付かなかったので驚きました。

pukiwiki.ini.phpの設定は下記となりますが、 上記動作を抑制するためのパラメータがありますでしょうか?

// Authentication method

// 'pagename' : by Page name
// 'contents' : by Page contents
$auth_method_type = 'pagename';

/////////////////////////////////////////////////
// Read auth (0:Disable, 1:Enable)
$read_auth = 1;

// Read auth regex
$read_auth_pages = array(
 '/hoge/' => 'hoge',
);

/////////////////////////////////////////////////
// Edit auth (0:Disable, 1:Enable)
$edit_auth = 1;

// Edit auth regex
$edit_auth_pages = array(
 '/hoge/' => 'hoge',
);

/////////////////////////////////////////////////
// Search auth
// 0: Disabled (Search read-prohibited page contents)
// 1: Enabled  (Search only permitted pages for the user)
$search_auth = 0;

回答



トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2023-11-23 (木) 19:14:24
Site admin: PukiWiki Development Team

PukiWiki 1.5.4+ © 2001-2022 PukiWiki Development Team. Powered by PHP 8.2.12. HTML convert time: 0.315 sec.

SourceForge