diff --git a/ckan/config/routing.py b/ckan/config/routing.py index 98d6b0f223d..a230b63fd47 100644 --- a/ckan/config/routing.py +++ b/ckan/config/routing.py @@ -276,6 +276,7 @@ def make_map(): map.connect('/tag/{id}', controller='tag', action='read') # users map.redirect("/users/{url:.*}", "/user/{url}") + map.redirect("/user/", "/user") map.connect('/user/edit', controller='user', action='edit') # Note: openid users have slashes in their ids, so need the wildcard # in the route.