File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 22Administration 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:
1651653. `migrating backends`_
1661664. `moving a tracker`_
1671675. `migrating from other software`_
168+ 6. `adding a user from the command-line`_
168169
169170
170171Tracker 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+
285309Running the Servers
286310===================
287311
You can’t perform that action at this time.
0 commit comments