[Mapbender-commits] r9312 - trunk/mapbender/conf

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Nov 25 00:01:13 PST 2015


Author: armin11
Date: 2015-11-25 00:01:13 -0800 (Wed, 25 Nov 2015)
New Revision: 9312

Modified:
   trunk/mapbender/conf/mapbender.conf-dist
Log:
Define central admin user id in mapbender.conf

Modified: trunk/mapbender/conf/mapbender.conf-dist
===================================================================
--- trunk/mapbender/conf/mapbender.conf-dist	2015-11-25 08:01:02 UTC (rev 9311)
+++ trunk/mapbender/conf/mapbender.conf-dist	2015-11-25 08:01:13 UTC (rev 9312)
@@ -265,6 +265,12 @@
 #define("REGISTRATING_GROUP",36);
 
 # --------------------------------------------
+# define a the user id of the portal admin in case of self registration - 
+# this becomes the owner of the self-registered users. Defaults to user with id 1 (normally root).
+# --------------------------------------------
+#define("PORTAL_ADMIN_USER_ID","1");
+
+# --------------------------------------------
 # Define a session name (useful for installations when more than one mapbender is installed on one server.
 # These installations won't share the session but will share probably one database. When the user switch from one
 # to another installation - and there are different session names - the configuration from the session will be forgotten. There is a new environment.)



More information about the Mapbender_commits mailing list