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
halo 0f1d9bc3eb
fix: 忘记密码token失效发送验证码报错的问题
1 year ago
..
api fix: 忘记密码token失效发送验证码报错的问题 1 year ago
backends fix: 修复用户登录认证 MFA 输入错误时没有记录具体错误信息的问题 2 years ago
confirm
errors fix: 修复用户登录认证 MFA 输入错误时没有记录具体错误信息的问题 2 years ago
mfa feat: 自定义MFA认证逻辑 (#8891) 2 years ago
migrations perf: 优化一些 rbac 权限位,着重 connection token 的 1 year ago
models perf: 优化一些 rbac 权限位,着重 connection token 的 1 year ago
serializers perf: 优化一些 rbac 权限位,着重 connection token 的 1 year ago
templates/authentication perf: 调整登录页样式 2 years ago
urls perf: 优化找回密码页面 (#9045) 2 years ago
views perf: 修改经常遇到的登录超时 1 year 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 perf: 第三方用户认证错误信息提示(尤其是第三方认证跳转的情况) (#10446) 2 years ago
mixins.py perf: 优化登录 ticket 创建 1 year 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