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/",
|
"users/connect/",
|
||||||
RedirectView.as_view(url="/account/connect", query_string=True),
|
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(
|
path(
|
||||||
"auth/edit", # some apps like elk will use this url
|
"auth/edit", # some apps like elk will use this url
|
||||||
RedirectView.as_view(url="/account/profile", query_string=True),
|
RedirectView.as_view(url="/account/profile", query_string=True),
|
||||||
|
|
|
@ -27,7 +27,6 @@ if TYPE_CHECKING:
|
||||||
|
|
||||||
_RESERVED_USERNAMES = [
|
_RESERVED_USERNAMES = [
|
||||||
"connect",
|
"connect",
|
||||||
"oauth2_login",
|
|
||||||
"__",
|
"__",
|
||||||
"admin",
|
"admin",
|
||||||
"administrator",
|
"administrator",
|
||||||
|
|
Loading…
Add table
Reference in a new issue