Handle the new LoginForm::CREATE_BLOCKED return value from authenticateUserData().
[lhc/web/wiklou.git] / AdminSettings.sample
index c121fc7..140cb0a 100644 (file)
@@ -6,9 +6,7 @@
  * measure to allow using a separate user account with higher
  * privileges to do maintenance work.
  *
- * Developers: Do not check AdminSettings.php into CVS!
- *
- * @package MediaWiki
+ * Developers: Do not check AdminSettings.php into Subversion
  */
 
 /*
@@ -23,4 +21,7 @@
 $wgDBadminuser      = 'wikiadmin';
 $wgDBadminpassword  = 'adminpass';
 
-?>
+/*
+ * Whether to enable the profileinfo.php script.
+ */
+$wgEnableProfileInfo = false;