nodeSolidServer / nodeSolidServer/node-solid-server
Add password strength meter and validation on the change password page
還沒有人認領這個 Issue。
- 主要語言
- JavaScript
- 星號
- 1.8k
- 分支
- 308
- PR 合併指標
- 30 天內沒有已合併 PR
描述
As raised by @megoth in https://github.com/solid/node-solid-server/pull/842
Not directly related, but more of a note to self: We've added repeat password on another page, we probably should do that here as well.
But for this case, we need to find a good markup of the password component. I've used two divs with
col-md-3in the previous design, so might revert something a bit here, unless you have a better suggestion?
Originally posted by @megoth in https://github.com/solid/node-solid-server/pull/842
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
先檢視 pull request 842 中的討論,並找到其中提及的 change-password 頁面。在該頁面加入密碼強度計與驗證功能,包括討論中建議的重複密碼行為;完成的標準是頁面能以可見方式衡量強度,並拒絕無效或不相符的密碼。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- javascript
- 領域
- authentication, frontend
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100