Skip to content
Snippets Groups Projects
Commit 4dbe883f authored by Benjamin Ledel's avatar Benjamin Ledel
Browse files

*

parent 0e002a2d
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ class DataDisclosureProcessor:
Get all XAPI statements matching a user email address from database.
"""
collection = lrs_db["statements"]
query = {"actor.mbox": f"mailto:{user_email}"}
query = {"actor.account": f"name:{user_email}"}
cursor = collection.find(query)
return [
(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment