remove legacy code

This commit is contained in:
Your Name 2024-06-11 18:52:51 -04:00 committed by Henri Dickson
parent fec333c90f
commit e3fe4b1b4d
2 changed files with 0 additions and 5 deletions

View file

@ -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),

View file

@ -27,7 +27,6 @@ if TYPE_CHECKING:
_RESERVED_USERNAMES = [
"connect",
"oauth2_login",
"__",
"admin",
"administrator",