Page MenuHomePhabricator

[keyserver] Remove deprectaed uses of updateTypes.UPDATE_CURRENT_USER
ClosedPublic

Authored by inka on Mar 14 2024, 6:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 7:23 AM
Unknown Object (File)
Sun, Apr 7, 2:44 AM
Unknown Object (File)
Wed, Apr 3, 2:22 AM
Unknown Object (File)
Wed, Apr 3, 2:22 AM
Unknown Object (File)
Mar 29 2024, 8:53 PM
Unknown Object (File)
Mar 28 2024, 12:54 AM
Unknown Object (File)
Mar 27 2024, 5:32 PM
Unknown Object (File)
Mar 25 2024, 4:44 PM
Subscribers

Details

Summary

issue: ENG-7205
The two removed files are scripts. They were not used anywhere in the code (they were supposed to be run manually). Now that identity service is the administrator of user data, it doesn't make sense to run scripts that change user data on keyserver.

In accountUpdater updates were created back when password was stored in CurrentUserInfo. See D1470. Now accountUpdater is only used for updating passwords, so there are no changes to curentUserInfo it can make

Test Plan

Tested that it is still possible to change the password and then login on this user account from both web and native

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable