#author("2024-04-11T22:47:08+09:00","default:massy","massy") #author("2024-09-12T06:06:08+09:00","default:massy","massy") *編集用ID、パスを設定したい [#r22c5687] RIGHT:&counter; pukiwiki.ini.php #html{{ <pre> ///////////////////////////////////////////////// // User definition $auth_users = array( // Username => password 'foo' => 'foo_passwd', // Cleartext 'bar' => '{x-php-md5}f53ae779077e987718cc285b14dfbe86', // PHP md5() 'bar_passwd' 'hoge' => '{SMD5}OzJo/boHwM4q5R+g7LCOx2xGMkFKRVEx', // LDAP SMD5 'hoge_passwd' ); </pre> }} #html{{ <pre> ///////////////////////////////////////////////// // User definition $auth_users = array( // Username => password 'username' => '{x-php-md5}5f4dcc3b5aa765d61d8327deb882cf99' // 'foo' => 'foo_passwd', // Cleartext // 'bar' => '{x-php-md5}f53ae779077e987718cc285b14dfbe86', // PHP md5() 'bar_passwd' // 'hoge' => '{SMD5}OzJo/boHwM4q5R+g7LCOx2xGMkFKRVEx', // LDAP SMD5 'hoge_passwd' ); </pre> }} #html{{ <pre> ///////////////////////////////////////////////// // Edit auth (0:Disable, 1:Enable) $edit_auth = 0; $edit_auth_pages = array( // Regex Username '#BarDiary#' => 'bar', '#HogeHoge#' => 'hoge', '#(NETABARE|NetaBare)#' => 'foo,bar,hoge', ); </pre> }} #html{{ <pre> ///////////////////////////////////////////////// // Edit auth (0:Disable, 1:Enable) $edit_auth = 1; $edit_auth_pages = array( // Regex Username '##' => 'username', // '#BarDiary#' => 'bar', // '#HogeHoge#' => 'hoge', // '#(NETABARE|NetaBare)#' => 'foo,bar,hoge', ); </pre> }} iEhohs.com https://www.iehohs.com/pukiwiki-password-auth/