home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 February / psl_9403.zip / psl_9403 / DOS / COMMUNIC / FSL12D.ZIP / FSLOGIN.INI < prev    next >
Text File  |  1993-10-10  |  1KB  |  40 lines

  1. ;
  2. ;   FSLOGIN.INI     Customize Full Screen Login
  3. ;                   (c) Copyright 1993, Confirm, All Rights Reserved.
  4. ;
  5. ;   Dim=0 - 9       The value determines the number of minutes
  6. ;                   before the screen dimmmer becomes active.
  7. ;                   A value of 0 disables the screen dimmer.
  8. Dim=5
  9. ;
  10. ;   Days=0 - 9      This value sets the number of days a user is
  11. ;                   notified before his password expires.
  12. Days=5
  13. ;
  14. ;   Esc=0 | 1       When this parameter is set to 0, the Esc key
  15. ;                   is disabled in the Login Data form.
  16. Esc=1
  17. ;
  18. ;   Slist=0 | 1     This parameter determines if the ServerList
  19. ;                   function key shows all (1) servers in the
  20. ;                   network or only the default server (0).
  21. Slist=1
  22. ;
  23. ;   Pfp=0 | 3       Password Field Presentation.
  24. ;                   0 = default (cursor stays in home position).
  25. ;                   1 = cursor moves (spaces in field).
  26. ;                   2 = cursor moves and dots in field.
  27. ;                   3 = cursor moves and stars in field.
  28. Pfp=3
  29. ;
  30. ;   Sdw=0 | 1       Disables (0) or enables (1) shadow effect.
  31. ;
  32. Sdw=1
  33. ;
  34. ;   Exp=0 | 1       Disables (0) or enables (1) exploding windows effect.
  35. ;
  36. Exp=1
  37. ;
  38. ;   EOF
  39. ;
  40.