Manual:$wgRedirectOnLogin/pl

Category:MediaWiki configuration settings/pl#RedirectOnLoginCategory:MediaWiki configuration settings introduced in version 1.15.0/pl#RedirectOnLoginCategory:MediaWiki configuration settings still in use/pl#RedirectOnLoginCategory:Miscellaneous settings variables/pl#RedirectOnLogin
Różne ustawienia: $wgRedirectOnLogin
Redirect users to page on login
Wprowadzono w wersji:1.15.0 (r48138)
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(string) or null
Domyślna wartość:null

Szczegóły

$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.

Przykłady

$wgRedirectOnLogin = 'Special:MyPage';

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

Zobacz też

Category:Redirect variables/pl
Category:MediaWiki configuration settings/pl Category:MediaWiki configuration settings introduced in version 1.15.0/pl Category:MediaWiki configuration settings still in use/pl Category:Miscellaneous settings variables/pl Category:Redirect variables/pl