home *** CD-ROM | disk | FTP | other *** search
- ;This is the New User Control file.
-
- ;In an OPEN system, Callers are given the opportunity to log into the system
- ;and are prompted based on the following lines. If you need less information
- ;from callers, you may "comment out" unneeded lines with a semi-colon.
-
- ;Host provides two extra fields which can be used as needed called "USERDEF1"
- ;and "USERDEF2".
- ;Each UserDef field will store 20 characters.
- ;Example:
- ;USERDEF1;Please enter your Company Name :
- ;Host will store the response from the user in the database. To use
- ;a USERDEF field, insert it below where required.
-
-
- ;the sequence of some keywords here can affect the order which they are
- ;shown to the caller.
-
-
- MISMATCH;Passwords do not match.
-
- ;set the default security level. Level 3 gives access to files and messages.
- ;See the file SECURITY.CTL for more info on security levels.
- NEW_USER_LEVEL;3
-
- ;prompt for password:
- PASSWORD;Password :
-
- REPASSWORD;Please re-enter password for verification:
- ;host will compare these and if not matched will repeat.
-
- BPHONE;Business Ph.(xxx-xxx-xxxx):
- HPHONE;Home Ph. (xxx-xxx-xxxx):
- ADDRESS;Street Address :
- CITY;City :
- STAPRO;State/Province :
- ZIPO;Zip/Postal Code :
- CY;Country :
- SCRNLINES;Screen height? ( ENTER=24 lines ) :
-
- CHANGE;^MChange what line? ( ENTER=Done )
-
- ;here is where you might want to send any bulletins to a new user. To
- ;send a bulletin, use the SENDFILE keyword. e.g SENDFILE; myfile.txt
-