Re: [Wikitech-l] LoginSignupSpecialPage.php form won’t let me add fields

2019-09-21 Thread Brian Wolff
If you havent seen it, the docs at https://www.mediawiki.org/wiki/Manual:SessionManager_and_AuthManager/Adding_fields_to_the_registration_form may be helpful. -- Brian On Saturday, September 21, 2019, John Shepherd wrote: > Hello all, > > On my own mediawiki install, I am trying to add another

Re: [Wikitech-l] LoginSignupSpecialPage.php form won’t let me add fields

2019-09-21 Thread John Shepherd
Forgot to add that this is a brand new install without any extensions. On 2019-09-21 at 10:00 AM, John Shepherd wrote: > Hello all, > > On my own mediawiki install, I am trying to add another checkbox field to the > Special:CreateAccount page. I have found the code responsible for the form, >

Re: [Wikitech-l] LoginSignupSpecialPage.php form won’t let me add fields

2019-09-21 Thread florian.schmidt.welzow
Hi, to your problem: Probably take a look here: https://github.com/TheSandDoctor/misc-code-bits/blob/master/LoginSignupSpecialPage.php#L707 That might be related to your problem. However, not sure what you actually want to achieve, and if you're just doing it out of fun or if you want to use

[Wikitech-l] LoginSignupSpecialPage.php form won’t let me add fields

2019-09-21 Thread John Shepherd
Hello all, On my own mediawiki install, I am trying to add another checkbox field to the Special:CreateAccount page. I have found the code responsible for the form, but for some reason the checkbox does not show up. As a test, I then went and tried copying and pasting one of the existing text