Unverified Commit 7eef29c3 authored by picklesrus's avatar picklesrus Committed by GitHub

Merge pull request #4156 from picklesrus/redirect-join

Redirect the old join flow to the new one.
parents 4a2ce58b c100c375
...@@ -434,6 +434,12 @@ ...@@ -434,6 +434,12 @@
"routeAlias": "/info/?(\\?.*)?$", "routeAlias": "/info/?(\\?.*)?$",
"redirect": "/ideas" "redirect": "/ideas"
}, },
{
"name": "register-redirect",
"pattern": "^/accounts/standalone-registration/?$",
"routeAlias": "/accounts/standalone-registration/",
"redirect": "/join"
},
{ {
"name": "research-redirect", "name": "research-redirect",
"pattern": "^/info/research/?$", "pattern": "^/info/research/?$",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment