Jump to content

Manual:$wgRedirectOnLogin/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgRedirectOnLogin and the translation is 9% complete.
Miscellaneous settings: $wgRedirectOnLogin
Redirect users to page on login
이 변수가 소개된 버전:1.15.0 (r48138)
이 변수가 사라진 버전:계속해서 쓰이고 있음
허용값:(string) or null
기본값:null

Details

$wgRedirectOnLogin uses the returnto URL parameter to redirect users to a specific page when they log in.

Specify the name of a page in the wiki where they should be sent automatically when they log in, for example: 'Main Page', or 'Special:MyPage'. Setting this option to null will make the user be redirected back to the page they came from.

Examples

$wgRedirectOnLogin = 'Special:MyPage';

This will redirect users to 'Special:MyPage', i.e. the respective user's user page.

같이 보기