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)
Wed, Jun 4, 6:30 AM
Unknown Object (File)
May 9 2025, 3:46 AM
Unknown Object (File)
Apr 29 2025, 8:31 AM
Unknown Object (File)
Apr 28 2025, 6:47 PM
Unknown Object (File)
Apr 17 2025, 11:42 AM
Unknown Object (File)
Apr 17 2025, 11:42 AM
Unknown Object (File)
Apr 17 2025, 1:24 AM
Unknown Object (File)
Mar 29 2025, 5:40 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable