Project

General

Profile

Manage core users » History » Version 4

« Previous - Version 4/25 (diff) - Next » - Current version
verschdl, 03/25/2009 01:20 PM
wget "http://git.quassel-irc.org/?p=quassel.git;a=blob_plain;f=scripts/manageusers.py" -> 2009-03-25 13:19:32 (114 MB/s) - »index.html?p=quassel.git;a=blob_plain;f=scripts%2Fmanageusers.py« gespeichert [2275];


Manage core users

What you need: Steps:
  • Download the script
    wget -o manageusers.py "http://git.quassel-irc.org/?p=quassel.git;a=blob_plain;f=scripts/manageusers.py"
  • Run the script
    python manageusers.py

The above command will only show you the parameters:

python manageusers.py add foo bar

This will add a user 'foo' with password 'bar' to your core.

python manageusers.py changepass foo bar

This will change the password of existing user 'foo' to 'bar'