You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2014/07/02 23:52:52 UTC

[3/3] 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/a8a99ff5
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/a8a99ff5
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/a8a99ff5

Branch: refs/heads/db/7523
Commit: a8a99ff5f29a1215df4304b4c4cb3358b7c6c899
Parents: afc2339
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Wed Jul 2 21:49:38 2014 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Wed Jul 2 21:50:02 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/a8a99ff5/Allura/allura/controllers/auth.py
----------------------------------------------------------------------
diff --git a/Allura/allura/controllers/auth.py b/Allura/allura/controllers/auth.py
index b13a3e7..7a3939d 100644
--- a/Allura/allura/controllers/auth.py
+++ b/Allura/allura/controllers/auth.py
@@ -235,7 +235,7 @@ class AuthController(BaseController):
             flash('Email address confirmed')
         else:
             flash('Unknown verification link', 'error')
-        redirect('/')
+        redirect('/auth/preferences/')
 
     @expose()
     def logout(self):