Merge pull request #2559 from jumpserver/dev

[Update] 修复重定向的问题
This commit is contained in:
老广 2019-03-29 15:54:20 +08:00 committed by GitHub
commit 459b41f327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,8 @@ __all__ = [
class UserLoginView(RedirectView):
urls = reverse_lazy('authentication:login')
url = reverse_lazy('authentication:login')
query_string = True
class UserForgotPasswordView(TemplateView):