home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / clarion / pswmodel.zip / PASSWORD.DOC < prev    next >
Text File  |  1990-02-17  |  2KB  |  38 lines

  1.                    PASSWORD MODEL FILE
  2.                   Written by Jerry Ray
  3.                Florida Computer Resources
  4.                  2/1/90 Version
  5.  
  6.  
  7. The PASSWORD model file is a modified DESIGNER model file based on the
  8. NETWORK model.    When the program starts, a screen is displayed requesting
  9. an operator ID and password.  The user enters these, and then the program
  10. will allow the operator to continue.  (The password will display as dots
  11. on the screen.)
  12.  
  13. The model is based on the following operating conventions:
  14.  
  15. The password data file is encrypted to avoid typing the contents out.
  16. It contains the operator ID, password, and security clearance code.
  17. The security clearance is a number from 1 through 20.  In the setup
  18. procedure for each screen or report, set the variable CLEARANCE to
  19. the minimum security clearance required to allow the user into the
  20. procedure.  The system will display an error message to anyone going
  21. to a procedure that is not authorized.    If the setup procedure is
  22. not put in (CLEARANCE = 0), then the system will assume that this
  23. procedure is not to be password protected, and the security check
  24. will not occur.
  25.  
  26. This is a simple implementation of a password model, and may be modified
  27. by anyone wishing to improve the model.     The OWNER ID to decrypt the
  28. password file to load in SCANNER is "MASTER" (all caps).  Use the
  29. FILER utility to create the password file, and the SCANNER utility
  30. to change it.  You may change the owner ID to something else by editing
  31. the model file.
  32.  
  33. Have fun, and happy passwording !!!!
  34.  
  35. Jerry Ray
  36. Florida Computer Resources
  37.  
  38.