Skip to content

The checksum value is now also returned by ValidateChecksum

kainuk requested to merge (removed):pass-cs-parameter into master

Motivation: The checksum has two functions:

  • To prevent unauthorized retrieval of a contact_id
  • To prevent an unauthorized of a contact_id

For the second usage, the checksum is passed to the drupal form in a hidden field. To fill this field it's convenient to have the checksum available from the validate checksum

Merge request reports