MWX/Invite/notes: Difference between revisions

From Woozle Writes Code
< MWX‎ | Invite
Jump to navigation Jump to search
(Created page with "==Notes== The tricky part of this is the interface with MediaWiki to selectively allow a visitor (who has a valid invite code) to request an account when visitors are not gene...")
 
mNo edit summary
Line 1: Line 1:
==Notes==
==Notes==
The tricky part of this is the interface with MediaWiki to selectively allow a visitor (who has a valid invite code) to request an account when visitors are not generally allowed to access that page.
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 [https://doc.wikimedia.org/mediawiki-core/master/php/classLoginSignupSpecialPage.html  LoginSignupSpecialPage].
The class for creating pages based on the "Create account" page is apparently [https://doc.wikimedia.org/mediawiki-core/master/php/classLoginSignupSpecialPage.html  LoginSignupSpecialPage].

Revision as of 14:20, 4 September 2020

Notes

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.