ciencia / mediawiki-extensions-StubUserWikiAuth

MediaWiki extension for authenticating an account against a remote wiki, when the user row is a stub
GNU General Public License v2.0
4 stars 2 forks source link

don't use deprecated User::getCanonicalName #7

Closed darksworm closed 2 years ago

darksworm commented 2 years ago

User::getCanonicalName was hard-deprecated in mediawiki v1.37 which broke this plugin.

Using username utils instead reinstates the functionality of the plugin.