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 f0bad5f107
fix: 登录页面测试 cookie 失败
4 years ago
..
api feat: MFA 登录次数限制 4 years ago
backends fix: LDAP 自动创建的用户有多余的空格 4 years ago
migrations feat(authentication): 类似腾讯企业邮单点登录功能 4 years ago
templates/authentication perf: 优化,添加登录页面图片链接到 github 4 years ago
urls fix: 授权资产列表 platform 应该显示名称 4 years ago
views fix: 登录页面测试 cookie 失败 4 years ago
__init__.py
admin.py
apps.py
const.py refactor(authentication): 密码解密抽取成方法 4 years ago
errors.py feat: MFA 登录次数限制 4 years ago
filters.py feat(authentication): 类似腾讯企业邮单点登录功能 4 years ago
forms.py perf: 优化登录页面,非常给力 4 years ago
mixins.py feat: MFA 登录次数限制 4 years ago
models.py fix: 修复用户登录复核工单org_id为ROOT 4 years ago
serializers.py fix: 访问 tokens 接口更新用户最后登录时间 4 years ago
signals.py
signals_handlers.py fix: 修复MFA绑定失败的问题(通过修改session中auth_backend的key实现;django.auth.get_user时校验backends路径失败返回AnonymousUser) 4 years ago
tasks.py [Update] 基本完成登录逻辑 5 years ago
tests.py feat(login password ecrypt): 登录密码加密传输 4 4 years ago
utils.py perf: 删除`pycryptodome`依赖包安装(因为`pycryptodome`和`pycrypto`安装包目录冲突);只安装 `pycryptodomex`依赖包; 修改 `from crypto` 为 `from cryptodome` 4 years ago