home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / edusr115.lha / EditUser.doc next >
Text File  |  1993-05-16  |  6KB  |  273 lines

  1.  
  2.  
  3.  
  4.             E D I T U S E R  1.14
  5.  
  6.              Ed Sutherland, 1993
  7. _____________________________________________________________________________
  8.  
  9.  
  10.  
  11. DISTRIBUTION
  12. ------------
  13.  
  14.  
  15.     EditUser is FreeWare and may be freely-distributed both electronically
  16. and physically. The only string is that no fee, aside from media costs, can
  17. be charged. Starting with version 1.14 the DICE source code is private and
  18. will not be provided.
  19.  
  20.  
  21. REQUIREMENTS
  22. ------------
  23.  
  24.  
  25.     EditUser requires at least 2.04 of the Amiga ROM. Naturally, you must
  26. own TelePro Technologies' DLG Professional BBS package.
  27.  
  28.  
  29. INSTALLATION
  30. ------------
  31.  
  32.  
  33.     Place EditUser where you keep third-party software.
  34.  
  35.  
  36.  
  37. COMMAND SYNOPSIS
  38. ----------------
  39.  
  40.  
  41.     EditUser allows DLG Sysops to view and edit the user account settings.
  42. You can act on one user at a time or enable the batch mode. Editing can be
  43. limited to one feature or over 20 at once. This command can be used only
  44. from the CLI or Shell. (A GUI is currently in development)
  45.  
  46.  
  47. KEYWORDS
  48. --------
  49.  
  50.     USER --- This is mandatory and should be followed by the user's name,
  51. either in the form of "First Last" or First_Last (note the underscore).
  52.  
  53.  EXAMPLE:
  54.  
  55.     1> EditUser LIST USER "John Doe"
  56.     1> EditUser LIST USER John_Doe
  57.  
  58.  
  59.     LIST --- This begins the sequence to display an account. It can be
  60. followed by USER <username>, in which a single user will be printed, or
  61. ALL, indicating the batch listing command.
  62.  
  63.  EXAMPLE:
  64.  
  65.     1> EditUser LIST USER "John Doe"
  66.     1> EditUser LIST ALL
  67.  
  68.  
  69. EDITING
  70. -------
  71.  
  72.     Editing can be accomplished by using one of many keywords and their
  73. appropriate arguments. More than one element of the user account may be
  74. edited with one call to EditUser.
  75.  
  76.  EXAMPLE:
  77.  
  78.     1> EditUser USER "John Doe"  ALIAS "Bill Smith"
  79.     1> EditUser USER "John Doe"  ALIAS "Bill Smith" LEVEL 20
  80.  
  81.  
  82.  
  83. EDITING KEYWORDS
  84. ----------------
  85.  
  86.     The editing keywords come in three flavours. One expects a string
  87. argument. Another requires a number and the remaining are toggles that can
  88. be turned on and off. In the following list, string arguments are indicated
  89. with "<string>", number arguments as "<number>" and toggles as "<ON/OFF>."
  90.  
  91.     Before any editing takes place, a backup of the current User.Data file
  92. will be made. After editing, the number of items successfully changed will
  93. be printed.
  94.  
  95.     ALIAS <string>
  96.  
  97.     This edits the user's alias or "handle."
  98.  
  99.     ANSI <number>
  100.  
  101.     This edits the user's ANSI status. A 0 indicates no ANSI.
  102.  
  103.     ARC  <number>
  104.  
  105.     This edits the user's archiver. The number is system dependant. Use
  106.     the SYS option to get your specific arrangement.
  107.  
  108.     BULL <ON/OFF>
  109.  
  110.     This toggles the user's ability to write bulletins. 1=ON, 0=OFF.
  111.  
  112.     CITY <string>
  113.  
  114.     This edits the user's city.
  115.  
  116.     COUNTRY <string>
  117.  
  118.     This edits the user's  country.
  119.  
  120.     CPU <number>
  121.  
  122.     This edits the user's computer type. System-dependant. Use the SYS
  123.     option to get your specific settings.
  124.  
  125.     DEBUG <ON/OFF>
  126.  
  127.     Internal toggle to output debugging information. 1=ON, 0=OFF.
  128.  
  129.     DLIMIT <number>
  130.  
  131.     This edits the user's daily time limit, in minutes. The value can
  132.     range from 1 to 1200.
  133.  
  134.     EDITOR <number>
  135.  
  136.     This changes the user's default editor. Use the SYS option to get
  137.     your system's editor information.
  138.  
  139.     FORD   <number>
  140.  
  141.     This edits the user's file area order.
  142.  
  143.     FSIG   <number>
  144.  
  145.     This edits the user's file SIG.
  146.  
  147.     HI    <number>
  148.  
  149.     This is the number used by LIST ALL to determine which accounts are
  150.     displayed. All users with access levels below HI will be selected.
  151.     Example: 1> EditUser LIST ALL HI 256 will list levels 0-255.
  152.  
  153.     HOT  <ON/OFF>
  154.  
  155.     This toggles the hot key feature. 1=ON, 0=OFF.
  156.  
  157.     LAREA <number>
  158.  
  159.     This edits the last area the user entered.
  160.  
  161.     LEVEL <number>
  162.  
  163.     This changes the user's access level.
  164.  
  165.     LEX <ON/OFF>
  166.  
  167.     This toggles the Lex checking during message-writing. 1=ON,0=OFF.
  168.  
  169.     MORE <ON/OFF>
  170.  
  171.     This toggles the "More?" prompt. 1=ON,0=OFF.
  172.  
  173.     MSIG <number>
  174.  
  175.     This edits the user's message SIG setting.
  176.  
  177.     NET <number>
  178.  
  179.     This edits the access to netmail. 0=None.
  180.  
  181.     PASS <string>
  182.  
  183.     This edits the user's password.
  184.  
  185.     PHONE <string>
  186.  
  187.     This edits the user's phonenumber. Format: 555 555-5555
  188.  
  189.     POP   <ON/OFF>
  190.  
  191.     This toggles the PopScreen switch. 1=ON,0=OFF.
  192.  
  193.     PROV  <string>
  194.  
  195.     This edits the province or state.
  196.  
  197.     RESET <no args>
  198.  
  199.     This resets the User.Data file to the last-saved condition.
  200.  
  201.     SLEN  <number>
  202.  
  203.     This sets the user's screen length.
  204.  
  205.     SLIM  <number>
  206.  
  207.     This edits the session time limit, in minutes.
  208.  
  209.     STREET <string>
  210.  
  211.     This edits the user's street address.
  212.  
  213.     SWID  <number>
  214.  
  215.     This edits the user's screen width.
  216.  
  217.     SYS  <no args>
  218.  
  219.     This displays various system statistics, including archivers and editors
  220.     in use. SYS will be enhanced and split off into its own program with
  221.     the release of EditUser 1.15.
  222.  
  223.     ZIP  <number>
  224.  
  225.     This edits the postal or zip code.
  226.  
  227.  
  228.  
  229.  
  230.  
  231. FEEDBACK
  232. --------
  233.  
  234.  
  235. I would appreciate recieving feedback, suggestions and bug-reports. I can be
  236. reached through  1:2430/4 and any of the DLG support echos.
  237.  
  238.  
  239.  
  240.     Ed Sutherland, May 16, 1993  02:41
  241.  
  242.  
  243.  
  244.  
  245.     B. LIST
  246.     LISTING
  247.     -------
  248.  
  249.  
  250.     1> EditUser
  251.  
  252.     This is the most basic usage. A list of commands and their arguments
  253. will be printed.
  254.  
  255.     1> EditUser ?
  256.  
  257.     This will print the command template, a brief list of switches.
  258.  
  259.     1> EditUser LIST USER "john doe" (or john_doe)
  260.  
  261.     This lists, in the style of [O]ptions, the user account. (To pause,
  262. press any key. To halt, type CONTROL-C.)
  263.  
  264.     4> EditUser LIST ALL HI 255
  265.  
  266.     This lists all users that have an access level below 255.
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.