Content. 4 DocCheck Alias. 5 DocCheck Groups. 6 DocCheck CreaM (formerly known as Webmaster Lounge) 6.1 Administration 6.2 Statistics 6.

Size: px
Start display at page:

Download "Content. 4 DocCheck Alias. 5 DocCheck Groups. 6 DocCheck CreaM (formerly known as Webmaster Lounge) 6.1 Administration 6.2 Statistics 6."

Transcription

1

2 Content 1 DocCheck Password Protection 1.1 Application for DocCheck Password Protection 1.2 Functionality of DocCheck Password Protection 1.3 Guidelines for installation of DocCheck Password Protection 1.4 Additional safety concepts 1.5 DocCheck as web service 1.6 Selection of permitted professional groups 1.7 Special feature: access for employees of your own pharmaceutical company only 1.8 Company passwords 1.9 Test passwords 1.10 DocCheck Parameter 1.11 Other special features 2 DocCheck Routing 2.1 Routing of professional groups 2.2 Country or language routing 2.3 Routing of specialties 2.4 Transfer of an anonymous ID (unique key) for each user 3 DocCheck Personal 3.1 DocCheck Personal standard 3.2 DocCheck Personal fresh 3.3 DocCheck Personal Pool 3.4 Personal with company and test passwords 3.5 Special functions for Personal 4 DocCheck Alias 5 DocCheck Groups 6 DocCheck CreaM (formerly known as Webmaster Lounge) 6.1 Administration 6.2 Statistics 6.3 Benchmarking 7 DocCheck Pool 8 Contact

3 1 DocCheck Password Protection Do you wish to install DocCheck Password Protection on your website or are you interested in one of our special features like DocCheck Routing or DocCheck Personal? If so, keep on reading: this manual provides you with information about the various opportunities DocCheck Password Protection offers. You can find out about necessary requirements on your side, how the Password Protection is installed and what costs might occur potentially. 1.1 Application for DocCheck Password Protection This is the best and easiest way to get Password Protection for your company s website: apply for DocCheck Password Protection on our website at any time. Immediately after application, you receive two s containing the HTML code for the login and a username/password combination providing access to the DocCheck CreaM (formerly known as Webmaster Lounge). From then on you can administer DocCheck Password Protection completely online, for example you can edit websites or company passwords quickly and easily online in DocCheck CreaM (formerly known as Webmaster Lounge) (see also 6.1). 1.2 Functionality of DocCheck Password Protection The HTML code for your website that is provided by DocCheck contains an entry form with fields to enter username and password. Design variations are available at

