jumpserver/apps/authentication
2021-01-14 10:35:16 +08:00
..
api fix: bug 2021-01-14 10:35:16 +08:00
backends fix: 修复LDAP用户登录(未找到)时循环调用问题 2020-12-16 12:01:57 +08:00
migrations feat(authentication): 类似腾讯企业邮单点登录功能 2020-07-31 19:37:51 +08:00
templates/authentication fix: 修复由于更新django captch版本引起的css丢失问题 (#5204) 2020-12-10 20:48:10 +08:00
urls perf(auth): 密码过期后,走重置密码流程 #530 2020-12-10 16:06:26 +08:00
views perf(auth): 密码过期后,走重置密码流程 #530 2020-12-10 16:06:26 +08:00
__init__.py
admin.py
apps.py
const.py refactor(authentication): 密码解密抽取成方法 2020-08-12 18:27:41 +08:00
errors.py perf(auth): 密码过期后,走重置密码流程 #530 2020-12-10 16:06:26 +08:00
filters.py feat(authentication): 类似腾讯企业邮单点登录功能 2020-07-31 19:37:51 +08:00
forms.py fix: 修复由于更新django captch版本引起的css丢失问题 (#5204) 2020-12-10 20:48:10 +08:00
mixins.py perf(auth): 密码过期后,走重置密码流程 #530 2020-12-10 16:06:26 +08:00
models.py feat(login): 登录日志要体现用哪个backend登录的 #4472 (#5199) 2020-12-09 18:43:13 +08:00
serializers.py fix(authentication): SSO登录添加 next_url 2020-08-11 19:36:34 +08:00
signals_handlers.py fix: 获得 oidc acs 等认证方式失败 2020-12-15 18:36:37 +08:00
signals.py
tasks.py
tests.py
utils.py fix(authentication): 修复登录时有时解密失败 2020-08-19 21:42:07 +08:00