mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
feature #392, authentication keys, album notification
* On album notification (for a group), sends one distinct email for each user with a new authentication key. * When someone clicks the link with auth=<key> in URL, if the user is not already connected, Piwigo will automatically connect the user.
This commit is contained in:
@@ -646,6 +646,10 @@ $conf['recent_post_dates'] = array(
|
||||
// the author shown in the RSS feed <author> element
|
||||
$conf['rss_feed_author'] = 'Piwigo notifier';
|
||||
|
||||
// how long does the authentication key stays valid, in seconds. 3 days by
|
||||
// default. 0 to disable.
|
||||
$conf['auth_key_duration'] = 3*24*60*60;
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Set admin layout |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user