github MultifactorLab/MultiFactor.SelfService.Windows.Portal 1.0.117

latest releases: 1.0.177, 1.0.175, 1.0.173...
2 years ago

Release 19.07.2023 | Added Yandex SmartCaptcha Support

New

  • Yandex SmartCaptcha support was added. Now you can choose between Google ReCaptcha and Yandex SmartCaptcha
    providers. New captcha settings were added in the configuration file a the captcha. Use this new format to set up
    your captcha. See the description below:

    <!-- Enable captcha validation -->
    <add key="enable-captcha" value="false"/>
    <!-- Google/Yandex switch -->
    <add key="captcha-type" value="Google"/>
    <!-- Site Key from a captcha management panel -->
    <add key="captcha-key" value="key"/>
    <!-- Secret Key from a captcha management panel -->
    <add key="captcha-secret" value="secret"/>
  • Old format for a captcha setup is considering obsolete now. But it still works.

  • Now you can specify a proxy to communicate with a captcha server. Use the following key:

    <add key="captcha-proxy" value="http://proxy:3128"/>

Don't miss a new MultiFactor.SelfService.Windows.Portal release

NewReleases is sending notifications on new releases.