Last modified: 2014-04-22 15:28:23 UTC
Currently in specials/SpecialUserlogin.php we use a $template object which comes from templates/Userlogin.php. The UsercreateTemplate class includes a function addInputItem() with 'type' as third parameter. However, in execute(), an <input> is hardcoded which prevents the usage of <select> boxes. It should be possible to add select boxes to the account creation form. (Maybe the code needs a general clean-up as well..)
Also prevents radio buttons.