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/07/25 09:55:10 UTC

[07/28] git commit: [#7523] change landing URL after email verification

[#7523] change landing URL after email verification


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

Branch: refs/heads/je/42cc_7451
Commit: e2978623c63af48963cb1f7bd1232d12eaa7168f
Parents: 447d6a6
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Wed Jul 2 21:49:38 2014 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Fri Jul 18 19:01:25 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/e2978623/Allura/allura/controllers/auth.py
----------------------------------------------------------------------
diff --git a/Allura/allura/controllers/auth.py b/Allura/allura/controllers/auth.py
index 72737cb..4d15a9a 100644
--- a/Allura/allura/controllers/auth.py
+++ b/Allura/allura/controllers/auth.py
@@ -239,7 +239,7 @@ class AuthController(BaseController):
             flash('Email address confirmed')
         else:
             flash('Unknown verification link', 'error')
-        redirect('/')
+        redirect('/auth/preferences/')
 
     @expose()
     def logout(self):