Merge pull request #4156 from picklesrus/redirect-join

Redirect the old join flow to the new one.
This commit is contained in:
picklesrus 2020-06-30 13:13:49 -04:00 committed by GitHub
commit 7eef29c358
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/?$",