History log of /plugin/authdjango/auth.php (Results 1 – 11 of 11)
Revision Date Author Comments
# b866db0f 15-Feb-2026 zgtm <zgtm@example.com>

Add config option 'groups_admin' to allow users to become dokuwiki admins by being in a list of django groups


# 48dffebb 18-Apr-2025 Robert Czechowski <robert@code-intelligence.com>

Fix: Don't show logout link if logoff URI is not set


# 79dc6f2b 18-Apr-2025 Robert Czechowski <robert@code-intelligence.com>

CRITICAL FIX: Don't give every Django user with an email address full admin privileges in the dokuwiki


# 1e8dcca0 17-Apr-2025 Robert Czechowski <robert@code-intelligence.com>

Cleanup, fix constructor parent calling


# 4abf80eb 17-Apr-2025 Robert Czechowski <robert@code-intelligence.com>

Make all django users member of dokuwiki group 'user', add options to make django admins and/or staff members of dokuwiki group 'admin'


# 8375d074 17-Apr-2025 Robert Czechowski <robert@code-intelligence.com>

Add support for new session data encoding since Django 4, automatically decoding old and new data


# 557e3fdc 17-Apr-2025 Robert Czechowski <robert@code-intelligence.com>

Add new config option to add a logoff URI


# bbd83d14 17-Apr-2025 Robert Czechowski <robert@code-intelligence.com>

Remove outdated description comment


# 81c93b21 30-Mar-2018 Robert Czechowski <robert+git@czecho.de>

Use getConf instead of directly accessing the config dict


# 53a02df5 30-Mar-2018 Robert Czechowski <robert+git@czecho.de>

Add config description strings


# 2918a769 30-Mar-2018 Robert Czechowski <robert+git@czecho.de>

Add plugin code