Manual:$wgAutocreatePolicy
Appearance
この機能は、バージョン 1.22.0 で完全に除去されました。 |
| 認証: $wgAutocreatePolicy | |
|---|---|
| Policy to create new accounts with external authentication. |
|
| 導入されたバージョン: | 1.16.0 (r53497) |
| 除去されたバージョン: | 1.22.0 (Gerrit change 54900; git #36cade5f) |
| 許容される値: | (文字列) |
| 既定値: | 'login' |
| その他の設定: アルファベット順 | 機能順 | |
詳細
| This functionality is still experimental. |
$wgAutocreatePolicy controls account auto-creation behavior when external authentication is enabled.
(詳細は $wgExternalAuthType および $wgExternalAuthConfig を参照してください。)
$wgAutocreatePolicy can be set to one of three values:
never- do not automatically create new accounts.login– create new accounts on user login. This is the default setting.view- not currently implemented. Will require the external database to support cookies and implies 'login'.