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.
 
 
 
 
Bai 6e91217303 perf(authentication): 修改用户登录页面,使用其他方式认证时点击忘记密码提示联系管理员 4 years ago
..
api feat(auth): sso 生成的地址重复访问的时候,重定向到用户指定的 next 地址 4 years ago
backends fix: 修复middleware引起的bug 4 years ago
migrations feat(authentication): 类似腾讯企业邮单点登录功能 4 years ago
templates/authentication perf(authentication): 修改用户登录页面,使用其他方式认证时点击忘记密码提示联系管理员 4 years ago
urls feat(authentication): 超级管理员密码不能是`admin` 4 years ago
views perf(authentication): 修改用户登录页面,使用其他方式认证时点击忘记密码提示联系管理员 4 years ago
__init__.py
admin.py
apps.py
const.py refactor(authentication): 密码解密抽取成方法 4 years ago
errors.py feat(authentication): 超级管理员密码不能是`admin` 4 years ago
filters.py feat(authentication): 类似腾讯企业邮单点登录功能 4 years ago
forms.py feat(authenticaion): 添加登录页面验证码与MFA开关 4 years ago
mixins.py fix(authentication): 登录复核Not found 4 years ago
models.py fix(tickets): 调整登录确认工单 title 4 years ago
serializers.py fix(authentication): `SSO`登录添加 `next_url` 4 years ago
signals.py [Update] 修改authentication目录结构 6 years ago
signals_handlers.py feat(authentication):将cas认证通过的登录日志记录到系统 4 years ago
tasks.py [Update] 基本完成登录逻辑 5 years ago
tests.py feat(login password ecrypt): 登录密码加密传输 4 4 years ago
utils.py fix(authentication): 修复登录时有时解密失败 4 years ago