History log of /dokuwiki/lib/plugins/authpdo/lang/en/settings.php (Results 1 – 3 of 3)
Revision Date Author Comments
# 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


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

began work on PDO auth plugin