Example #1
0
def login_error(request):
    return helpers.render_authentication_error(request)
Example #2
0
def login_error(request):
    return helpers.render_authentication_error(request)
Example #3
0
def login_error(request):
    if LOGIN_ERROR_REDIRECT:
        return HttpResponseRedirect(LOGIN_ERROR_REDIRECT)
    return helpers.render_authentication_error(request)