Bonjour
Dans piwigo, tu peux régler pour qu'il utilise la table utilisateur de joomla
/ If you decide to use external authentication
// change conf below by $conf['external_authentification'] = true;
$conf['external_authentification'] = false;
// 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".
$conf['user_fields'] = array(
'id' => 'id',
'username' => 'username',
'password' => 'password',
'email' => 'mail_address'
);
// password_hash: function hash the clear user password to store it in the
// database. The function takes only one parameter: the clear password.
$conf['password_hash'] = 'pwg_password_hash';
// password_verify: function that checks the password against its hash. The
// function takes 2 mandatory parameter : clear password, hashed password +
// an optional parameter user_id. The user_id is used to update the password
// with the new hash introduced in Piwigo 2.5. See function
// pwg_password_verify in include/functions_user.inc.php
$conf['password_verify'] = 'pwg_password_verify';
Je suppose, c'est un hébergement mutualisé ...
Bonjour
joomla et piwigo utilise la même base de données ?
Bonjour,
Je ne suis pas super-administrateur du site de notre association.
Nous utilisons un site Joomla pour les publications et bien entendu Piwigo.
Chaque CMS a son login/password .... donc nos adhérents ont du mal à s'y retrouver
Même si nous devons changer d'hébergeur, de site de publication (mais garder Piwigo !), comment est-il possible d'assurer cette fonctionnalité ?
Merci d'avance pour vos conseils
Version de Piwigo: 2.10.2
Version de PHP: 7.2.29
Version de MySQL: 5.5.5-10.3.22
URL Piwigo: http://imagein-photoclub.org/piwigo/