mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-28 02:51:12 +00:00
commit
459b41f327
@ -29,7 +29,8 @@ __all__ = [
|
|||||||
|
|
||||||
|
|
||||||
class UserLoginView(RedirectView):
|
class UserLoginView(RedirectView):
|
||||||
urls = reverse_lazy('authentication:login')
|
url = reverse_lazy('authentication:login')
|
||||||
|
query_string = True
|
||||||
|
|
||||||
|
|
||||||
class UserForgotPasswordView(TemplateView):
|
class UserForgotPasswordView(TemplateView):
|
||||||
|
Loading…
Reference in New Issue
Block a user