Adding fields to user registration in Mediawiki
        Posted  
        
            by boogie
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by boogie
        
        
        
        Published on 2010-05-14T07:57:16Z
        Indexed on 
            2010/05/14
            8:04 UTC
        
        
        Read the original article
        Hit count: 265
        
Hi,
I've been Googling a lot, but I just can't figure out how to add a couple fields to user registration. By default Mediawiki only asks for username, password and real name. I noticed that form is a template under /includes/templates/UserLogin.php, but I don't want to modify that file to make the changes.
What is the correct way to do that?
© Stack Overflow or respective owner