Project

General

Profile

Manage core users » History » Version 1

Version 1/25 - Next ยป - Current version
seezer, 01/02/2009 05:29 PM


Manage core users

What you need: Steps:
  • Download the script
    wget 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'