code style: line breaks
PSR-2 for authpdo plugin
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 ...
obfuscate password in config #1487
added translations and metadata
user listing and counting added
added user deletion
usermodification works now
user and group creation works now
added user group selection
began work on PDO auth plugin