AuthPDO: allow in-SQL pasword checkingThis is a feature that was present in the old authmysql plugin. Itallows administrators to specify an SQL string that is used for explicitpassword checking i
AuthPDO: allow in-SQL pasword checkingThis is a feature that was present in the old authmysql plugin. Itallows administrators to specify an SQL string that is used for explicitpassword checking instead of letting DokuWiki compare the hashes. Thisis useful where application implement their own salt/hashing thing.This comes with a test case for the MyBB forum software. Dump kindlyprovided by William Kitchen
show more ...
copied language files from authmysql
added translations and metadata
began work on PDO auth plugin