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
fit2bot 6d39a51c36
[fix]: 兼容django 3 (#5038)
4 years ago
..
api fix(audits): sso 登录日志没有 type 4 years ago
backends [fix]: 兼容django 3 (#5038) 4 years ago
migrations feat(authentication): 类似腾讯企业邮单点登录功能 4 years ago
templates/authentication feat(MFA): 修改文案Google Authenticator为手机验证器 (#4964) 4 years ago
urls feat(authentication): 超级管理员密码不能是`admin` 4 years ago
views fix(auth): 修复用户登录失败次数出现0次 4 years ago
__init__.py
admin.py
apps.py
const.py refactor(authentication): 密码解密抽取成方法 4 years ago
errors.py feat(authentication): 超级管理员密码不能是`admin` 4 years ago
filters.py feat(authentication): 类似腾讯企业邮单点登录功能 4 years ago
forms.py feat(authenticaion): 添加登录页面验证码与MFA开关 4 years ago
mixins.py fix(auth): 修复用户登录失败次数出现0次 4 years ago
models.py fix(tickets): 调整登录确认工单 title 4 years ago
serializers.py fix(authentication): `SSO`登录添加 `next_url` 4 years ago
signals.py
signals_handlers.py feat(authentication):将cas认证通过的登录日志记录到系统 4 years ago
tasks.py
tests.py feat(login password ecrypt): 登录密码加密传输 4 4 years ago
utils.py fix(authentication): 修复登录时有时解密失败 4 years ago