Modify create_user to output enrollment events to tracking log. - #2072
Closed
brianhw wants to merge 1 commit into
Closed
Modify create_user to output enrollment events to tracking log.#2072brianhw wants to merge 1 commit into
brianhw wants to merge 1 commit into
Conversation
jenkins-ks
pushed a commit
to nttks/edx-platform
that referenced
this pull request
Aug 8, 2017
shimulch
pushed a commit
to open-craft/openedx-platform
that referenced
this pull request
Jan 26, 2021
…h. (openedx#2072) * PROD-1236: Do not expose user id with certificate URL. (cherry picked from commit fb9ba90) * Use juniper-worker for Juniper * Fix video handouts uploads. * fix password reset token leakage in referrer * sustaining security fixes 6 * IM security fixes * fix issue with transcript dropdown. Co-authored-by: uzairr <uzairr@yahoo.com> Co-authored-by: Ned Batchelder <ned@edx.org> Co-authored-by: Awais Jibran <awaisdar001@gmail.com> Co-authored-by: DawoudSheraz <dawoud.sheraz@gmail.com> Co-authored-by: Ali-D-Akbar <aliakbarit019@gmail.com> Co-authored-by: SaadYousaf <saadyousaf@A006-00314.local>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@rocha @mulby Here's a minimalistic fix for AN-361. Would like feedback on how much work to put in now. Carlos suggested this might be revisited when we switch to event_tracking calls, and put more of the information added by server_track into context. (Though if that's done by middleware, we still have the issue of what to do for commands.)