History log of /dokuwiki/lib/plugins/authpdo/auth.php (Results 1 – 25 of 38)
Revision Date Author Comments
# 9c952d3b 01-Aug-2025 Andreas Gohr <andi@splitbrain.org>

run passcrypt when user does not exist #4491

This will automatically use the configured password hashing method, thus
matching what existing users most likely have for their hash as well.


# 1b2deed9 15-Sep-2023 fiwswe <fiwswe@fwml.de>

Use str_starts_with/str_ends_with


# d4f83172 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: line breaks


# 4b230b99 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: indent fixes


# 8553d24d 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector renames


# ab9790ca 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to auth plugins


# 0489c64b 16-Aug-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Changes according to revisions in https://github.com/moisesbr-dw/dokuwiki/pull/2

Many minor details and use of Sort::xyz() instead of intl_xyz() in files outside the "inc" folder.


# 8371b182 20-May-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Authorization plugins

[enhancement] group sorting in authplain


# 31a58aba 10-Oct-2019 Andreas Gohr <gohr@cosmocode.de>

Merge branch 'psr2'

* psr2: (160 commits)
fixed merge error
Moved parts of the Asian word handling to its own class
ignore snake_case error of substr_replace
fixed some line length errors

Merge branch 'psr2'

* psr2: (160 commits)
fixed merge error
Moved parts of the Asian word handling to its own class
ignore snake_case error of substr_replace
fixed some line length errors
ignore PSR2 in the old form class
fix PSR2 error in switch statement
replaced deprecated utf8 functions
formatting cleanup
mark old utf8 functions deprecated
some more PSR2 cleanup
Some cleanup for the UTF-8 stuff
Moved all utf8 methods to their own namespaced classes
Create separate table files for UTF-8 handling
Ignore mixed concerns in loader
Use type safe comparisons in loader
Remove obsolete include
adjust phpcs exclude patterns for new plugin classes
�� Move Subscription class to deprecated.php
♻️ Split up ChangesSubscriptionSender into multiple classes
Minor optimizations in PluginController
...

show more ...


# 88ca2487 13-Sep-2019 Phy <git@phy25.com>

authpdo: fix _query return type issue per Scrutinizer inspection


# 6a1b9bfe 09-Sep-2019 Phy <git@phy25.com>

authpdo: add support for multi-rowset to _query

This makes sure if user defined multiple query in one SQL, they are all executed rather than only the first one.


# c3cc6e05 06-Mar-2019 Andreas Gohr <andi@splitbrain.org>

PSR2 adjustments for the PassHash class

I opted for ignoring the camel case funtion check not because the public hash_*
methods are widely used but because I find this style actually cleaner
in this

PSR2 adjustments for the PassHash class

I opted for ignoring the camel case funtion check not because the public hash_*
methods are widely used but because I find this style actually cleaner
in this case where the method name is auto-built from the hash type
name.

show more ...


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

PSR-2 for authpdo plugin


# b4f2363a 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

remove DOKU_INC checks

There is no need for this check, since these files should not have any
main code that is executed on direct call.

Fixes PSR1.Files.SideEffects.FoundWithSymbols


# 12c7f5c3 20-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

authpdo: fix group filter

The filter passed by the user manager is called 'grps' not 'group'


# 3e2a8145 20-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

authpdo: fix return type of retrieveUsers() #1781


# f3c1c207 20-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

authpdo: fix wrong return type for getUserCount() #1781


# d5c0422f 22-Nov-2016 Andreas Gohr <andi@splitbrain.org>

authpdo - use type safe comparison on passwords. fixes #1765


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


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

allow for checking of parameter existence in capabilities

This allows for more fine control over what the abilities are,
depending on the parameters used within the configured sql string.


# 7f89f089 20-May-2016 Andreas Gohr <andi@splitbrain.org>

added missing statement to capability check


# f6cd8a7f 11-May-2016 phjanderson <phjanderson@gmail.com>

Fixed a small type preventing query parameters from showing up debug messages.


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

obfuscate password in config #1487


# 0cec3e2a 19-Feb-2016 Andreas Gohr <andi@splitbrain.org>

cache groups during a request


# 07a11e2a 12-Feb-2016 Andreas Gohr <andi@splitbrain.org>

prepend default group

this makes sure manually assigned groups win on systems where only one
group is supported.


12