History log of /dokuwiki/lib/plugins/usermanager/cli.php (Results 1 – 15 of 15)
Revision Date Author Comments
# 3f8a89e5 27-Mar-2024 splitbrain <86426+splitbrain@users.noreply.github.com>

�� Rector and PHPCS fixes


# 4c1ed9da 27-Mar-2024 Andreas Gohr <andi@splitbrain.org>

usermanager: initialize auth sytem later

This prevents header errors when inspecting the CLI component in
plugin.php


# 6547cfc7 31-Aug-2023 Gerrit Uitslag <klapinklapin@gmail.com>

use $auth instanceof AuthPlugin instead of not null check


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

Apply rector renames


# 54cc7aa4 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to the rest of lib/plugin


# 3dc79ed8 25-Nov-2020 Andreas Gohr <andi@splitbrain.org>

usermanager CLI: more cleanup


# 1a88e283 25-Nov-2020 Andreas Gohr <andi@splitbrain.org>

usermanager CLI: use success messages

This makes it more consistent with the other tools


# 4fe4fe89 25-Nov-2020 Andreas Gohr <andi@splitbrain.org>

usermanager CLI: fix parameter order for creating users


# 80fb44d9 25-Nov-2020 Andreas Gohr <andi@splitbrain.org>

usermanager CLI: catch plugin signalled error messages

Plugins may prevent user modifications and will use msg() to tell why.
This will catch the messages and print them on CLI as well


# e56df874 25-Nov-2020 Andreas Gohr <andi@splitbrain.org>

abort early when no auth backend is available


# 44c2bd91 25-Nov-2020 Andreas Gohr <andi@splitbrain.org>

type hints and cleanup


# 2bf5aa0c 27-Aug-2020 Karsten Kosmala <karsten.kosmala@gmail.com>

typos


# c93d7d34 27-Aug-2020 Karsten Kosmala <kosmala@cosmocode.de>

remove unused variable


# ae26f74e 27-Aug-2020 Karsten Kosmala <kosmala@cosmocode.de>

add addToGroup and removeFromGroup


# 7faa86fa 26-Aug-2020 Karsten Kosmala <kosmala@cosmocode.de>

initial usermanager cli