We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我预期给出两个解决方案:
1.“记住密码”保留,如果出现:Incrorrect Password...或者状态码(比如401)就回到最初的登录页面
2.删掉“记住密码”,判断令牌是否过期,如果过期就给出两个解决按钮: (1)使用旧令牌继续登录 - 使用旧token继续进入游戏 (这个是可选实现,可以直接考虑按钮2) (2)重新输入密码 - 回到最初的登录界面重新输入账号密码
用户在重置密码后 PCL 仍会尝试使用之前保存的旧密码进行登录,但由于新旧密码不一致,用户无法正常登录 退出登录按钮默认隐藏,用户难以退出登录模式
The text was updated successfully, but these errors were encountered:
No branches or pull requests
检查项
描述
我预期给出两个解决方案:
1.“记住密码”保留,如果出现:Incrorrect Password...或者状态码(比如401)就回到最初的登录页面
2.删掉“记住密码”,判断令牌是否过期,如果过期就给出两个解决按钮:
(1)使用旧令牌继续登录 - 使用旧token继续进入游戏 (这个是可选实现,可以直接考虑按钮2)
(2)重新输入密码 - 回到最初的登录界面重新输入账号密码
原因
用户在重置密码后 PCL 仍会尝试使用之前保存的旧密码进行登录,但由于新旧密码不一致,用户无法正常登录
退出登录按钮默认隐藏,用户难以退出登录模式
The text was updated successfully, but these errors were encountered: