「サイトポリシー」の版間の差分

提供:MoodleDocs
移動先:案内検索
11行目: 11行目:
恐らく、Moodle.org Using Moodle forumsで最も多く尋ねられる質問は、 "How do I increase the upload file size limit?" (どのようにしたら、ファイルアップロードサイズの制限を増やすことができますか?) だと思われます。
恐らく、Moodle.org Using Moodle forumsで最も多く尋ねられる質問は、 "How do I increase the upload file size limit?" (どのようにしたら、ファイルアップロードサイズの制限を増やすことができますか?) だと思われます。


アップロードファイルサイズは、多くの方法で制限することができます - each one in this list restricts the following ones:
アップロードファイルサイズは、多くの方法で制限することができます - 下記それぞれのリストでは、それに続くサイズを制限します:


1. The Apache server setting LimitRequestBody ... default in Apache 2.x or greater is set to 0 or an unlimited upload size
1. The Apache server setting LimitRequestBody ... default in Apache 2.x or greater is set to 0 or an unlimited upload size

2009年4月29日 (水) 18:27時点における版

再作成中です - Mitsuhiro Yoshida 2009年4月27日 (月) 15:24 (UTC)

ロケーション: 管理 > セキュリティ > サイトポリシー

Googleに公開する

この設定を有効にすることで、あなたのサイトにGoogleのサーチスパイダーがゲストアクセスすることを許可します。サイトすべての部分にゲストアクセスを許可することで、Googleにより検索することができるようになります。Google検索を経由して、あなたのサイトにアクセスするユーザは、自動的にゲストとしてログインします。

ファイルの最大アップロードサイズ

恐らく、Moodle.org Using Moodle forumsで最も多く尋ねられる質問は、 "How do I increase the upload file size limit?" (どのようにしたら、ファイルアップロードサイズの制限を増やすことができますか?) だと思われます。

アップロードファイルサイズは、多くの方法で制限することができます - 下記それぞれのリストでは、それに続くサイズを制限します:

1. The Apache server setting LimitRequestBody ... default in Apache 2.x or greater is set to 0 or an unlimited upload size

2. The PHP site settings post_max_size and upload_max_filesize in php.ini : modify php.ini in web server directories ( apache2.x.x/bin/php.ini ) not in php directories :

post_max_size = 128M;  to increase limit to 128 Megabytes;
upload_max_filesize = 128M;  to increase limit to 128 Megabytes;
max_execution_time = 600 ; Maximum execution time of each script, in seconds;

3. The Moodle site-wide maximum uploaded file size setting: Administration > Security > Site policies > Maximum uploaded file size [128M].

4. The Moodle course maximum uploaded file size setting in the course settings: Administration > Courses > Add/Edit courses > select Course category & edit each course > Maximum upload size [128M].

5. Certain course activity module settings (for example, Assignment)

Enable messaging system

Click the checkbox to enable site-wide Messaging.

Note: If you enable the messaging system, all users will be able to send and receive messages at any time. Teachers can't choose whether or not messaging is allowed between students in their particular course.

Force users to login

If you turn this setting on all users must login before they even see the front page of the site.

Force users to login for profiles

Leave this set to Yes to keep anonymous visitors away from user profiles. (See the Using Moodle forum discussion 3rd party spam exploit possible? Help please!.)

Enable trusted content

Please refer to Development:Trusttext cleaning bypass for further information.

Maximum time to edit posts

This sets the editing time for forum postings. The editing time is the amount of time users have to change forum postings before they are mailed to subscribers.

Please refer to the forum discussions Editing a forum post after the 30 minutes deadline and The philosophy underlying "no editing after 30 minutes"

Allow extended characters in usernames

The default here, unchecked = unenabled, is to only allow alphanumeric characters a-Z 0-9 (and "." (don't know if space is allowed, but I doubt it) ). If you enable this, it will be possible to have usernames including even other characters, like underscore "_".

Site policy URL

If you have a site policy that all users must see and agree to before using this site, then specify the URL to it here, otherwise leave this field blank. The URL can point to anywhere, for example a file in the site files.

Tip: It is recommended that the site policy is on the same domain as Moodle to avoid the problem of Internet Explorer users seeing a blank screen when the site policy is on a different domain.

Blog visibility

To enable Blogs, select the level to which user blogs can be viewed.

By default, all site users can see all blogs. Blog visibility may be restricted so that users can only see blogs for people whom they share a course with or whom they share a group with.

Note: This setting is for specifying the maximum context of the VIEWER not the poster. To limit blogging to specific users only, a Blogger role should be created and users assigned to it in the system context.

Enable tags functionality

Moodle 1.9

In Moodle 1.9 onwards, users may tag themselves and create interest pages around those tags.

Keep tag name casing

If checked, then tags like the following will be displayed: SOCCER, gUiTaR, MacDonalds, music

If unchecked, then all tags will be displayed as follows: Soccer, Guitar, Macdonalds, Music

Tips:
  • For English, off is useful.
  • For Japanese, no changes are made either way.
  • For languages where this kind of capitalization changes the meaning, it is best to keep this option on.

Profiles for enrolled users only

In Moodle 1.7.7, 1.8.8 and in 1.9.4 onwards, to prevent misuse by spammers, profile descriptions of users who are not yet enrolled in any course are hidden. New users must enrol in at least one course before they can add a profile description.

Password policy

Moodle 1.9

In Moodle 1.9 onwards, a password policy may be set up, ensuring users choose passwords of a certain length etc.

There is a check box to determine if password complexity should be enforced or not, the option to set the minimum length of the password, the minimum number of digits, the minimum number of lowercase characters, the minimum number of uppercase characters and the minimum number of non alphanumeric characters.

If a user enters a password that does not meet those requirements, they are given an error message indicating the nature of the problem with the entered password.

Enforcing password complexity along with requiring users to change their initial password go a long way in helping ensure that users choose and are in fact using "good passwords".

Tip: In Moodle 1.9.4 onwards, the password policy may also be applied to enrolment keys by setting enrol_manual_usepasswordpolicy to Yes in the Internal enrolment settings.

Disable user profile images

In Moodle 1.9 onwards, the ability for users to change their profile images may be disabled by checking the disableuserimages box.

Email change confirmation

Moodle 1.8

In Moodle 1.8.6 and in 1.9.2 onwards, a confirmation step is required for users to change their email address unless the emailchangeconfirmation box is unchecked.

Enable notes

Moodle 1.9

In Moodle 1.9.4 onwards, Notes may be disabled.

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

ユーザのログインを強制する

この設定を有効にした場合、サイトのフロントページを閲覧する前にも、すべてのユーザはログインする必要があります。

コンテンツ信頼を有効にする

詳細は、開発:Trusttext cleaning bypassをご覧ください。

投稿を編集できる最大時間

フォーラムディスカッション 30分のデッドライン後にフォーラムを編集する (英語) および 「投稿30分経過後は編集できない」ということの下にある考え方 (英語)

ブログ閲覧

詳細は、ブログをご覧ください。

タグ機能を有効にする

Moodle 1.9

Moodle 1.9以降のバージョンでは、ユーザは独自のタグを作成して、タグに関係する関心ページを作成することができます。

パスワードポリシー

Moodle 1.9

Moodle 1.9以降のバージョンでは、ユーザが特定の長さ以上のパスワードを使用するよう、パスワードポリシーを作成することができます。

ユーザプロフィールイメージを無効にする

Moodle 1.9

Moodle 1.9以降のバージョンでは、ユーザプロフィールのイメージを変更できないようにすることができます。

関連情報