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/11/12 13:15:11 UTC

[08/17] allura git commit: [#7704] ticket:662 Fixed user saving

[#7704] ticket:662 Fixed user saving


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

Branch: refs/heads/ib/7704
Commit: 258e7d4391b3e50db5e19a665aae1310620683f7
Parents: 2d8143b
Author: Aleksey 'LXj' Alekseyev <go...@gmail.com>
Authored: Wed Oct 8 14:58:57 2014 +0300
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Wed Nov 12 10:27:04 2014 +0000

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


http://git-wip-us.apache.org/repos/asf/allura/blob/258e7d43/Allura/allura/controllers/auth.py
----------------------------------------------------------------------
diff --git a/Allura/allura/controllers/auth.py b/Allura/allura/controllers/auth.py
index c66b12e..b9e3d3b 100644
--- a/Allura/allura/controllers/auth.py
+++ b/Allura/allura/controllers/auth.py
@@ -264,7 +264,6 @@ class AuthController(BaseController):
             user = addr.claimed_by_user()
             if user.pending:
                 user.pending = False
-                user.m.save()
         else:
             flash('Unknown verification link', 'error')