Skip to content

Instantly share code, notes, and snippets.

@m87carlson
Created March 22, 2016 18:47
Show Gist options
  • Save m87carlson/2bcd01ee54dd7176e211 to your computer and use it in GitHub Desktop.
Save m87carlson/2bcd01ee54dd7176e211 to your computer and use it in GitHub Desktop.
Reset a MoinMoin Wiki Password
#!/bin/sh
moin --config-dir=/data/www/MoinMoin account resetpw --name=${1} changeme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment