Skip to content

Commit 099c290

Browse files
author
Richard Jones
committed
more admin guide goodness
1 parent e517730 commit 099c290

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

doc/admin_guide.txt

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Administration Guide
33
====================
44

5-
:Version: $Revision: 1.18 $
5+
:Version: $Revision: 1.19 $
66

77
.. contents::
88

@@ -165,6 +165,7 @@ Maintenance of Roundup can involve one of the following:
165165
3. `migrating backends`_
166166
4. `moving a tracker`_
167167
5. `migrating from other software`_
168+
6. `adding a user from the command-line`_
168169

169170

170171
Tracker Backup
@@ -282,6 +283,29 @@ directory containing files with the following format:
282283
The ``<N>`` value is ``int(<id> / 1000)``.
283284

284285

286+
Adding A User From The Command-Line
287+
-----------------------------------
288+
289+
The ``roundup-admin`` program can create any data you wish to in the
290+
database. To create a new user, use::
291+
292+
roundup-admin create user
293+
294+
To figure out what good values might be for some of the fields (eg. Roles)
295+
you can just display another user::
296+
297+
roundup-admin list user
298+
299+
(or if you know their username, and it happens to be "richard")::
300+
301+
roundup-admin find username=richard
302+
303+
then using the user id you get from one of the above commands, you may
304+
display the user's details::
305+
306+
roundup-admin display <userid>
307+
308+
285309
Running the Servers
286310
===================
287311

0 commit comments

Comments
 (0)