You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jumpserver/apps/authentication
xinwen 7031b7f28b
fix(auth): 修复用户登录失败次数出现0次
4 years ago
..
api feat(auth): sso 生成的地址重复访问的时候,重定向到用户指定的 next 地址 4 years ago
backends fix: 修复middleware引起的bug 4 years ago
migrations
templates/authentication perf(authentication): 修改用户登录页面,使用其他方式认证时点击忘记密码提示联系管理员 4 years ago
urls
views fix(auth): 修复用户登录失败次数出现0次 4 years ago
__init__.py
admin.py
apps.py
const.py
errors.py
filters.py
forms.py
mixins.py fix(auth): 修复用户登录失败次数出现0次 4 years ago
models.py
serializers.py
signals.py
signals_handlers.py
tasks.py
tests.py
utils.py