4 Once a visitor to your website enters his/her username and DocCheck password, a script on the DocCheck server ( is executed. The script checks whether the user has a valid password and whether he/she belongs to one of the permitted professional groups (physicians, pharmacists etc., see 1.6). If both requirements are fulfilled the script sends the user back (by HTTP redirect) to the protected area of your website. Specialties: Data transfer can also be encrypted (SSL protocol). Users can be redirected to a static HTML page or to a script on your server. Please note: with standard password protection the closed area is only protected by the URL being unknown. Additional safety concepts can be found in chapter Guidelines for Installation of DocCheck Password Protection We kindly ask you to follow the guidelines below when installing DocCheck Password Protection: 1. DocCheck provides the website operator with one (or more) logins. A login consists of an HTML code snippet. 2. The code, specifically the IFRAME tag, may not be modified in a way that * limits or changes the functionality of the login form or the login * limits or prevents the display of the login form * modifies the SRC attribute * modifies or removes the alternative link * causes the login form not to be loaded directly from the DocCheck server If you require a modification of the provided login form templates (e.g. to better adapt to your website layout), please contact us. 3. Any tracking, storage or other use of username/password combinations by the information provider constitutes an infringement of data protection and is strictly prohibited. From the HTML code of the login username and password are send to a script at DocCheck solely. 4. The login form must be placed in a publicly accessible area of the respective website (e.g. in the medical information area) so that users are able to see immediately that access is possible via DocCheck.

5 The URL used in the SRC attribute of the IFRAME tag and in the alternative Link is structured like this: where is to be replaced with the respective login ID ( key number ), the 2- to 4-letter code denotes the ISO code of the language ( de, com, fr ) [note we use com instead of en and sometimes country-specific versions such as befr for Belgium French ] and the free text parameter denotes the template name. A list of the available standard templates can be found here: By default, the login target will be the top frame of your site. If you need to change this to the current frame, you need only append the parameter _parent : If additional parameters are to be passed (see DocCheck/Parameter), they can be appended to the URL: Important: Access to your protected area may not depend on 1. the refering URL login.doccheck.com (for referer checks) 2. the IP adresses of the DocCheck servers 3. the passing of undocumented parameters (such as dc=1 ) I.e. your site must not rely on any of these to be present or fixed. 1.4 Additional Safety Concepts In addition to standard DocCheck Password Protection, your server can be provided with extra security precautions to prevent users from accessing your protected area by knowing its URL, by bookmarks etc.

6 1.4.1 Setting a Session Variable The setting of a session variable requires a dynamic page setup on your server, e.g. ASP, ColdFusion, PHP. Your website defines a session ID before the login (e.g. on the login page) and stores it in a cookie. After logging in, your website checks the cookie. If it is not set or the session has already expired, your site can deny access to the user. Disadvantage: users who do not accept cookies cannot enter the protected area of your site. Costs: none, except for passing a session variable (see 1.4.2) Passing a session ID through Alternatively to 1.4.1, your session ID can be passed through the DocCheck login (cf. DocCheck/Parameter). This works also for users with deactivated cookies. Direct access to your protected area via a bookmark or dissemination of the URL is only possible if the current session hasn t yet expired or if the user grabs a fresh session ID from your server and uses it to gain access. The latter can be prevented by additional encryption, cf The former can be prevented by binding the session ID to the user s IP address on your site. That way a disseminated link would not work even if the session ID contained in it isvalid Additional encryption As an additional security measure, the session ID can be encrypted or checksummed during the login. This prevents users from entering your protected area simply by knowing a valid session ID Checksum You will exchange a secret key with DocCheck by phone, e.g. L337P455. In addition to your session ID passed as parameter sessionid, we compute a checksum via md5( L337P455. sessionid) and pass it back as sessionid_enc. Your website then computes the same checksum and rejects the user if they do no match.

7 Symmetric Encryption You will exchange a secret key with DocCheck by phone, e.g. L337P455. The session ID you pass as parameter sessionid will be encrypted with an agreed-upon algorithm (e.g. Blowfish, AES/Rijndael, Twofish etc.) using this key. The encrypted (and hex-encoded) string will then be passed back as sessionid_enc instead of the original session ID. Your website then decrypts the string and rejects the user if the decrypted string is not a valid session ID Additional security measures On request, more complex challenge-response methods can be implemented if very high security standards need to be met. Don t hesitate to contact us for details Not recommended security measures We strongly discourage referrer checks because they are highly browserdependent. We strongly discourage server-based authentication (.htaccess) since current browsers do no longer support bypassing it by calling the URL DocCheck as web service In certain scenarios where the aforementioned security measures are not sufficient or otherwise not applicable, the DocCheck login is also available as a web service. Please contact us for further information. 1.6 Selection of Permitted Professional Groups As a webmaster you can restrict access to your website to certain professional groups. To keep your website user-friendly, we recommend the access to be as open as possible. As a standard the professional groups of physicians, pharmacists, students and employees of the pharmaceutical industry are granted access to your website.

8 In addition, the operator can choose from the following professional groups: Veterinarian Dentist Ambulance Operative Assistant Dietician Biochemist Biolog./ Chem. Technical Assistant Biologist Chemist Dental Technician / Mechanic Doctor's Receptionist / Assistant Ergotherapist First Aid Assistant Health Insurance Fund Employee Insurance Company Employee Lawyer Librarian Management Consultant Marketing and Sales Medical Advertising Agency Employee Medical Dealer Medical Documentalist Medical Information Scientist Medical Journalist Medical Laboratory Assistant Medical Physicist Medical Publishing House Employee Medical Technican Midwife Non-Medical Practitioner Nurse Old People's Nurse Ophthalmic Optician / Optometrist Other Medical Professions Pharmac.-Commercial Employee Pharmaceutical-Technical Pharmacy Assistant Assistant Pharmacy Engineer Physiotherapist Psychological Technical Assistant Psychologist Psychotherapist Speech Therapist Student of Osteopathy Toxicologist

9 1.7 Special Feature: Access for Employees of your own Pharmaceutical Company only Usually you can only permit access to your website for whole professional groups, e.g. physicians, pharmacists, students or employees of the pharmaceutical industry. If you as a pharmaceutical company protect your website with DocCheck and exclude the professional group employees of the pharmaceutical industry, even your own employees can not access the website with their DocCheck passwords. We can inhibit this by admitting within the group employees of the pharmaceutical industry only employees of your company. Technically we check the address or the company name of the user at his/her login. If the address belongs to your company, the user is admitted otherwise access is denied. Please note that employees of other pharmaceutical companies that have applied for a DocCheck password as physician or pharmacist can still access your websites. To admit a group of users individually and activate each user separately, please use the feature DocCheck Groups (section 5). Do not hesitate to contact us for an individual offer.

10 1.8 Company passwords As the operator of a website you can set up an unlimited number of additional username/password combinations granting access to the protected area of your websites. These so-called company passwords are valid only for your company s websites and for example can be passed on to the field service. They can be passed on by the operator, on the operator's own discretion and responsibility, to a user group, which is in the operator's opinion authorised. You can easily create and edit company passwords in the DocCheck CReaM on your own (see 6.1). 1.9 Test passwords You can add test passwords in the DocCheck CReaM to facilitate testing of functions such as Routing on your site. Test passwords work like company passwords (cf. 1.8) but can be assigned additional information such as profession or country to test the different routings DocCheck Parameter Using this special feature, you can pass arbitrary parameters through the login. All you need to do is append them as variable=value pairs to the URL in the IFRAME and the alternative link: If the values should contain slashes (/), these must be escaped as hex code. All passed parameters are appended to the target URL as GET parameters. This is an automated process; you do not need to pre-register your parameters with DocCheck. On request, parameters can be encrypted or checksummed, cf

11 1.11 Other special features Basically nearly any conceivable feature can be implemented on request. Examples: Login verification You can verify upon login if the user is still the same who logged in to your protected area earlier. This is useful if, e.g., an online store needs to verify upon checkout if the current user is still the same or if someone else is in front of the PC since logging in. You will need two DocCheck logins. The first must have the unique key feature activated. You will then get the unique key passed as parameter uniquekey=. For the second login form, you pass this ID as parameter dc_user_id_validate_external. If the unique key of the user from the second login does not match the passed key, the user is not allowed to continue Bypass error handling By default, DocCheck provides the error pages for all possible reasons why a user is denied access. On request, we can redirect the user to your server even if his login fails (as long as it does not fail because the password was incorrect). The DocCheck error code is passed back as parameter dc_error. In that case your site must check for the presence of this parameter and react accordingly.

12 2 DocCheck Routing Many companies wish to offer individualised services on their website, e.g. for different professional groups, different specialties (physicians) or countries. With DocCheck Routing we can help you to send each user to the website for his group. Mechanistically, DocCheck sends the profession, the speciality (for physicians), the country or the language of a user to your server. Please note: personal data of the user is not transferred. But it is possible to define a distinct value (unique key) for every single user. By means of the unique key you can re-identify the user at a repeated login. This allows you to offer individualised services to the user. DocCheck Routing should be implemented if you want to offer personalised services, e.g. shops etc. you offer specialised contents for certain physicians. your website has diverse areas for physicians and pharmacists. you offer different language versions of a product site. you offer diverse contents for different countries on a website. 2.1 Routing of Professional Groups Routing of professional groups sends the user to different areas of your website depending on his/her profession (e.g. physician s area or pharmacist s area). In this case you as the operator of the website provide us with a URL or a URL parameter for each professional group you want to give access to the closed area: Example URLs: Physicians: Pharmacists: www. cyberpharm-shop.com/pharmacist/... Example URL parameters: Physicians: cyberpharm-shop.com/secure/script?w=phys Pharmacists: cyberpharm-shop.com/secure/script?w=pharm If you want to do the routing via divers URL parameters, the target URL must be a dynamic website (script). Do not hesitate to contact us for an individual offer.

13 2.2 Country or Language Routing In analogy to routing of professional groups, DocCheck also provides routing based on the user s country or language. In this case the user s country or language is checked in the DocCheck database upon his/her login on your website. DocCheck sends the user to different target URLs depending on his/her statements upon the registration with DocCheck. Do not hesitate to contact us for an individual offer. 2.3 Routing of Specialities In case you want to offer diverse content for physicians with certain specialties on your website, we also offer a routing according to the physicians specialty. Do not hesitate to contact us for an individual offer. 2.4 Transfer of an Anonymous ID (Unique Key) for Each User If you wish to offer individual personalised services on your website and therefore re-identification of a DocCheck user is required after each login, DocCheck can pass a unique but anonymous alphanumeric string (up to 50 characters) for each user to your website. At each following login of the user the same string, e.g. a1b2c3d4 (as Getparameter), is transferred to your website. At the login a URL like e.g. is accessed. You can use the unique key to store the user s data with this ID or to offer the user personalised information. Please note that personal data of users are not transferred. If you are interested in personal user data, we can activate DocCheck Personal for your website. Please find out more about DocCheck Personal in section 3. Do not hesitate to contact us for an individual offer.

14 3 DocCheck Personal If you would like to know more about the visitors on your website, we can activate DocCheck Personal for you. With the user s agreement, DocCheck Personal enables you to collect personal data of the visitors to your website. You can integrate this data for example in your customer relationship management (CRM) system. After his/her login the user is presented with an information page containing a short introduction explaining the necessity of the data migration. This page also contains a form with the personal data to be transferred (surname, first name, address, address, profession, specialities of physicians). The user is asked to agree with the data migration to your website. You may test the DocCheck Personal login on the following website:

15 The data shown in the form are appended as GET parameters to a script on your server, e.g.: Additionally, the user s anonymous ID (unique key) is transferred as a parameter. For the sake of user-friendliness we suggest to offer the possibility to use your website anonymously, too. Alternatively, an error message could be implemented on your page. 3.1 DocCheck Personal standard Usually the above procedure is done only once. If the user logs on to your website a second time, only the anonymous ID (unique key) will be transferred allowing the re-identification of the user. If you want to keep your user data up to date, we suggest to use the advanced function Personal fresh. Do not hesitate to contact us for an individual offer. 3.2 DocCheck Personal fresh Our service DocCheck Personal fresh provides you with the opportunity to keep the data given to you by the user on his first login always up to date. Users tend to move or take new addresses without letting you now. To address this problem we check - after activation of Personal fresh for your website - upon each login of a user on your website whether his data was changed in our database since he last logged on to your website. In this case, the user is asked again to agree to the data migration of his current data to your website. Do not hesitate to contact us for an individual offer DocCheck Personal Pool Don t have a database but still want to store your users personal data? With the Personal Pool option that is easy. The user s data will not be passed on to your website but are instead accessible to you in your DocCheck CReaM (cf. 7). Personal Pool can be combined with other Personal variants such as Personal fresh.

16 3.4 DocCheck Personal with company and test passwords Company passwords (cf. 1.8) are always routed directly to the protected area. They will never see the Personal form. For test passwords (cf. 1.9), the Personal form is pre-filled with standard data. This will enable you to easily test the encoding of special characters etc. Note that changes to the data in the Personal form are not taken into account for test passwords. 3.5 Special features for Personal Extended scope of agreement It is possible to have a user s agreement to data transfer extend to several logins or your entire company at once. In that case the user would, e.g., only be asked for his permission one for all websites of your company instead of individually for every website Limited agreement storage With this special feature, the user s disagreement to data transfer will not be stored. Thus he will be asked for his permission again upon the next login to your site. On request, this can be extended to asking the user every time, even if he agreed Pool with data transfer By default, Personal Pool does not transfer the data (as plain Personal does), but stores them in your DocCheck CReaM. With this special feature, the data will also be transferred if Pool is activated Passing of non-personal demographic data If the user does not agree to transfering his personal data to your site, you can still get information on non-personal demographic data such as profession, discipline, activity, country or language.

17 3.5.5 Encryption All Personal parameters can also be encrypted or checksummed, cf Passing the agreement status The agreement status (agreed to transfer = 1, disagreed = 0) can be passed back on every login as parameter dc_agreement_status Additional checkbox An additional checkbox can be implemented on the Personal form. It can be used to request additional agreements (e.g. to subscribing to your newsletter). If checked, the status is passed back as dc_company_info_1= Yes checked by default By default, the yes/no choice for agreement to data transfer is not pre-checked. It is possible to have yes preselected Passing of personal data upon every login (only with Personal fresh ) It is possible to send the user s personal data upon every login if he has agreed to the data transfer via Personal and has not revoked his consent since. In those cases where the user does not enter via the Personal form, all data are encrypted into one string, passed as parameter udata_enc. Encryption algorithm is always AES 256 bit, followed by hex encoding. This special feature can only be used in conjunction with Personal fresh since the user must agree again if his data have changed.

18 4 DocCheck Alias Your website has different addresses (domains), but the URL visible to the user should stay the same before and after login? DocCheck Alias makes it possible. Example: Your website can be reached via the following URLs: No matter which URL the user accesses, he/she is usually directed to the same target URL after the login (e.g. Once DocCheck Alias is installed, the user is always directed to the respective target URL corresponding to the domain he originally accessed, e.g. or Do not hesitate to contact us for an individual offer.

19 5 DocCheck Groups With DocCheck Groups it is possible to give access to your website s protected area to particular persons: you can now admit a closed group of individual users to your website e.g. for a special premium area, a discussion forum for opinion leaders or the website of a physicians union. To enable an individual activation of users, a special DocCheck login is integrated into your website. You can of course provide us with a list of users to enable their direct login to your website from the outset. The selection of users is principally independent of their respective professional group. On the other hand, it is also possible to give general access to one professional group (e.g. physicians) and activate members of another group (e.g. pharmacists) individually. In case a new user (not pre-activated by the operator of the website) logs on to your website, he/she is presented with an information page. On this page the user is asked to pass his/her personal details (name, address, country, address, profession) to the owner of the website. The transferred information enables you to decide about the admission of the user to the protected area.

20 You receive the given data immediately via . By clicking on an integrated link you can grant access and at the same time send an to inform the user about his/her activation. Alternatively, by choosing a second link, access is denied for this user and a respective is sent. As the owner of the website you can always administer the currently admitted users in your company s DocCheck CReaM. You can also withdraw the access right for a user at any time. Note: To keep your website user-friendly, you should reassure that the processing of s and the activation/decline of users occur promptly after their application. Do not hesitate to contact us for an individual offer.

21 6 DocCheck CreaM (formerly known as Webmaster Lounge) In the DocCheck CReaM you can quickly and easily administer your websites completely online. In addition you can learn interesting details about the user profile of your website in the areas Statistic and Benchmarking. Here you see who the visitors of your website are and how your website performs when compared to the websites of your competitors. Check out the DocCheck CReaM at and find out more about its many functions with our virtual company Cyberpharm. 6.1 Administration After your application for DocCheck Password Protection, you will receive the HTML code for the login and a personal access to the DocCheck CReaM. Once you are logged in, you can edit the different settings for your websites in the administration area. For example you can add new websites. edit the URLs of your websites. define the access rights for professional groups. create or edit company passwords for your employees. The use of the administration area in the DocCheck CReaM is free of charge. 6.2 Statistics In the Statistics area of the DocCheck CReaM you can learn more about the users of your website. You can directly see which professional groups or specialists visit your website most frequently. A specification according to age, gender or country is also possible. You can always retrieve a general overview of all users or define individual profiles e.g. to get only data for general practitioners from the UK. With the help of this statistic evaluation you can find out which of your target user groups are reached by your website and you can therefore optimise contents accordingly. Do not hesitate to contact us for an individual offer.

22 6.3 Benchmarking How does your website perform in comparison to other, related websites? We offer an anonymous benchmark of your website in comparison with five competitors of your choice. The statistical data of your website is directly compared to the data of these five companies (depicted as company A - E). Thereby you get an idea how your website performs and at which point optimization may be needed. Do not hesitate to contact us for an individual offer.

23 7 DocCheck Pool Upon activation of DocCheck Pool we save your users data collected via Personal in a separate database (see chapter 3 for DocCheck Personal). You can retrieve the acquired data (name, address, address, profession, specialities of physicians) online in the DocCheck CRM anytime. After entering the DocCheck CReaM with your personal username/password combination, you have access to your users data with three simple steps: at first you choose a website of interest or select the whole company for a complete database of all visitors to your websites.

24 The second step is the selection of the desired timeframe. Thereafter you only need to decide the kind of file you prefer to download. With just a few clicks in the DocCheck CReaM you get a chart of all visitors to your website(s) within a selected timeframe. You do not have to take the detour to your technical department and the elaborate maintenance of databases is not necessary anymore. In combination with DocCheck Personal fresh you get always up-to-date data if you push a button. If e.g. the address of a user changes, his new data is added automatically to your database (see also 3.2).

25 Of course you may also use DocCheck Pool as a backup system to your own database. To test the function DocCheck Pool, please enter the website with guest / guest. In the area Pool you see an analysis of the users data belonging to our virtual company Cyberpharm. Do not hesitate to contact us for an individual offer.

26 8. Contact For non-commercial facilities, e.g. physicians networks, universities and so on a reduced pricing (50%) is possible. We are pleased to make you a non-binding offer tailor-made to your demands! Your contact persons: Dr. Frank Schmitt Telephone: +49- (0) DocCheck Medical Services GmbH Telefax: +49- (0) Vogelsanger Str frank.schmitt@doccheck.com Cologne Germany Dennis Bohlsen Telephone: +49- (0) DocCheck Medical Services GmbH Telefax: +49- (0) Vogelsanger Str dennis.bohlsen@doccheck.com Cologne Germany DocCheck is a registered trademark of DocCheck Medical Services GmbH, Cologne DocCheck Medical Services GmbH

Updated: October 2015. Your key to success

Updated: October 2015. Your key to success Updated: October 2015 Your key to success DocCheck the Social Medwork Networks for better healthcare: benefit from simplified access to medical information and a direct exchange of ideas with the professional

More information

Leonardo Hotels Group Page 1

Leonardo Hotels Group Page 1 Privacy Policy The Leonardo Hotels Group, represented by Sunflower Management GmbH & Co.KG, respects the right to privacy of every individual who access and navigate our website. Leonardo Hotels takes

More information

Measurabl, Inc. Attn: Measurabl Support 1014 W Washington St, San Diego CA, 92103 +1 619.719.1716

Measurabl, Inc. Attn: Measurabl Support 1014 W Washington St, San Diego CA, 92103 +1 619.719.1716 Measurabl, Inc. ( Company ) is committed to protecting your privacy. We have prepared this Privacy Policy to describe to you our practices regarding the Personal Data (as defined below) we collect from

More information

Webmail Using the Hush Encryption Engine

Webmail Using the Hush Encryption Engine Webmail Using the Hush Encryption Engine Introduction...2 Terms in this Document...2 Requirements...3 Architecture...3 Authentication...4 The Role of the Session...4 Steps...5 Private Key Retrieval...5

More information

Use of cookies. 1. Directive

Use of cookies. 1. Directive Use of cookies 1. Directive Under the new European Directive (Directive 2009/136/EC amendment to the UK s Privacy and Electronic Communications Regulations) we are required to gain explicit consent to

More information

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions Bitrix Site Manager 4.0 Quick Start Guide to Newsletters and Subscriptions Contents PREFACE...3 CONFIGURING THE MODULE...4 SETTING UP FOR MANUAL SENDING E-MAIL MESSAGES...6 Creating a newsletter...6 Providing

More information

PREPLY PRIVACY POLICY

PREPLY PRIVACY POLICY PREPLY PRIVACY POLICY Effective Date: November 21, 2012. Welcome to Preply! This Privacy Policy discloses FindGuru, Inc. s ( Preply, we, us or our ) privacy practices and procedures in connection with

More information

Okta/Dropbox Active Directory Integration Guide

Okta/Dropbox Active Directory Integration Guide Okta/Dropbox Active Directory Integration Guide Okta Inc. 301 Brannan Street, 3rd Floor San Francisco CA, 94107 info@okta.com 1-888- 722-7871 1 Table of Contents 1 Okta Directory Integration Edition for

More information

USING MYWEBSQL FIGURE 1: FIRST AUTHENTICATION LAYER (ENTER YOUR REGULAR SIMMONS USERNAME AND PASSWORD)

USING MYWEBSQL FIGURE 1: FIRST AUTHENTICATION LAYER (ENTER YOUR REGULAR SIMMONS USERNAME AND PASSWORD) USING MYWEBSQL MyWebSQL is a database web administration tool that will be used during LIS 458 & CS 333. This document will provide the basic steps for you to become familiar with the application. 1. To

More information

How to Utilize the Security Portal to Access PDMP (User Guide for Practitioners, Pharmacists, CRNPs, Physician Assistants, Law Enforcement, and CNMs)

How to Utilize the Security Portal to Access PDMP (User Guide for Practitioners, Pharmacists, CRNPs, Physician Assistants, Law Enforcement, and CNMs) How to Utilize the Security Portal to Access PDMP (User Guide for Practitioners, Pharmacists, CRNPs, Physician Assistants, Law Enforcement, and CNMs) July 30, 2014 Version 2 Software Release Version 3.4.11

More information

BUSINESS CHICKS, INC. Privacy Policy

BUSINESS CHICKS, INC. Privacy Policy BUSINESS CHICKS, INC. Privacy Policy Welcome to businesschicks.com, the online and mobile service of Business Chicks, Inc. ( Company, we, or us ). Our Privacy Policy explains how we collect, use, disclose,

More information

2.2.1. Astaro User Portal: Getting Software and Certificates...13. 2.2.2. Astaro IPsec Client: Configuring the Client...14

2.2.1. Astaro User Portal: Getting Software and Certificates...13. 2.2.2. Astaro IPsec Client: Configuring the Client...14 1. Introduction... 2 2. Remote Access via IPSec... 2 2.1. Configuration of the Astaro Security Gateway... 2 2.2. Configuration of the Remote Client...13 2.2.1. Astaro User Portal: Getting Software and

More information

Vodafone Hosted Services - A Guide to Selecting and Preparing Your Own Domain

Vodafone Hosted Services - A Guide to Selecting and Preparing Your Own Domain Vodafone Hosted Services Domain and email packages User guide Welcome. This guide will help you to choose and purchase your Vodafone Hosted Services packages. From here you can select and buy your own

More information

Registration for My Profile & Administration

Registration for My Profile & Administration Registration for My Profile & Administration Table Of Contents User Registration... 1 Registering as a New User... 1 About the IDcipherTM Card... 7 How Do I Get An IDcipher TM Card?... 8 Two-Factor Authentication...

More information

FLASH DELIVERY SERVICE

FLASH DELIVERY SERVICE Privacy Policy FLASH DELIVERY SERVICE is Committed to Protecting Your Privacy Protecting our customers' privacy is an important priority at FLASH DELIVERY SERVICE and we are committed to maintaining strong

More information

E-Commerce: Designing And Creating An Online Store

E-Commerce: Designing And Creating An Online Store E-Commerce: Designing And Creating An Online Store Introduction About Steve Green Ministries Solo Performance Artist for 19 Years. Released over 26 Records, Several Kids Movies, and Books. My History With

More information

Sage Accpac CRM 5.8. Self Service Guide

Sage Accpac CRM 5.8. Self Service Guide Sage Accpac CRM 5.8 Self Service Guide Copyright 2005 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated,

More information

Introduction...3 Terms in this Document...3 Conditions for Secure Operation...3 Requirements...3 Key Generation Requirements...

Introduction...3 Terms in this Document...3 Conditions for Secure Operation...3 Requirements...3 Key Generation Requirements... Hush Encryption Engine White Paper Introduction...3 Terms in this Document...3 Conditions for Secure Operation...3 Requirements...3 Key Generation Requirements...4 Passphrase Requirements...4 Data Requirements...4

More information

SWITCH Resource Registry Guide

SWITCH Resource Registry Guide AAI Resource Registry Guide Authors: LH, TL AAI web page: http://www.switch.ch/ Contact: aai@switch.ch This guide is aimed at users of the SWITCH Resource Registry and is intended to serve as a complimentary

More information

Performance Characteristics of Data Security. Fabasoft Cloud

Performance Characteristics of Data Security. Fabasoft Cloud Performance Characteristics of Data Security Valid from October 13 th, 2014 Copyright GmbH, A-4020 Linz, 2014. All rights reserved. All hardware and software names used are registered trade names and/or

More information

This document outlines the backend specifications of the CITI Program Single Sign On Portal.

This document outlines the backend specifications of the CITI Program Single Sign On Portal. SSO Developer Handbook This document outlines the backend specifications of the CITI Program Single Sign On Portal. 1 P a g e C I T I S i n g l e S i n g O n P o r t a l D e v e l o p e r H a n d b o o

More information

WHAT INFORMATION IS COLLECTED AT MOTOROLA.COM.VN AND/OR MOTOROLA.VN AND HOW IS IT PROCESSED AND USED?

WHAT INFORMATION IS COLLECTED AT MOTOROLA.COM.VN AND/OR MOTOROLA.VN AND HOW IS IT PROCESSED AND USED? MOTOROLA PRIVACY POLICY This Privacy Statement ( Policy ) is subject to change at Motorola s discretion. If we decide to change this Policy, we will post the amended Policy on this website so you will

More information

Content Filtering Client Policy & Reporting Administrator s Guide

Content Filtering Client Policy & Reporting Administrator s Guide Content Filtering Client Policy & Reporting Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your system. CAUTION: A CAUTION

More information

FTP Service Reference

FTP Service Reference IceWarp Server FTP Service Reference Version 10 Printed on 12 August, 2009 i Contents FTP Service 1 V10 New Features... 2 FTP Access Mode... 2 FTP Synchronization... 2 FTP Service Node... 3 FTP Service

More information

SSL VPN Portal Options

SSL VPN Portal Options 1. ProSecure UTM Quick Start Guide This quick start guide describes how to use the SSL VPN Wizard to configure SSL VPN portals on the ProSecure Unified Threat Management (UTM) Appliance. The Secure Sockets

More information

Microsoft Advertising adcenter Campaign Analytics Getting Started Guide

Microsoft Advertising adcenter Campaign Analytics Getting Started Guide Microsoft Advertising adcenter Campaign Analytics Getting Started Guide Contents Introduction... 3 What is Microsoft Advertising adcenter Campaign Analytics?... 3 Useful terms... 3 Overview... 4 Get Started...

More information

OpenIMS 4.2. Document Management Server. User manual

OpenIMS 4.2. Document Management Server. User manual OpenIMS 4.2 Document Management Server User manual OpenSesame ICT BV Index 1 INTRODUCTION...4 1.1 Client specifications...4 2 INTRODUCTION OPENIMS DMS...5 2.1 Login...5 2.2 Language choice...5 3 OPENIMS

More information

If you have any questions about our privacy practices, please refer to the end of this privacy policy for information on how to contact us.

If you have any questions about our privacy practices, please refer to the end of this privacy policy for information on how to contact us. c4m Privacy Policy Last Modified: July 20, 2015 Colbette II Ltd., Block 1, 195-197 Old Nicosia-Limassol Road, Dali Industrial Zone, Cyprus 2540 (hereinafter "c4m", Colbette we", "our" or "us") is always

More information

Security from the Ground Up eblvd uses a hybrid-asp model designed expressly to ensure robust, secure operation.

Security from the Ground Up eblvd uses a hybrid-asp model designed expressly to ensure robust, secure operation. eblvd enables secure, cloud-based access to a PC or server over the Internet. Data, keyboard, mouse and display updates are transmitted over a highly compressed, encrypted stream, yielding "as good as

More information

Secure Web Service - Hybrid. Policy Server Setup. Release 9.2.5 Manual Version 1.01

Secure Web Service - Hybrid. Policy Server Setup. Release 9.2.5 Manual Version 1.01 Secure Web Service - Hybrid Policy Server Setup Release 9.2.5 Manual Version 1.01 M86 SECURITY WEB SERVICE HYBRID QUICK START USER GUIDE 2010 M86 Security All rights reserved. 828 W. Taft Ave., Orange,

More information

MiGS Virtual Payment Client Integration Guide. July 2011 Software version: MR 27

MiGS Virtual Payment Client Integration Guide. July 2011 Software version: MR 27 MiGS Virtual Payment Client Integration Guide July 2011 Software version: MR 27 Copyright MasterCard and its vendors own the intellectual property in this Manual exclusively. You acknowledge that you must

More information

provided by you upon registration at one of our websites or for one of our games;

provided by you upon registration at one of our websites or for one of our games; Data Privacy Policy This data privacy policy informs you of which personal data is being collected by gamefabrik GmbH as part of our Internet services and games. It also explains how that data is processed

More information

UBS KeyLink Quick reference WEB Installation Guide

UBS KeyLink Quick reference WEB Installation Guide ab UBS KeyLink Quick reference WEB Installation Guide Table of contents 1. Introduction 3 1.1. Why is an Installation needed? 3 1.2. Is UBS KeyLink secure? 3 1.3. Information about Secure Sockets Layer

More information

BlackShield ID Agent for Remote Web Workplace

BlackShield ID Agent for Remote Web Workplace Agent for Remote Web Workplace 2010 CRYPTOCard Corp. All rights reserved. http:// www.cryptocard.com Copyright Copyright 2010, CRYPTOCard All Rights Reserved. No part of this publication may be reproduced,

More information

Chapter 7 Managing Users, Authentication, and Certificates

Chapter 7 Managing Users, Authentication, and Certificates Chapter 7 Managing Users, Authentication, and Certificates This chapter contains the following sections: Adding Authentication Domains, Groups, and Users Managing Certificates Adding Authentication Domains,

More information

As you review the following Model Privacy Disclosures, keep these key points in mind:

As you review the following Model Privacy Disclosures, keep these key points in mind: TRUSTe Guidance on Web Site Disclosures PART ONE: Model Disclosures Developing your company s privacy statement is a critical stage in understanding and articulating your corporate policies. For many companies,

More information

Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and

Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and later User Guide Rev: 2013-02-01 Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and later User Guide A practical guide to creating and managing web

More information

Easy CollECt and the transaction ManagEr interface

Easy CollECt and the transaction ManagEr interface Easy Collect and the Transaction Manager Interface Table of Contents 1 2 3 Easy Collect... 4 1.1. Configuring your account for Easy Collect... 4 1.1.1. Creating your Easy Collect ID... 4 1.1.1.1. Transaction

More information

SHARPCLOUD SECURITY STATEMENT

SHARPCLOUD SECURITY STATEMENT SHARPCLOUD SECURITY STATEMENT Summary Provides details of the SharpCloud Security Architecture Authors: Russell Johnson and Andrew Sinclair v1.8 (December 2014) Contents Overview... 2 1. The SharpCloud

More information

Privacy Policy Version 1.0, 1 st of May 2016

Privacy Policy Version 1.0, 1 st of May 2016 Privacy Policy Version 1.0, 1 st of May 2016 THIS PRIVACY POLICY APPLIES TO PERSONAL INFORMATION COLLECTED BY GOCIETY SOLUTIONS FROM USERS OF THE GOCIETY SOLUTIONS APPLICATIONS (GoLivePhone and GoLiveAssist)

More information

Last Updated: June 2013

Last Updated: June 2013 Society of Petroleum Engineers Privacy Policy Statement Last Updated: June 2013 This Privacy Policy tells you about the information the Society of Petroleum Engineers (SPE) gathers about you and how we

More information

Privacy Policy - LuxTNT.com

Privacy Policy - LuxTNT.com Privacy Policy - LuxTNT.com Overview TNT Luxury Group Limited (the owner of LuxTNT.com). knows that you care how information about you is used and shared, and we appreciate your trust that we will do so

More information

SSL... 2 2.1. 3 2.2. 2.2.1. 2.2.2. SSL VPN

SSL... 2 2.1. 3 2.2. 2.2.1. 2.2.2. SSL VPN 1. Introduction... 2 2. Remote Access via SSL... 2 2.1. Configuration of the Astaro Security Gateway... 3 2.2. Configuration of the Remote Client...10 2.2.1. Astaro User Portal: Getting Software and Certificates...10

More information

CA Performance Center

CA Performance Center CA Performance Center Single Sign-On User Guide 2.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

MPI Frequently Asked Questions

MPI Frequently Asked Questions MPI Frequently Asked Questions 1 Table of contents 1. General... 4 1.1. I want to use the Europabank MPI to handle the payments for my webshop.... 4 Where do I start?... 4 1.2. Should my shop be hosted

More information

SYSTEM DEVELOPMENT AND IMPLEMENTATION

SYSTEM DEVELOPMENT AND IMPLEMENTATION CHAPTER 6 SYSTEM DEVELOPMENT AND IMPLEMENTATION 6.0 Introduction This chapter discusses about the development and implementation process of EPUM web-based system. The process is based on the system design

More information

Registered Health Professionals Statistics. Methodology

Registered Health Professionals Statistics. Methodology Registered Health Professionals Statistics Methodology I Background The Registered Health Professionals Statistics have been compiled uninterrupted in the National Statistics Institute since the year 1953,

More information

Bitrix Site Manager 4.1. User Guide

Bitrix Site Manager 4.1. User Guide Bitrix Site Manager 4.1 User Guide 2 Contents REGISTRATION AND AUTHORISATION...3 SITE SECTIONS...5 Creating a section...6 Changing the section properties...8 SITE PAGES...9 Creating a page...10 Editing

More information

tell you about products and services and provide information to our third party marketing partners, subject to this policy;

tell you about products and services and provide information to our third party marketing partners, subject to this policy; WEBSITE PRIVACY POLICY FOR RUBE GOLDBERG As of 09-25-2012 Rube Goldberg has created this Privacy Policy in order to demonstrate our firm commitment to protecting personal information. The following discloses

More information

TeamViewer 9 Manual Management Console

TeamViewer 9 Manual Management Console TeamViewer 9 Manual Management Console Rev 9.2-07/2014 TeamViewer GmbH Jahnstraße 30 D-73037 Göppingen www.teamviewer.com Table of Contents 1 About the TeamViewer Management Console... 4 1.1 About the

More information

Sync Security and Privacy Brief

Sync Security and Privacy Brief Introduction Security and privacy are two of the leading issues for users when transferring important files. Keeping data on-premises makes business and IT leaders feel more secure, but comes with technical

More information

FTP Service Reference

FTP Service Reference IceWarp Unified Communications Reference Version 11.3 Published on 1/6/2015 Contents... 3 About... 4 Reference... 5 General Tab... 5 Dialog... 6 FTP Site... 6 Users... 7 Groups... 11 Options... 14 Access...

More information

MANUAL UNILEVEL MLM. v2.5

MANUAL UNILEVEL MLM. v2.5 MANUAL UNILEVEL MLM ecommerce v2.5 TABLE OF CONTENTS Section Page # Getting Started 3 Overview 3 Installation 3 WP Admin Settings 4 Dashboard 4 Create First User 4 Settings Overview 6 General Settings

More information

eservice Portal Overview

eservice Portal Overview eservice Portal Overview About this Guide Purpose The eservice Portal Overview Guide provides a differences overview of Support Online to eservice Portal migration. The new eservice portal provides the

More information

Criteria for web application security check. Version 2015.1

Criteria for web application security check. Version 2015.1 Criteria for web application security check Version 2015.1 i Content Introduction... iii ISC- P- 001 ISC- P- 001.1 ISC- P- 001.2 ISC- P- 001.3 ISC- P- 001.4 ISC- P- 001.5 ISC- P- 001.6 ISC- P- 001.7 ISC-

More information

USING THE STUDENT RECORD SYSTEM A GUIDE FOR PERSONAL TUTORS

USING THE STUDENT RECORD SYSTEM A GUIDE FOR PERSONAL TUTORS USING THE STUDENT RECORD SYSTEM A GUIDE FOR PERSONAL TUTORS I II II III IV INTRODUCTION TO STUDENT RECORDS ACCESSING A STUDENT'S RECORD PRINTING A STUDENT'S RECORD CARD CHANGE OF ADDRESS AUTOMATIC EMAIL/PHOTO

More information

RemotelyAnywhere Getting Started Guide

RemotelyAnywhere Getting Started Guide April 2007 About RemotelyAnywhere... 2 About RemotelyAnywhere... 2 About this Guide... 2 Installation of RemotelyAnywhere... 2 Software Activation...3 Accessing RemotelyAnywhere... 4 About Dynamic IP Addresses...

More information

AvMed s Physician-to- Physician Referral Program

AvMed s Physician-to- Physician Referral Program AvMed s Physician-to- Physician Referral Program Quick Reference Guide For Primary Care Physicians 1 P age Introduction Primary Care Physicians (PCPs) play a critical role in the health of our Medicare

More information

IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide

IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide IBM Unica emessage Version 8 Release 6 February 13, 2015 User's Guide Note Before using this information and the product it supports, read the information in Notices on page 403. This edition applies to

More information

This chapter describes how to use the Junos Pulse Secure Access Service in a SAML single sign-on deployment. It includes the following sections:

This chapter describes how to use the Junos Pulse Secure Access Service in a SAML single sign-on deployment. It includes the following sections: CHAPTER 1 SAML Single Sign-On This chapter describes how to use the Junos Pulse Secure Access Service in a SAML single sign-on deployment. It includes the following sections: Junos Pulse Secure Access

More information

1: 2: 2.1. 2.2. 3: 3.1: 3.2: 4: 5: 5.1 5.2 & 5.3 5.4 5.5 5.6 5.7 5.8 CAPTCHA

1: 2: 2.1. 2.2. 3: 3.1: 3.2: 4: 5: 5.1 5.2 & 5.3 5.4 5.5 5.6 5.7 5.8 CAPTCHA Step by step guide Step 1: Purchasing a RSMembership! membership Step 2: Download RSMembership! 2.1. Download the component 2.2. Download RSMembership! language files Step 3: Installing RSMembership! 3.1:

More information

CRM - Word Connector (CWC) For the vtiger CRM User s Manual Manual Version 1.0

CRM - Word Connector (CWC) For the vtiger CRM User s Manual Manual Version 1.0 CRM - Word Connector (CWC) For the vtiger CRM User s Version 1.0 Copyright 2004-2012 CWC CRM Word Connector User s Copyright 2004-2012, All rights reserved. 1 st Edition Trade Marks Many of the designations

More information

Government of Saskatchewan Executive Council. Oracle Sourcing isupplier User Guide

Government of Saskatchewan Executive Council. Oracle Sourcing isupplier User Guide Executive Council Oracle Sourcing isupplier User Guide Contents 1 Introduction to Oracle Sourcing and isupplier...6 1.0 Oracle isupplier...6 1.1 Oracle Sourcing...6 2 Customer Support...8 2.0 Communications

More information

NATIONAL BANK s MasterCard SecureCode / Verified by VISA Service - Questions and Answers

NATIONAL BANK s MasterCard SecureCode / Verified by VISA Service - Questions and Answers Learn more about MasterCard SecureCode / Verified by VISA service of NATIONAL BANK. You can use the links below to jump to specific topics, or scroll down the page to read the full list of questions and

More information

GravityLab Multimedia Inc. Windows Media Authentication Administration Guide

GravityLab Multimedia Inc. Windows Media Authentication Administration Guide GravityLab Multimedia Inc. Windows Media Authentication Administration Guide Token Auth Menu GravityLab Multimedia supports two types of authentication to accommodate customers with content that requires

More information

Cloud Services. Email Anti-Spam. Admin Guide

Cloud Services. Email Anti-Spam. Admin Guide Cloud Services Email Anti-Spam Admin Guide 10/23/2014 CONTENTS Introduction to Anti- Spam... 4 About Anti- Spam... 4 Locating the Anti- Spam Pages in the Portal... 5 Anti- Spam Best Practice Settings...

More information

BlackShield ID Agent for Terminal Services Web and Remote Desktop Web

BlackShield ID Agent for Terminal Services Web and Remote Desktop Web Agent for Terminal Services Web and Remote Desktop Web 2010 CRYPTOCard Corp. All rights reserved. http:// www.cryptocard.com Copyright Copyright 2010, CRYPTOCard All Rights Reserved. No part of this publication

More information

Customer Tips. Xerox Network Scanning HTTP/HTTPS Configuration using Microsoft IIS. for the user. Purpose. Background

Customer Tips. Xerox Network Scanning HTTP/HTTPS Configuration using Microsoft IIS. for the user. Purpose. Background Xerox Multifunction Devices Customer Tips June 5, 2007 This document applies to these Xerox products: X WC Pro 232/238/245/ 255/265/275 for the user Xerox Network Scanning HTTP/HTTPS Configuration using

More information

If you have questions or find errors in the guide, please, contact us under the following e-mail address:

If you have questions or find errors in the guide, please, contact us under the following e-mail address: 1. Introduction... 2 2. Remote Access via PPTP... 2 2.1. Configuration of the Astaro Security Gateway... 3 2.2. Configuration of the Remote Client...10 2.2.1. Astaro User Portal: Getting Configuration

More information

Xerox DocuShare Security Features. Security White Paper

Xerox DocuShare Security Features. Security White Paper Xerox DocuShare Security Features Security White Paper Xerox DocuShare Security Features Businesses are increasingly concerned with protecting the security of their networks. Any application added to a

More information

Setting up single signon with Zendesk Remote Authentication

Setting up single signon with Zendesk Remote Authentication Setting up single signon with Zendesk Remote Authentication Zendesk Inc. 2 Zendesk Developer Library Introduction Notice Copyright and trademark notice Copyright 2009 2013 Zendesk, Inc. All rights reserved.

More information

Privacy Policy. What is Covered in This Privacy Policy. What Information Do We Collect, and How is it Used?

Privacy Policy. What is Covered in This Privacy Policy. What Information Do We Collect, and How is it Used? Privacy Policy The Friends of the Public Garden ("FoPG" or "We") is a non-profit corporation and the owner and operator of www.friendsof thepblicgarden.org (the "Website"), which is intended to supply

More information

Websense Content Gateway HTTPS Configuration

Websense Content Gateway HTTPS Configuration Websense Content Gateway HTTPS Configuration web security data security email security Support Webinars 2010 Websense, Inc. All rights reserved. Webinar Presenter Title: Sr. Tech Support Specialist Cisco

More information

Nokia E90 Communicator Using WLAN

Nokia E90 Communicator Using WLAN Using WLAN Nokia E90 Communicator Using WLAN Nokia E90 Communicator Using WLAN Legal Notice Nokia, Nokia Connecting People, Eseries and E90 Communicator are trademarks or registered trademarks of Nokia

More information

Astaro Security Gateway V8. Remote Access via SSL Configuring ASG and Client

Astaro Security Gateway V8. Remote Access via SSL Configuring ASG and Client Astaro Security Gateway V8 Remote Access via SSL Configuring ASG and Client 1. Introduction This guide contains complementary information on the Administration Guide and the Online Help. If you are not

More information

Configuration Guide. SafeNet Authentication Service. SAS Agent for Microsoft Outlook Web Access 1.06

Configuration Guide. SafeNet Authentication Service. SAS Agent for Microsoft Outlook Web Access 1.06 SafeNet Authentication Service Configuration Guide 1.06 Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

How To Configure A Kiwi Ip Address On A Gbk (Networking) To Be A Static Ip Address (Network) On A Ip Address From A Ipad (Netware) On An Ipad Or Ipad 2 (

How To Configure A Kiwi Ip Address On A Gbk (Networking) To Be A Static Ip Address (Network) On A Ip Address From A Ipad (Netware) On An Ipad Or Ipad 2 ( UAG715 Support Note Revision 1.00 August, 2012 Written by CSO Scenario 1 - Trunk Interface (Dual WAN) Application Scenario The Internet has become an integral part of our lives; therefore, a smooth Internet

More information

How to Order and Install Odette Certificates. Odette CA Help File and User Manual

How to Order and Install Odette Certificates. Odette CA Help File and User Manual How to Order and Install Odette Certificates Odette CA Help File and User Manual 1 Release date 28.07.2014 Contents Preparation for Ordering an Odette Certificate... 3 Step 1: Prepare the information you

More information

Opinion 04/2012 on Cookie Consent Exemption

Opinion 04/2012 on Cookie Consent Exemption ARTICLE 29 DATA PROTECTION WORKING PARTY 00879/12/EN WP 194 Opinion 04/2012 on Cookie Consent Exemption Adopted on 7 June 2012 This Working Party was set up under Article 29 of Directive 95/46/EC. It is

More information

Salesforce Classic Guide for iphone

Salesforce Classic Guide for iphone Salesforce Classic Guide for iphone Version 37.0, Summer 16 @salesforcedocs Last updated: July 12, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

LICENSE4J LICENSE MANAGER USER GUIDE

LICENSE4J LICENSE MANAGER USER GUIDE LICENSE4J LICENSE MANAGER USER GUIDE VERSION 4.5.5 LICENSE4J www.license4j.com Table of Contents Getting Started... 4 Managing Products... 6 Create Product... 6 Edit Product... 7 Refresh, Delete Product...

More information

SQL Injection Attack Lab Using Collabtive

SQL Injection Attack Lab Using Collabtive Laboratory for Computer Security Education 1 SQL Injection Attack Lab Using Collabtive (Web Application: Collabtive) Copyright c 2006-2011 Wenliang Du, Syracuse University. The development of this document

More information

EXPRESSPATH PROVIDER PORTAL USER GUIDE AUGUST 2013

EXPRESSPATH PROVIDER PORTAL USER GUIDE AUGUST 2013 EXPRESSPATH PROVIDER PORTAL USER GUIDE AUGUST 2013 2013-2020 Express Scripts, Inc. All rights reserved. No part of this publication may be reproduced or transmitted in any form or by any means, electronic

More information

The system is available to the holders of Medicover cards entitled to examinations and consultations in Medicover Centres.

The system is available to the holders of Medicover cards entitled to examinations and consultations in Medicover Centres. Medicover OnLine This guide will provide you with basic information about Medicover OnLine, such as access and logging to the system, data safety, and description of the system s features. If you have

More information

GMC Connect User Guide v1.1

GMC Connect User Guide v1.1 GMC Connect User Guide v1.1 CONTENTS 1 INTRODUCTION...3 2 ACCESSING GMC CONNECT...4 2.1 User Registration...4 2.2 Logging In...5 3 THE HOME PAGE...6 4 DOCUMENT FOLDERS...7 4.1 About Document Folders...7

More information

AEC Version 0.12.6 Installation/Upgrade Quick Start Guide

AEC Version 0.12.6 Installation/Upgrade Quick Start Guide AEC Version 0.12.6 Installation/Upgrade Quick Start Guide This guide will lead you through the basic steps of installing the component and dealing with casual server problems. Sorry, the AEC is quite powerful!

More information

T his feature is add-on service available to Enterprise accounts.

T his feature is add-on service available to Enterprise accounts. SAML Single Sign-On T his feature is add-on service available to Enterprise accounts. Are you already using an Identity Provider (IdP) to manage logins and access to the various systems your users need

More information

CMP3002 Advanced Web Technology

CMP3002 Advanced Web Technology CMP3002 Advanced Web Technology Assignment 1: Web Security Audit A web security audit on a proposed eshop website By Adam Wright Table of Contents Table of Contents... 2 Table of Tables... 2 Introduction...

More information

Verified Volunteers. A division of SterlingBackcheck. Privacy Policy. Last Updated: November 5, 2014

Verified Volunteers. A division of SterlingBackcheck. Privacy Policy. Last Updated: November 5, 2014 1 Verified Volunteers A division of SterlingBackcheck Privacy Policy Last Updated: November 5, 2014 Verified Volunteers, a division of Sterling Backcheck ( Company, we, us, or our ) provide this Privacy

More information

EBL Authentication Ebooks Corporation

EBL Authentication Ebooks Corporation EBL Authentication Ebooks Corporation Ebooks Corporation Limited Washington D.C. 7406 Brookville Road Chevy Chase, MD 20815 USA Tel: +1 (301) 951-8108 Fax: +1 (240) 235-7017 Perth 62 Bay View Terrace Claremont

More information

EUROPA-PARK is bindingly committed to its online data protection policy

EUROPA-PARK is bindingly committed to its online data protection policy Privacy statement of Europa-Park GmbH & Co Mack KG, EUROPA-PARK GmbH & Co Hotelbetriebe KG, EUROPA-PARK GmbH & Co Shopping KG, and EUROPA-PARK Freizeit- & Familienpark Mack KG. EUROPA-PARK is bindingly

More information

Kentico CMS security facts

Kentico CMS security facts Kentico CMS security facts ELSE 1 www.kentico.com Preface The document provides the reader an overview of how security is handled by Kentico CMS. It does not give a full list of all possibilities in the

More information

7.0 Self Service Guide

7.0 Self Service Guide 7.0 Self Service Guide Copyright 2010 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated, microfilmed,

More information

VIDA ADMIN HELP CONTENTS

VIDA ADMIN HELP CONTENTS CONTENTS 1 INTRODUCTION... 4 2 OVERVIEW FOR NEW VIDA ADMIN USERS... 5 2.1 Company... 5 2.2 User... 5 2.3 VIDA All-in-one... 5 2.4 VIDA on Web... 5 2.5 Subscription... 6 2.5.1 Subscription to VIDA All-in-one...

More information

Chapter 6 Virtual Private Networking Using SSL Connections

Chapter 6 Virtual Private Networking Using SSL Connections Chapter 6 Virtual Private Networking Using SSL Connections The FVS336G ProSafe Dual WAN Gigabit Firewall with SSL & IPsec VPN provides a hardwarebased SSL VPN solution designed specifically to provide

More information

Figure: Top Navigation Frame: Ability to Add Services from Different Subscriptions Is Enabled

Figure: Top Navigation Frame: Ability to Add Services from Different Subscriptions Is Enabled Working with Domains TM Control Panel User Guide Working with Domains 1 After you have selected a Subscription, you will need to add a Webspace for your domain. This will provide you with the ability of

More information

Installation and Setup Guide

Installation and Setup Guide Installation and Setup Guide Contents 1. Introduction... 1 2. Before You Install... 3 3. Server Installation... 6 4. Configuring Print Audit Secure... 11 5. Licensing... 16 6. Printer Manager... 17 7.

More information

Sophos Mobile Control Installation guide. Product version: 3

Sophos Mobile Control Installation guide. Product version: 3 Sophos Mobile Control Installation guide Product version: 3 Document date: January 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...16 4 External

More information

Bodywhys Privacy Policy

Bodywhys Privacy Policy Bodywhys Privacy Policy Website Bodywhys respects the privacy of all visitors to our website. This website privacy statement outlines our policy concerning the use and collection of personal information

More information