History log of /dokuwiki/lib/plugins/authpdo/conf/default.php (Results 1 – 9 of 9)
Revision Date Author Comments
# d4f83172 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: line breaks


# 397d62a2 20-Aug-2016 Andreas Gohr <andi@splitbrain.org>

AuthPDO: allow in-SQL pasword checking

This is a feature that was present in the old authmysql plugin. It
allows administrators to specify an SQL string that is used for explicit
password checking i

AuthPDO: allow in-SQL pasword checking

This is a feature that was present in the old authmysql plugin. It
allows administrators to specify an SQL string that is used for explicit
password checking instead of letting DokuWiki compare the hashes. This
is useful where application implement their own salt/hashing thing.

This comes with a test case for the MyBB forum software. Dump kindly
provided by William Kitchen

show more ...


# c27579a6 30-Jan-2016 Andreas Gohr <andi@splitbrain.org>

added translations and metadata


# 6459f496 30-Jan-2016 Andreas Gohr <andi@splitbrain.org>

user listing and counting added


# e19be516 30-Jan-2016 Andreas Gohr <andi@splitbrain.org>

added user deletion


# 4fb8dfab 30-Jan-2016 Andreas Gohr <andi@splitbrain.org>

usermodification works now


# 5de3a6a5 30-Jan-2016 Andreas Gohr <andi@splitbrain.org>

user and group creation works now


# 70a89417 29-Jan-2016 Andreas Gohr <andi@splitbrain.org>

added user group selection


# f64dbc90 29-Jan-2016 Andreas Gohr <andi@splitbrain.org>

began work on PDO auth plugin