Page MenuHomePhabricator

Remove "passwordHash" and "passwordSalt" from User objects
ClosedPublic

Authored by epriestley on Jan 22 2018, 1:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 21, 3:20 PM
Unknown Object (File)
Wed, Feb 28, 1:31 PM
Unknown Object (File)
Wed, Feb 28, 11:42 AM
Unknown Object (File)
Feb 16 2024, 9:12 AM
Unknown Object (File)
Feb 6 2024, 8:02 PM
Unknown Object (File)
Feb 2 2024, 7:36 PM
Unknown Object (File)
Jan 23 2024, 6:40 AM
Unknown Object (File)
Dec 26 2023, 8:21 PM
Subscribers
None

Details

Summary

Ref T13043. After D18903, this data has migrated to shared infrastructure and has no remaining readers or writers.

Just delete it now, since the cost of a mistake here is very small (users need to "Forgot Password?" and pick a new password).

Test Plan

Grepped for passwordHash, passwordSalt, and variations.

Diff Detail

Repository
rP Phabricator
Branch
revoke14
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 19107
Build 25795: Run Core Tests
Build 25794: arc lint + arc unit