aboutsummaryrefslogtreecommitdiffstats
path: root/include/config_default.inc.php
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2009-11-24 10:19:27 +0000
committernikrou <nikrou@piwigo.org>2009-11-24 10:19:27 +0000
commitd30639ec98f8e2929137ab6e00cb2fe3ba295957 (patch)
tree7aacea123a27e3bfff8682b12d0bde354635c43f /include/config_default.inc.php
parentf974668ef53c529ad4f44b594393ab04043696ad (diff)
Feature 928 :
partial revert of svn:4280 for external authentification. git-svn-id: http://piwigo.org/svn/trunk@4357 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r--include/config_default.inc.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index 94fcdbb55..3ac0f5dae 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -494,16 +494,12 @@ $conf['apache_authentication'] = false;
//
// All informations contained in these tables and column are related to
// piwigo_users table.
-//
-// You can use a different table for users, if you define associated constant
-// default configuration :
-// define('USERS_TABLE', $prefixeTable.'users');
+$conf['users_table'] = $prefixeTable.'users';
// Other tables can be changed, if you define associated constants
// Example:
// define('USER_INFOS_TABLE', 'pwg_main'.'user_infos');
-
// user_fields : mapping between generic field names and table specific
// field names. For example, in PWG, the mail address is names
// "mail_address" and in punbb, it's called "email".