Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grant CiviCRM permissions to the verified checksum contact #150

Merged
merged 1 commit into from
Aug 27, 2018

Conversation

colemanw
Copy link
Owner

@colemanw colemanw commented Jul 26, 2018

Overview

Attempts to grant CiviCRM permissions to an anonymous user verified via checksum.

Before

CRM_Core_Session::getLoggedInContactID() would return null even after verifying a checksum user on the webform.

After

CRM_Core_Session::getLoggedInContactID() returns the contact id of a user verified by checksum.

Technical Details

This depends on civicrm/civicrm-core#12576 to allow Contact 1 to load other contacts, cases, etc. on the form.

@colemanw colemanw merged commit 0b5359d into 7.x-4.x Aug 27, 2018
@colemanw colemanw deleted the checksum branch August 27, 2018 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant