cosmocode / dokuwiki-plugin-autologoff

Dokuwiki plugin to automatically log out users after a defined period of inactivity
https://www.dokuwiki.org/plugin:autologoff
1 stars 2 forks source link

Allow call to external page on logout #16

Open jeffchulg opened 2 years ago

jeffchulg commented 2 years ago

I installed a reverse proxy and I would like dokuwiki to auto-logoff and call this page.

There is currently no option to do it and this means that the auto-logoff is not actually working.

Would it be possible to add this capability ?

jeffchulg commented 2 years ago

Concretely, it means allow replacement for

send_redirect(wl($ID, '', true, '&'));

to header('Location:XXX')

when some config is done.