MWX/Invite/notes

From Woozle Writes Code
< MWX‎ | Invite
Revision as of 15:13, 4 September 2020 by Woozle (talk | contribs)
Jump to navigation Jump to search

Notes

MW API untangling

The tricky part of this is the interface with MediaWiki to selectively allow a visitor (i.e. one who has a valid invite code) to request an account when visitors are not generally allowed to access that page.

The class for creating pages based on the "Create account" page is apparently LoginSignupSpecialPage... except the documentation says "This feature was removed completely in version 1.33." (...and yet the file is still present in 1.34.2)

related discussions