[17:21:23] Question about autoregistration on the latest MediaWiki: I have $wgGroupPermissions['*']['autocreateaccount'] = true, but whenever $wgGroupPermissions['*']['createaccount'] = false, I get "Auto-creation of a local account failed: Automatic account creation is not allowed." It works if createaccount = true, but I don't want users to be able to manually create accounts. I can't find any... [17:21:24] ...examples that refer to any other settings - might I be missing something here? Thanks! [17:23:45] >An 'autocreateaccount' right is added to allow auto-creation when 'createaccount' is not granted to all users. [17:23:50] I wonder if someone broke it... [17:24:17] but there's tests... [17:24:18] $this->setGroupPermissions( '*', 'createaccount', false ); [17:24:18] $this->setGroupPermissions( '*', 'autocreateaccount', true ); [17:25:12] Yes, I tried looking at some of the code and that's what it seemed to me, it should work even with the new AuthManager, but it doesn't seem to pick up on my autocreateaccount, even after restarting Apache [17:26:49] Typo somewhere? [17:26:50] if ( $source !== self::AUTOCREATE_SOURCE_MAINT && [17:26:50] !$anon->isAllowedAny( 'createaccount', 'autocreateaccount' ) [17:26:50] ) { [17:28:55] What version of MW are you on? [17:30:33] ~. [17:30:52] oops [17:32:10] 1.38.2. Okay, trying in a new private window worked, I guess those settings must stick around in $_SESSION data [17:32:27] The former is obviously good [18:02:06] hi [18:03:45] i see https://www.mediawiki.org/wiki/Help:Links#External_links 'Avoiding auto-linked URLs' https://mediawiki.org this works, now is it possible to disable that feature for all wikis? no auto link urls without []? [18:27:55] Bombo: Doesn't seem to be [18:54:56] Reedy: indeed [18:56:17] I think it can be done client side too... So if MW doesn't... [20:55:59] Hi, I'm upgrading one wiki, and I run into this issue. [20:56:16] https://dpaste.org/CD3hL [20:56:25] Error: 1062 Duplicate entry '85.236.172.2' for key 'actor_name' (127.0.0.1) [20:56:54] I'm upgrading from 1.30 to 1.33, as there is SMW installed, and I'm following SMW's compatibility.