Settings

General > Website Name
This is the name of your website or lockbox system.
General > E-Mail Address
Your main e-mail address. This is the e-mail notifications will be sent to. Other addresses can be set via the SMTP tab.
General > HTTP Path
Full HTTP path (starting http://) to where your lockbox system is installed. WITH trailing slash. Example:

http://www.example.com/lockbox/
General > Date / Time Format
Your preferred date/time format. Supports PHP date function parameters. More info here.
General > Timezone
Default timezone. All date/time functions will parse for the selected timezone. Can be set individually for members.
General > Theme
Your preferred theme. See the themes section for more information.
General > Calendar Date Format
For the popup calendar in some form fields. Select your preferred date format.
General > Calendar Week Start
For the popup calendar in some form fields. For example, if you lived in the UK, this might be Sunday. Depends on your preference.
Members > Server Path to Member Folder
Server path to "members" folder. This folder MUST be outside of your web root for security and not accessible in a browser. WITH trailing slash. Note that this is NOT a http path, but a server path. Examples:

/home/server/members/
c:\server\members/
If you are not sure of this, the following PHP code can be used to detect your server path.

<?php echo dirname(__file__).'/'; ?>
Type this into a blank .php file, upload and access in your browser. Then adjust the path accordingly to where your "members" folder is located.
Members > Min Characters for Username
Minimum characters for username that must be entered on account signup form. Note that no restrictions are applied if members are added via admin.
Members > Min Characters for Password
Minimum characters for password that must be entered on account signup form. Note that no restrictions are applied if members are added via admin.
Members > E-Mail Notification of Password Updates
If set to yes, sends e-mail notification to admin if a member updates their password via the reset option. Note that for security, the e-mail does not contain the password.
Members > Auto Clear Unassigned Data Every X Days
Auto clears unassigned member data from the system. Time set in days. Set to 0 to disable and delete all manually via the 'Unassigned Members' section. Unassigned data is where members have entered their details and not completed payment. Whilst members are in a status of unassigned, the usernames are locked and cannot be used.
Members > Enable Event Logs
Master switch for event logs.
Lockbox > Lockbox Master Username / Password
Setting a master user/pass enables admin to log in to any lockbox. This is useful to see that the lockboxes are working ok and it also prevents you from having to add members to gain access to a protected area. This can be useful if a member reports an issue and you want to quickly access a lockbox.

Both username amd password are required. To clear master details, leave both boxes blank and update settings.

IMPORTANT: It is recommended you only enable this option as and when you need it. Having master access could be a security breach. If you prefer NOT to have this option shown in the settings open the 'control/defined.php' file and set MASTER_ACCESS to 0. Make sure you clear the data first if previously used.

LOGIN: Logging in with the master details does not affect or update any member details. It gains access to the lockbox and nothing else.
Lockbox >E-Mail Notification of Master Access
If enabled, e-mail notification is sent to the admin e-mail address when master username is used to enter lockbox.
Lockbox >Log Master Access Events
If enabled, logs master username login events to the 'logs' folder in file. Set preferred file name/format in 'control/defined.php' via 'LOG_FILE_MASTER'. Logs folder must be writeable for this to occur.
Payments > Default Currency Display Preference
Default currency display setting. Can be different per package. Use character entities for currency symbols. Use {AMOUNT} where the cost/price will appear. Examples:

US Dollars: $9.99 = &#036;{AMOUNT}
Euros: 9.99 €= {AMOUNT}&euro;
Japanese Yen: 9.99¥ = {AMOUNT}&yen;
Australian Dollar: $9.99 AUD = &#036;{AMOUNT} AUD

In e-mails, the currency ISO code will be shown.
Payments > Payment Mode
Mode for testing payments if supported by payment method(s). Payments in sandbox mode are not real and no money is taken from any account. When your system is ready to go live, this should be set to live.
Payments > Log Gateway Responses
Do you want to log gateway responses? It is recommended this is always enabled for debugging payment issues. If this is enabled, your "logs" folder MUST have read/write permissions.
SMTP > Host/IP
SMTP host or IP. When using SMTP it is recommended you use a stable SMTP service, like Mandrill or MailGun for mail delivery. This will make your emails more reliable. Any SMTP account can be used. Once your email details are in place use the test button to send a test message to all your accounts. If you still have issues, enable the mail debug log. See F.A.Q

IMPORTANT: If you are using Gmail, DO NOT use your Gmail password. You MUST create an app specific password in your Google account and use that. Also, ONLY use SSL if you have SSL installed. If you don`t, you should use TLS. For the Gmail port ONLY use 465 or 587.
SMTP > Username
SMTP username if authentication is required.
SMTP > Password
SMTP password if authentication is required.
SMTP > Security / Port
SMTP security option and port number. Some services require SSL (such as Google) and others (such as Amazon) TLS.
SMTP > From Name
Your preferred "from" name for outgoing emails.
SMTP > From Email
Your preferred "from" email address for outgoing emails.
SMTP > Additional Notification Email Addresses (CC) (Comma Delimit)
Enter additional emails if you want notifications to go to other addresses besides your main address. Separate with a comma if you are using multiple. Additional emails are sent via Carbon Copy.
Other > System Status > Enable Signup Page
Status of signup page. If disabled, no signups can occur. Useful if site maintenance is in operation or if you are going on holiday.

HTML may be used if required. Use standard HTML line breaks (<br>) where applicable.
Other > System Status > Auto Enable on Date
If the signup page is disabled and you want it to auto enable on a certain date, click into box to display calendar. Leave blank to prevent auto enable.
Other > System Status > Reason if Disabled
Enter reason for signup page being disabled.
Other > Admin Footer
This option is only seen in the commercial version and enables you to change the admin footer information.