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/users
xinwen 607b7fd29f
feat: MFA 登录次数限制
4 years ago
..
api feat: MFA 登录次数限制 4 years ago
forms feat: 添加限制用户只能从source登录的功能 (#5592) 4 years ago
migrations [fix]: 兼容django 3 (#5038) 4 years ago
models feat: MFA 登录次数限制 4 years ago
serializers fix: 修复 user profile all orgs 的bug 4 years ago
templates/users perf: 优化登录页面,非常给力 4 years ago
tests
urls feat: 为rdp 添加一个api 4 years ago
views fix: 修复MFA绑定失败的问题(通过修改session中auth_backend的key实现;django.auth.get_user时校验backends路径失败返回AnonymousUser) 4 years ago
__init__.py
apps.py
exceptions.py fix: 修复禁用 MFA 后还可以用 MFA 查看密码匣子 4 years ago
filters.py fix(users): 替换旧有角色常量 4 years ago
hands.py
signals.py
signals_handler.py feat: 添加限制用户只能从source登录的功能 (#5592) 4 years ago
tasks.py feat(login): 登录日志要体现用哪个backend登录的 #4472 (#5199) 4 years ago
utils.py feat: MFA 登录次数限制 4 years ago