usermanager CLI: more cleanup
usermanager CLI: use success messagesThis makes it more consistent with the other tools
usermanager CLI: fix parameter order for creating users
usermanager CLI: catch plugin signalled error messagesPlugins may prevent user modifications and will use msg() to tell why.This will catch the messages and print them on CLI as well
abort early when no auth backend is available
type hints and cleanup
translation update
typos
remove unused variable
add addToGroup and removeFromGroup
initial usermanager cli
12345678910>>...36