+ Reply to Thread
Results 1 to 2 of 2

Thread: Special:UserLogin

Share/Bookmark
  1. #1
    Junior Member niteshgaba is an unknown quantity at this point
    Join Date
    Aug 2009
    Posts
    3
    Rep Power
    1

    Default Special:UserLogin

    Can any one please let me know how can i redirect user for the following

    Special:UserLogin&type=login


    Thanks in advance

  2. #2

    Default

    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 add
    Code:
     $wgRedirectOnLogin = "Main Page";
    to your LocalSettings.php, must have MediaWiki v1.15.0 to be able to use this configuration.

    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
    --mac77
    MediaWiki:1.15.1
    PHP: 5.2.5 (cgi)
    MySQL: 5.0.77mm0.1-log
    theDIYpal

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Edit the Special:UserLogin Page
    By aeraki in forum Configuration
    Replies: 0
    Last Post: October 3rd, 2008, 20:59
  2. Edit Special:Userlogin page
    By chsnamu in forum MediaWiki General Discussion
    Replies: 1
    Last Post: September 8th, 2008, 21:25
  3. How to modify Special:UserLogin
    By lieb39 in forum Customizing MediaWiki
    Replies: 1
    Last Post: September 8th, 2008, 15:38
  4. repeatation of Special:Userlogin
    By suhail in forum Customizing MediaWiki
    Replies: 0
    Last Post: March 6th, 2008, 10:37
  5. Customising the Special:UserLogin page
    By durkine in forum Customizing MediaWiki
    Replies: 15
    Last Post: February 29th, 2008, 14:07

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts