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)
Thu, Apr 17, 11:12 PM
Unknown Object (File)
Wed, Apr 16, 3:41 PM
Unknown Object (File)
Wed, Apr 16, 8:16 AM
Unknown Object (File)
Tue, Apr 15, 10:04 PM
Unknown Object (File)
Mon, Apr 14, 11:32 PM
Unknown Object (File)
Thu, Apr 3, 3:22 AM
Unknown Object (File)
Mar 16 2025, 1:24 AM
Unknown Object (File)
Mar 4 2025, 2:12 AM
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