Can any one please let me know how can i redirect user for the following
Special:UserLogin&type=login
Thanks in advance
Can any one please let me know how can i redirect user for the following
Special:UserLogin&type=login
Thanks in advance
If you are loking into redirecting users to a specific page everytime they log in then see this manual, for example if you want users to be redirected to Main Page everytime they log in addto your LocalSettings.php, must have MediaWiki v1.15.0 to be able to use this configuration.Code:$wgRedirectOnLogin = "Main Page";
If you want to edit the login message after a user is logged in then edit MediaWiki:loginsuccess
If you want to edit the log in form (not recommended) then you need to edit /includes/SpecialUserlogin.php
If this is not the answer you are looking for please elaborate more of what you want.
Last edited by mac77; December 2nd, 2009 at 18:22. Reason: fixed typo
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks