You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2014/10/01 13:24:07 UTC

[26/27] git commit: [#7657] log verified email addr instead of its _id

[#7657] log verified email addr instead of its _id


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/35f94966
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/35f94966
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/35f94966

Branch: refs/heads/master
Commit: 35f94966d228aa0b233899c8953390a2da492024
Parents: 2821115
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Mon Sep 29 16:08:02 2014 +0000
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Wed Oct 1 10:27:48 2014 +0000

----------------------------------------------------------------------
 Allura/allura/controllers/auth.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/35f94966/Allura/allura/controllers/auth.py
----------------------------------------------------------------------
diff --git a/Allura/allura/controllers/auth.py b/Allura/allura/controllers/auth.py
index a339895..fca553c 100644
--- a/Allura/allura/controllers/auth.py
+++ b/Allura/allura/controllers/auth.py
@@ -261,7 +261,7 @@ class AuthController(BaseController):
             })
 
             flash('Email address confirmed')
-            h.auditlog_user('Email address verified: %s', addr._id, user=addr.claimed_by_user())
+            h.auditlog_user('Email address verified: %s', addr.email, user=addr.claimed_by_user())
         else:
             flash('Unknown verification link', 'error')