[pLog-svn] r6935 - plog/trunk/install

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Dec 24 13:05:12 EST 2009


Author: jondaley
Date: 2009-12-24 13:05:12 -0500 (Thu, 24 Dec 2009)
New Revision: 6935

Modified:
   plog/trunk/install/defaultconfig.properties.php
Log:
better error message for 'bad' usernames.  Everyone wants to use the 'admin' username, so let's not block it

Modified: plog/trunk/install/defaultconfig.properties.php
===================================================================
--- plog/trunk/install/defaultconfig.properties.php	2009-12-24 17:43:57 UTC (rev 6934)
+++ plog/trunk/install/defaultconfig.properties.php	2009-12-24 18:05:12 UTC (rev 6935)
@@ -93,7 +93,7 @@
 $Inserts['subdomains_enabled'] 								= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('subdomains_enabled', '0', 1);";
 $Inserts['include_blog_id_in_url'] 							= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('include_blog_id_in_url', '1', 1);";
 $Inserts['send_xmlrpc_pings_enabled_by_default'] 			= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('send_xmlrpc_pings_enabled_by_default', '1', 1);";
-$Inserts['forbidden_usernames'] 							= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('forbidden_usernames', 'admin www blog ftp wiki forums', 3);";
+$Inserts['forbidden_usernames'] 							= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('forbidden_usernames', 'www blog ftp wiki forums', 3);";
 $Inserts['force_registration_confirmation'] 				= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('force_registration_confirmation', '0', 1);";
 $Inserts['summary_items_per_page'] 							= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('summary_items_per_page', '25', 3);";
 $Inserts['subdomains_base_url'] 							= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('subdomains_base_url', '', 3);";



More information about the pLog-svn mailing list