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
ibuler 8ca2522c71
fix: 修改tokent中信息中没有返回 Protocols 的问题
4 years ago
..
api fix: 修改tokent中信息中没有返回 Protocols 的问题 4 years ago
backends fix: LDAP 自动创建的用户有多余的空格 4 years ago
migrations feat(authentication): 类似腾讯企业邮单点登录功能 4 years ago
templates/authentication perf: 优化,添加登录页面图片链接到 github 4 years ago
urls feat: 管理员可以设置用户是否下次登录需修改密码 (#6006) 4 years ago
views perf: 优化登录前修改密码 4 years ago
__init__.py
admin.py
apps.py
const.py refactor(authentication): 密码解密抽取成方法 4 years ago
errors.py perf: 优化登录前修改密码 4 years ago
filters.py feat(authentication): 类似腾讯企业邮单点登录功能 4 years ago
forms.py perf: 优化登录页面,非常给力 4 years ago
mixins.py perf: 优化登录前修改密码 4 years ago
models.py fix: 修复用户登录复核工单org_id为ROOT 4 years ago
serializers.py fix: 修改tokent中信息中没有返回 Protocols 的问题 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
tests.py
utils.py perf: 删除`pycryptodome`依赖包安装(因为`pycryptodome`和`pycrypto`安装包目录冲突);只安装 `pycryptodomex`依赖包; 修改 `from crypto` 为 `from cryptodome` 4 years ago