Closed junmingmiss closed 8 years ago
def login(request, next_page=None, required=False, gateway=False) next_page is null eg. url(r'^inbox/$', 'cas.views.login') i want the logged user after passing cas authentication redirect to the page 'inbox.html' they need authentication
Can you clarify on exactly what the issue is here?
def login(request, next_page=None, required=False, gateway=False) next_page is null eg. url(r'^inbox/$', 'cas.views.login') i want the logged user after passing cas authentication redirect to the page 'inbox.html' they need authentication