From: <gem...@li...> - 2012-01-31 15:41:34
|
Revision: 442 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=442&view=rev Author: matijsdejong Date: 2012-01-31 15:41:22 +0000 (Tue, 31 Jan 2012) Log Message: ----------- Added 'default organization' for login to single organization projects Modified Paths: -------------- trunk/new_project/application/configs/project.ini Modified: trunk/new_project/application/configs/project.ini =================================================================== --- trunk/new_project/application/configs/project.ini 2012-01-31 15:35:59 UTC (rev 441) +++ trunk/new_project/application/configs/project.ini 2012-01-31 15:41:22 UTC (rev 442) @@ -202,6 +202,15 @@ locales.en = "en" locales.nl = "nl" +;------------------------------------------------------- +; ORGANIZATION SECTION +; +; Specify a default organization for a project. Allows +; all user to login when this organization is choosen. +;------------------------------------------------------- + +; organization.default = 70 + ;---------------------------------------------------------------------- ; PASSWORDS SECTION ; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |