dsoares

Results 7 comments of dsoares

The var is implemented in master branch (https://github.com/maildev/maildev/pull/303/files on March, 7, 2021) but the docker image in docker hub was not updated.

After upgrade from keepassxc 2.7.2 to 2.7.3, (snap package), the browser integration stopped working. I've already: - read the browser troubleshooting guide multiple times - checked the `~/.config/google-chrome/NativeMessagingHosts/org.keepassxc.keepassxc_browser.json` file. -...

Hi pauLee, Which type are you using (`$config['recaptcha_api_version']`)? Have you defined the public/private keys? Is there any error in the browser console?

What version of python are you using? (`python3 -V`)

(this is a code suggestion) The code should use the preferred python way to format strings (since 3.6): ```python print(f"probably not vulnerable (error: {v})") ``` or just fix to: ```python...

Hi, I can't reproduce your problem. I login, then logout and the recaptcha is shown in the login screen. Tested with recaptcha v2, larry and elastic skins, with `$rcmail_config['failed_attempts'] =...

I still can't reproduce the problem. Tested with latest roundcube version (master), PHP 7.4, the same options: - failed_attempts = 0 - no whitelist - recaptcha v3 - i suppose...