Manual:$wgNewUserLog

From mediawiki.org
This page is a translated version of the page Manual:$wgNewUserLog and the translation is 59% complete.
ロギング: $wgNewUserLog
Special:Log/newusers で新規利用者の記録を保持するかどうか。
導入されたバージョン:1.14.0 (r40769)
除去されたバージョン:使用中
許容される値:(真偽値)
既定値:true

詳細

Special:Log/newusers で新規利用者の記録を保持するかどうかです。

true (既定値) を設定すると...

新しい利用者作成が記録され、利用者はSpecial:Log/newusersにアクセスしてウィキ上の新しい利用者登録を見ることができます。 These events will also appear on your Recent Changes page.

false を設定すると...

new user creations will not be logged and Special:Log/newusers will report "No matching items in log". This can help to declutter your Recent Changes display, but note the following alternative ways of doing this

Other ways to declutter Recent Changes

If you set any permission restriction on the display of this log file, then the user creations are not written to recent changes (for any permission level). So this permission setting makes the log available to most users, while decluttering recent changes for all users:

$wgLogRestrictions["newusers"] = 'autoconfirmed';

Alternatively recent changes is decluttered substantially by using Enhanced recent changes which folds user creations into one line.

Extension:Newuserlog に代わるもの

この設定は、廃止された拡張機能 Extension:Newuserlog に代わるものです。