App 端登录页建议增加“重置密码”功能
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4.7k
- Forks
- 719
- Avg merge
- 4h 30m
- Merged PRs (30d)
- 83
Description
目前在MonkeyCode App的登录页面中,没有找到“重置密码”或“忘记密码”的入口。当用户长时间未登录导致密码遗忘时,无法在App端自行找回,只能跳转到Web端操作或联系管理员处理,使用体验不够方便。对于移动端用户来说,希望所有登录相关操作都能在App内闭环完成。希望在App登录页面的“登录”按钮下方增加一个“忘记密码?”的文字入口。点击后进入密码重置流程,支持通过绑定邮箱或手机验证码等方式进行身份验证,验证通过后允许用户设置新密码。整个流程尽量轻量,与现有账号体系保持一致。
我的UID:01a03254-5bbb-7e95-8271-88e6dcaa6007
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named in the issue. Start by locating the app login page and reviewing the existing Web password-reset flow and account verification methods. Done means the app exposes a “Forgot password?” entry, completes verification and password setup within the app, and remains consistent with the existing account system.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- authentication, mobile-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100