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
Bai 48b937d867
fix: 修复手动登录用户失败的问题
2 years ago
..
api feat: connection-token 添加重联兑换 API 2 years ago
backends perf: 修改变量名 2 years ago
confirm fix: 修改mfa check 判断 (#8561) 2 years ago
errors perf: 修改 asset 结构 2 years ago
mfa feat: 自定义MFA认证逻辑 (#8891) 2 years ago
migrations perf: input_secret (#9542) 2 years ago
models fix: 修复手动登录用户失败的问题 2 years ago
serializers perf: 会话新增 account_id 2 years ago
templates/authentication perf: 调整登录页样式 2 years ago
urls perf: 优化找回密码页面 (#9045) 2 years ago
views feat: 支持飞书国际版(lark) 2 years ago
__init__.py
admin.py
apps.py pref: 修改 activity log (#9571) 2 years ago
const.py feat: 自定义MFA认证逻辑 (#8891) 2 years ago
filters.py
forms.py perf: 优化忘记密码,用户无手机号时无法使用手机号重置密码 2 years ago
middleware.py fix: 修复第三方用户登录复核时,可以跳过的问题 2 years ago
mixins.py fix: 修复认证MFA失败次数清空问题 2 years ago
notifications.py
signal_handlers.py feat: 支持自定义认证 backend;统一其他认证方式的信号触发逻辑; 2 years ago
signals.py feat: 支持自定义认证 backend;统一其他认证方式的信号触发逻辑; 2 years ago
tasks.py pref: 修改 activity log (#9571) 2 years ago
tests.py
utils.py fix: 修改认证重定向地址 scheme 取值逻辑 2 years ago