samwilson / mwcli

A command line client for MediaWiki wikis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change a user password with mw-cli

antoine2711 opened this issue · comments

It would be great if the tool could manipulate the users of a MediaWiki.

I think wp-cli could be a very good inspiration for features.

Regards,
Antoine

That's a good idea. So it looks some like equivalents of the wp user commands of interest might be e.g.:

  • mwcli user create <username> <email> Create new user and send them an email.
  • mwcli user reset-password <user1> <user2> Reset password and send the email.
  • mwcli user get <username> Get info, in various formats.

And maybe botpasswords and group-setting in some form.