Feature 928 :

partial revert of svn:4280 for external authentification.

git-svn-id: http://piwigo.org/svn/trunk@4357 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
nikrou
2009-11-24 10:19:27 +00:00
parent f974668ef5
commit d30639ec98
2 changed files with 2 additions and 6 deletions
+1 -5
View File
@@ -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".