Page MenuHomePhabricator

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

Authored by epriestley on Jan 22 2018, 1:20 AM.
Tags
None
Referenced Files
F13092086: D18904.diff
Thu, Apr 25, 3:24 AM
Unknown Object (File)
Fri, Apr 19, 7:07 PM
Unknown Object (File)
Thu, Apr 11, 10:46 AM
Unknown Object (File)
Sun, Mar 31, 6:42 PM
Unknown Object (File)
Mar 21 2024, 3:20 PM
Unknown Object (File)
Feb 28 2024, 1:31 PM
Unknown Object (File)
Feb 28 2024, 11:42 AM
Unknown Object (File)
Feb 16 2024, 9:12 AM
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