Skip to content
Snippets Groups Projects
Commit 8f5aeb51 authored by Matthew Piatetsky's avatar Matthew Piatetsky
Browse files

add email to metadata

parent 18b01af0
No related merge requests found
......@@ -22,6 +22,8 @@ user_metadata = {
if user:
user_metadata['username'] = user.username
user_metadata['user_id'] = user.id
if hasattr(user, 'email'):
user_metadata['email'] = user.email
for datekey in (
'schedule_start',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment