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