Skip to main content

Default Captcha

The default captcha implementation generates and verifies an image. In the default captcha image, a sequence of digits 0-9 is used with a defined length of 5.

1. Configure the connection

Add the Default Captcha and enter its name.

Add the connection

2. Add the connection to your application

  1. Click on the Applications menu item

  2. Click on your application

  3. Go to the Connections tab

  4. Click Add to add a new connection to the list

  5. Select the newly created connection from the dropdown

  6. Modify the connection's rule as follows:

    • Always: Always requires human-machine verification during login.
    • None: Never requires human-machine verification. The account will be blocked if it attempts to login with the wrong password for the 5th time within 15 minutes. The block will be lifted after 15 minutes.
    • Dynamic: After 5 failed login attempts, human-machine verification will be required but the account will not be blocked.
  7. Click Save to save the changes