feat(authentication): 超级管理员密码不能是admin

This commit is contained in:
xinwen
2020-08-05 16:04:05 +08:00
committed by 老广
parent 15fe7f810b
commit a25da8d479
8 changed files with 65 additions and 11 deletions

View File

@@ -2,7 +2,6 @@
#
import re
from django.shortcuts import reverse as dj_reverse
from django.db.models import Subquery, QuerySet
from django.conf import settings
from django.utils import timezone