Merged
Conversation
Add a new "Security & Password" settings page to Settings V2 with: - Manage wallet recovery item (links to SRP reveal, shows "Back up incomplete" tag) - Password item (links to password change) - Auto-lock item with sub-page for selecting lock duration from presets - Phishing detection toggle Includes route constants, settings registry entry, lazy-loaded routing, i18n keys (en/en_GB), and comprehensive unit tests (23 tests across 5 files). Made-with: Cursor
ui/pages/settings-v2/security-and-password-tab/security-and-password-tab.tsx
Show resolved
Hide resolved
ui/pages/settings-v2/security-and-password-tab/password-item.tsx
Outdated
Show resolved
Hide resolved
ui/pages/settings-v2/security-and-password-tab/auto-lock-item.test.tsx
Outdated
Show resolved
Hide resolved
ameliejyc
reviewed
Mar 17, 2026
ui/pages/settings-v2/security-and-password-tab/auto-lock-utils.ts
Outdated
Show resolved
Hide resolved
ui/pages/settings-v2/security-and-password-tab/password-item.tsx
Outdated
Show resolved
Hide resolved
ui/pages/settings-v2/security-and-password-tab/auto-lock-item.tsx
Outdated
Show resolved
Hide resolved
ui/pages/settings-v2/security-and-password-tab/auto-lock-item.tsx
Outdated
Show resolved
Hide resolved
ameliejyc
reviewed
Mar 17, 2026
ui/pages/settings-v2/security-and-password-tab/manage-wallet-recovery-item.tsx
Outdated
Show resolved
Hide resolved
ui/pages/settings-v2/security-and-password-tab/security-and-password-tab.tsx
Show resolved
Hide resolved
Contributor
Builds ready [5a2c9d6]
⚡ Performance Benchmarks
🌐 Dapp Page Load BenchmarksCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Contributor
Builds ready [1129887]
⚡ Performance Benchmarks
🌐 Dapp Page Load BenchmarksCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
ameliejyc
previously approved these changes
Mar 18, 2026
sahar-fehri
reviewed
Mar 18, 2026
sahar-fehri
previously approved these changes
Mar 18, 2026
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
ui/pages/settings-v2/security-and-password-tab/security-and-password-tab.tsx
Show resolved
Hide resolved
ui/pages/settings-v2/security-and-password-tab/manage-wallet-recovery-item.tsx
Show resolved
Hide resolved
AndyMBridges
approved these changes
Mar 19, 2026
ameliejyc
approved these changes
Mar 19, 2026
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Add a new "Security & Password" settings page to Settings V2 with:
Description
Changelog
CHANGELOG entry: Added Security & Password page to the redesigned settings
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Screen.Recording.2026-03-17.at.11.58.47.AM.mov
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Medium Risk
Adds new Settings V2 navigation and UI that updates security-related preferences (notably auto-lock timer) via Redux actions; incorrect routing or value handling could impact locking behavior and user security expectations.
Overview
Adds a new Settings V2 tab, Security and password, with menu/route registry entries and i18n strings for its labels.
The tab introduces items to manage wallet recovery (links to SRP reveal and shows a Back up incomplete tag when SRP isn’t backed up), change password, toggle phishing detection, and view/edit auto-lock. Auto-lock now has a dedicated sub-page with preset durations (including Never), a formatter for preset/custom labels (rounding long decimals), and new route wiring in
settings-v2.tsx.Updates/extends Jest console baselines and adds unit tests covering the new tab, auto-lock formatting/selection flow, and wallet recovery tag behavior.
Written by Cursor Bugbot for commit 9301ced. This will update automatically on new commits. Configure here.