set captcha - UpendoVentures/Upendo-Dnn-Prompt GitHub Wiki

set-captcha

When used, this command will enable or disable the CAPTCHA features on the login form.

WARNING: When running this command, it will clear the data cache. For most use cases, you may not notice the impact, but it can create a very temporary performance degradation on the next few page loads.

Added In Version

  • Upendo DNN Prompt v1.5.0

Command

Command Description
set-captcha This command works like a toggle. Entering it will reverse the prior operation. If CAPTCHA is enabled, it gets turned off. If already off, it's turned on.

Arguments

This prompt does not have any flags at this time.

Output

If successful, you'll see a message like below in the Prompt window.

When turning OFF CAPTCHA:

CAPTCHA has been toggled OFF on this website. 

When turning ON CAPTCHA:

CAPTCHA has been toggled ON on this website. 

If an error occurs, it should be displayed to you in the Prompt window. If not, you'll find it in the Log4net log files.

Additional Notes

The screenshots below will show the difference.

Toggled OFF
image

Toggled ON
image