-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
登录及修改密码相关的接口应该使用【密文】传递密码 #126
Comments
可能的前端加密方案: https://github.com/travist/jsencrypt 后端以私钥解密后,保持原逻辑不变 |
临时使用 base64 隐藏明文 |
需要变更, 提交 PR 到两个项目:
注意企业版/社区版的登录页面是两个 account/login.html和account/login_ce.html, 需要一起改 |
需求:蓝鲸登录前端密码传输时,rsa加密处理 修改内容:
|
看起来流程都是 OK 的,用户管理还有修改密码部分,看看要不要一并修改了? |
需求:修改、重置密码时传输加密 后端修改修改模块:bk-user/src/saas
----------补充步骤 |
登录的已合并: #532 |
No description provided.
The text was updated successfully, but these errors were encountered: