Enabling CAPTCHA security

iMIS uses CAPTCHAs for security when users create a new account and when users have forgotten their username or password. CAPTCHA is a program that can generate and grade tests that humans can pass but current computer programs cannot. For example, humans can read the distorted text below, but computers can't.

http://www.guenter-schenk.com/tutorials/assets/10/captcha_sample_1.jpg

To enable CAPTCHA security

  1. Create an account with reCAPTCHA.
  2. Follow reCAPTCHA's instructions to create your Public and Private keys.
  3. On your production iMIS appserver host, open the web.config files for each iMIS application.
    • iMIS default location: C:\Program Files\ASI\iMIS\net
    • iMISpublic default location: C:\Program Files\ASI\iMIS\iMIS_public
  4. If you have a license for Web Content Management and have the WCM application installed on one or more external web servers, open the web.config file for the WCM application on each external web server.
    • WCM default location: C:\Program Files\ASI\WCM\Net
  5. In each web.config file, add the Public and Private keys generated by reCAPTCHA to the values of the following entries:
  6. <add key="RecaptchaPublicKey" value=""/>

    <add key="RecaptchaPrivateKey" value=""/>

  7. Save the files.

CAPTCHA security is now enabled.