Problem/Motivation

When opening the Nobotiq Spam Protection settings form, Drupal can throw a TypeError because Crypt::decrypt() is declared to return ?string , but it can return false from openssl_decrypt() . This happens during the masking of stored encrypted values (client_id/client_secret/username/password).

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

alex_optim created an issue. See original summary.

voleger’s picture

Status: Active » Fixed

Thanks

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • voleger committed 6327d9a6 on 1.0.x authored by alex_optim
    fix: #3593668 TypeError in Crypt::decrypt(): openssl_decrypt() can...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.