remove legacy code
This commit is contained in:
parent
fec333c90f
commit
e3fe4b1b4d
2 changed files with 0 additions and 5 deletions
|
@ -31,10 +31,6 @@ urlpatterns = [
|
|||
"users/connect/",
|
||||
RedirectView.as_view(url="/account/connect", query_string=True),
|
||||
),
|
||||
path(
|
||||
"users/OAuth2_login/",
|
||||
RedirectView.as_view(url="/account/login/oauth", query_string=True),
|
||||
), # for backward compatibility
|
||||
path(
|
||||
"auth/edit", # some apps like elk will use this url
|
||||
RedirectView.as_view(url="/account/profile", query_string=True),
|
||||
|
|
|
@ -27,7 +27,6 @@ if TYPE_CHECKING:
|
|||
|
||||
_RESERVED_USERNAMES = [
|
||||
"connect",
|
||||
"oauth2_login",
|
||||
"__",
|
||||
"admin",
|
||||
"administrator",
|
||||
|
|
Loading…
Add table
Reference in a new issue