From b4491106a3d74dc94d52a12cc8c2b8369124dc00 Mon Sep 17 00:00:00 2001 From: drzackyll Date: Thu, 18 Apr 2019 11:44:19 -0400 Subject: [PATCH] Changes user id to email --- etools-piwik-analytics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etools-piwik-analytics.html b/etools-piwik-analytics.html index cc9777b..3510175 100644 --- a/etools-piwik-analytics.html +++ b/etools-piwik-analytics.html @@ -80,7 +80,7 @@ } initPiwik() { - _paq.push(['setUserId', this.user.username]); + _paq.push(['setUserId', this.user.email]); } toastFired() {