Switch to unified view

a/Allura/allura/controllers/auth.py b/Allura/allura/controllers/auth.py
...
...
71
    def prefs(self, *args, **kwargs):
71
    def prefs(self, *args, **kwargs):
72
        '''
72
        '''
73
        Redirect old /auth/prefs URL to /auth/subscriptions
73
        Redirect old /auth/prefs URL to /auth/subscriptions
74
        (to handle old email links, etc).
74
        (to handle old email links, etc).
75
        '''
75
        '''
76
        redirect('subscriptions')
76
        redirect('/auth/subscriptions/')
77
77
78
    @expose('jinja:allura:templates/login.html')
78
    @expose('jinja:allura:templates/login.html')
79
    @with_trailing_slash
79
    @with_trailing_slash
80
    def index(self, *args, **kwargs):
80
    def index(self, *args, **kwargs):
81
        orig_request = request.environ.get('pylons.original_request', None)
81
        orig_request = request.environ.get('pylons.original_request', None)