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

code style: line breaks


# 3213bf4e 08-May-2018 Andreas Gohr <andi@splitbrain.org>

PSR-2 for authpdo plugin


# 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 ...


# 0cc11d97 12-Mar-2016 Andreas Gohr <andi@splitbrain.org>

obfuscate password in config #1487


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

added translations and metadata


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

began work on PDO auth plugin