Manage core users » History » Version 7
Version 6 (seezer, 07/02/2009 07:50 PM) → Version 7/25 (seezer, 11/08/2009 03:54 PM)
h1. Manage core users
h2. Versions >= 0.5:
quasselcore provides two command-line options:
* --add-user
>Starts an interactive session up to add a new core user
* --change-userpass=[USERNAME]
>Starts an interactive session to change the password of the user identified by username 0.4.x
h2. Versions prior to 0.5:
+What you need:+
* http://git.quassel-irc.org/?p=quassel.git;a=blob_plain;f=scripts/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 -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'
h2. Versions compiled from git since 2009-03-11:
quasselcore provides two command-line options:
* --add-user
>Starts an interactive session to add a new core user
* --change-userpass=[USERNAME]
>Starts an interactive session to change the password of the user identified by username
h2. Versions >= 0.5:
quasselcore provides two command-line options:
* --add-user
>Starts an interactive session up to add a new core user
* --change-userpass=[USERNAME]
>Starts an interactive session to change the password of the user identified by username 0.4.x
h2. Versions prior to 0.5:
+What you need:+
* http://git.quassel-irc.org/?p=quassel.git;a=blob_plain;f=scripts/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 -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'
h2. Versions compiled from git since 2009-03-11:
quasselcore provides two command-line options:
* --add-user
>Starts an interactive session to add a new core user
* --change-userpass=[USERNAME]
>Starts an interactive session to change the password of the user identified by username