Moodle/memo/1.9
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
** Moodle-1.9 メモ [#y99c17fe]
*** 認証 [#i4089dd3]
**** Plugin [#be8db36b]
- $authplugin = get_auth_plugin($CFG->registerauth); で認...
**** Authd [#db64ed03]
- auth に tuis_auth を展開
-- php_tuis_auth.so
--- dl() が使えなくなるらしいので,/usr/local/lib へイン...
-- 言語ファイルは moodledata/lang/ja_utf8/auth_tuis.php
--- 一部(タイトなど)はmoodledata/lang/ja_utf8/auth.phpに
-- auth/email/auth.php にuser_exists() 追加
--- tuis_auth のユーザ検出のため
-- 設定では 姓(学籍番号)をロックする.
- ある認証モジュールでユーザを登録すると,そのモジュール...
- reCApTCHA
-- http://recaptcha.net/
**** ユーザ情報 [#f7f2cdf5]
- 必須入力項目を必須でなくする.
-- login/signup_form.php
-- user/editlib.php
-- addRule() をコメントアウト
*** グローバルサーチ [#xdeae2b6]
- 「サイト管理」->「その他」->「実験用」で有効にする必要...
- xpdf とantiwordが必要.
*** NWiki [#v9c78bd1]
- エディタのサイズ
-- $WS->editor_size->editorcols;
-- $WS->editor_size->editorrows
-- ただし,大元はDBの中.mdl_prefixwiki
終了行:
** Moodle-1.9 メモ [#y99c17fe]
*** 認証 [#i4089dd3]
**** Plugin [#be8db36b]
- $authplugin = get_auth_plugin($CFG->registerauth); で認...
**** Authd [#db64ed03]
- auth に tuis_auth を展開
-- php_tuis_auth.so
--- dl() が使えなくなるらしいので,/usr/local/lib へイン...
-- 言語ファイルは moodledata/lang/ja_utf8/auth_tuis.php
--- 一部(タイトなど)はmoodledata/lang/ja_utf8/auth.phpに
-- auth/email/auth.php にuser_exists() 追加
--- tuis_auth のユーザ検出のため
-- 設定では 姓(学籍番号)をロックする.
- ある認証モジュールでユーザを登録すると,そのモジュール...
- reCApTCHA
-- http://recaptcha.net/
**** ユーザ情報 [#f7f2cdf5]
- 必須入力項目を必須でなくする.
-- login/signup_form.php
-- user/editlib.php
-- addRule() をコメントアウト
*** グローバルサーチ [#xdeae2b6]
- 「サイト管理」->「その他」->「実験用」で有効にする必要...
- xpdf とantiwordが必要.
*** NWiki [#v9c78bd1]
- エディタのサイズ
-- $WS->editor_size->editorcols;
-- $WS->editor_size->editorrows
-- ただし,大元はDBの中.mdl_prefixwiki
ページ名: