Announcement

  •  » Themes
  •  » Autologon comming from Joomla

#1 2020-09-13 08:41:34

WollyCGN
Member
Cologne-Germany
2020-09-11
8

Autologon comming from Joomla

Hello/Hi/Greetings,

first I'm very new to PWG and I have very less coding experience.

Thanks to this forum I've got user integration up and running with Joomla.
For all facing the same here is my example:

Code:

$conf['apache_authentication'] = false;
$conf['users_table'] = 'joom_users';
$conf['external_authentification'] = true;

$conf['user_fields'] = array(
  'id' => 'id',
  'username' => 'username',
  'password' => 'password',
  'email' => 'email'
  );

$conf['guest_id'] = '63';
$conf['webmaster_id'] = '42';

$conf['guest_access'] = true;

Jumping from Joomla to PWG needs to logon to PWG once more again.

Is there any hint on how to generate a PWG session after logon to joomla or do you think it's better to settup and use a LDAP server for both.

Thanks in advance for you insights.

Piwigo 2.10.2
Operating system: Linux
PHP: 7.4.10
MySQL: 5.5.5-10.4.14-MariaDB
Graphics Library: ImageMagick 6.9.7-4

Joomla: 3.9.21

Offline

 
  •  » Themes
  •  » Autologon comming from Joomla

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact