You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2005/09/25 09:17:19 UTC

svn commit: r291381 - /incubator/roller/branches/roller_2.0/web/WEB-INF/classes/roller.properties

Author: agilliland
Date: Sun Sep 25 00:17:13 2005
New Revision: 291381

URL: http://svn.apache.org/viewcvs?rev=291381&view=rev
Log:
users.registration.enabled is already defined in the runtime config.


Modified:
    incubator/roller/branches/roller_2.0/web/WEB-INF/classes/roller.properties

Modified: incubator/roller/branches/roller_2.0/web/WEB-INF/classes/roller.properties
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/WEB-INF/classes/roller.properties?rev=291381&r1=291380&r2=291381&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/WEB-INF/classes/roller.properties (original)
+++ incubator/roller/branches/roller_2.0/web/WEB-INF/classes/roller.properties Sun Sep 25 00:17:13 2005
@@ -26,11 +26,6 @@
 
 # User management settings
 
-# True to allow users to register themselves via a "register" link on the main
-# page. False to disable user self-registration entirely, allowing only global 
-# admins to create new users.
-users.registration.enabled=true
-
 # True to enable group blogging. False to prevent users from creating more 
 # than one weblog and from joining other weblogs.
 groupblogging.enabled=true