console icon indicating copy to clipboard operation
console copied to clipboard

feat: add hidden email input to password reset form for password manager

Open HarshMN2345 opened this issue 5 months ago • 2 comments

What does this PR do?

(Provide a description of what this PR does.)

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

Summary by CodeRabbit

  • New Features
    • Email is auto-populated from the URL into an off-screen hidden email field (for credential helpers); it is not submitted with the form.
    • Autocomplete enabled for "New password" and "Confirm password" inputs (autocomplete="new-password").
    • Password fields now accept more flexible autocomplete behavior to better support different password managers.
    • No layout or navigation changes; existing password bindings and submission behavior remain unchanged.

HarshMN2345 avatar Sep 28 '25 17:09 HarshMN2345