<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pt">
	<id>https://tecporto.pt/wiki/index.php?action=history&amp;feed=atom&amp;title=Disable_registration</id>
	<title>Disable registration - Histórico de revisões</title>
	<link rel="self" type="application/atom+xml" href="https://tecporto.pt/wiki/index.php?action=history&amp;feed=atom&amp;title=Disable_registration"/>
	<link rel="alternate" type="text/html" href="https://tecporto.pt/wiki/index.php?title=Disable_registration&amp;action=history"/>
	<updated>2026-05-05T20:53:59Z</updated>
	<subtitle>Histórico de edições para esta página nesta wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>https://tecporto.pt/wiki/index.php?title=Disable_registration&amp;diff=77&amp;oldid=prev</id>
		<title>Cláudia: Criou a página com &quot;It is possible to prevent new users from registering themselves on your MediaWiki site. For that, you need to edit your LocalSettings.php file.  Find the place on your Local...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tecporto.pt/wiki/index.php?title=Disable_registration&amp;diff=77&amp;oldid=prev"/>
		<updated>2018-06-01T16:21:33Z</updated>

		<summary type="html">&lt;p&gt;Criou a página com &amp;quot;It is possible to prevent new users from registering themselves on your MediaWiki site. For that, you need to edit your LocalSettings.php file.  Find the place on your Local...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;It is possible to prevent new users from registering themselves on your MediaWiki site. For that, you need to edit your LocalSettings.php file.&lt;br /&gt;
&lt;br /&gt;
Find the place on your LocalSettings.php where you have the $wgGroupPermissions declarations and add the following in a new line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$wgGroupPermissions['*']['createaccount'] = false;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have no $wgGroupPermissions already defined in your file, just add the line anyway.&lt;br /&gt;
&lt;br /&gt;
Make sure to check that such a line is not defined elsewhere in the file, whatever the settings in it.&lt;/div&gt;</summary>
		<author><name>Cláudia</name></author>
		
	</entry>
</feed>