History log of /plugin/authchained/auth.php (Results 1 – 24 of 24)
Revision Date Author Comments
# 441eb5d5 25-Aug-2025 Christian Marg <marg@rz.tu-clausthal.de>

remove deprecated trigger_event. Plugin now requires Hogfather or newer Dokuwiki.


# 4cbfa2dc 20-Sep-2024 UnFefeSauvage <57019017+UnFefeSauvage@users.noreply.github.com>

Check for existance of `$_REQUEST['page']` before usage


# 6fb8fffb 10-Mar-2019 Pawel Jasinski <pawel.jasinski@gmail.com>

trigger auth_login event when if auth external fails


# 5db6eafa 17-Feb-2019 Pawel Jasinski <pawel.jasinski@gmail.com>

changes as requested in PR


# a015b733 17-Feb-2019 Pawel Jasinski <pawel.jasinski@gmail.com>

added support for trustExternal

- if any chained plugin supports trust external it is claimed so
- trust external is active before plugin is selected
- mixing of trust external and check pass is all

added support for trustExternal

- if any chained plugin supports trust external it is claimed so
- trust external is active before plugin is selected
- mixing of trust external and check pass is allowed

show more ...


# cbddd9e7 18-Feb-2019 Christian Marg <marg@rz.tu-clausthal.de>

Merge pull request #10 from paweljasinski/typo-logout

corrected name of canDo capability


# 8e319704 18-Feb-2019 Christian Marg <marg@rz.tu-clausthal.de>

Merge pull request #13 from paweljasinski/trailing-spaces

removed trailing spaces


# d44f5643 17-Feb-2019 Pawel Jasinski <pawel.jasinski@gmail.com>

removed trailing spaces


# fca3c6d7 17-Feb-2019 Pawel Jasinski <pawel.jasinski@gmail.com>

simplified checkpass


# 54719a74 16-Feb-2019 Pawel Jasinski <pawel.jasinski@gmail.com>

corrected name of canDo capability


# 852535e1 30-Jan-2019 Christian Marg <marg@rz.tu-clausthal.de>

bump date, fix indentation


# 12767e67 30-Jan-2019 Emmanuel Collignon <emmanuel.collignon@univ-lr.fr>

bugfix for email subscriptions


# 9ad8d9f1 21-Nov-2018 einhirn <marg@rz.tu-clausthal.de>

bugfix: should work with email subscriptions now


# c27cbb90 24-Jul-2017 rnck <github@rnck.de>

Adjust method signature to match parent


# 4e6f1bb5 07-Jan-2014 einhirn <marg@rz.tu-clausthal.de>

fixed missing parenthesis


# 1b39d8c6 07-Jan-2014 einhirn <marg@rz.tu-clausthal.de>

fixed "getUserData" for usermanager.


# b01c8fa4 20-Dec-2013 einhirn <marg@rz.tu-clausthal.de>

Removed duplicate "this"


# aca355cf 13-Aug-2013 einhirn <marg@rz.tu-clausthal.de>

Minor correction - removed a print_r call


# d9c5261f 13-Aug-2013 einhirn <marg@rz.tu-clausthal.de>

Modified for use of "usermanager_authtype" - behaves more like ggauth's chained.class.php


# 32fe206a 12-Aug-2013 einhirn <marg@rz.tu-clausthal.de>

Code rework to comply (more) with https://www.dokuwiki.org/devel:coding_style


# 8a493abf 30-Jul-2013 Philipp Neuser <pneuser@physik.fu-berlin.de>

Fix: Login doesn't last longer than
http://www.dokuwiki.org/config:auth_security_timeout


# c368b833 27-Jun-2013 Philipp Neuser <pneuser@physik.fu-berlin.de>

fixed call of triggeredUserMod


# 9e84dbfb 30-May-2013 Philipp Neuser <pneuser@physik.fu-berlin.de>

added settings for configuration manager


# 86e0f1b9 30-May-2013 Philipp Neuser <pneuser@physik.fu-berlin.de>

initial commit