Project

General

Profile

Manage core users » History » Version 2

Version 1 (seezer, 01/02/2009 05:29 PM) → Version 2/25 (EgS, 03/03/2009 04:54 PM)

h1. Manage core users

+What you need:+
* http://git.quassel-irc.org/?p=quassel.git;a=blob_plain;f=scripts/manageusers.py http://egs.name/dev/manageusers.py
* python 2.5 with sqlite support
* shell access on you core's host as the core's user

+Steps:+
* Download the script
@wget http://git.quassel-irc.org/?p=quassel.git;a=blob_plain;f=scripts/manageusers.py@ http://egs.name/dev/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'