Page MenuHomePhabricator

[native] Disable autoCapitalize for LegacyRegisterPanel and EditPassword
ClosedPublic

Authored by ashoat on Jul 9 2024, 1:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 16, 1:24 AM
Unknown Object (File)
Tue, Mar 4, 2:12 AM
Unknown Object (File)
Feb 28 2025, 7:01 PM
Unknown Object (File)
Feb 3 2025, 3:51 AM
Unknown Object (File)
Jan 19 2025, 9:24 PM
Unknown Object (File)
Jan 13 2025, 5:31 AM
Unknown Object (File)
Dec 28 2024, 4:31 PM
Unknown Object (File)
Dec 26 2024, 1:30 PM
Subscribers

Details

Summary

Addresses ENG-8602. We want consistency on all password inputs; otherwise, the user will end up with a different string depending on which input they used. I think the mismatch between LegacyRegisterPanel/LogInPanel is contributing to user reports that they forgot their password, or that the password doesn't match up anymore.

A better solution here would be to try to factor out all password inputs in our app, but I didn't have time for that given our launch schedule this month.

Test Plan

This is a really simple diff. I relied on Flow

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

native/chat/settings/delete-thread.react.js
171–181 ↗(On Diff #42174)

These were accidentally missed in D6103. I noticed them while searching around the codebase for password inputs

ashoat requested review of this revision.Jul 9 2024, 1:59 PM
This revision is now accepted and ready to land.Jul 9 2024, 2:06 PM