Page MenuHomePhabricator

Don't prompt to upgrade unset passwords
ClosedPublic

Authored by epriestley on Feb 20 2014, 3:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 28, 5:18 AM
Unknown Object (File)
Sat, Apr 27, 7:27 PM
Unknown Object (File)
Sun, Apr 21, 12:38 AM
Unknown Object (File)
Sun, Apr 21, 12:38 AM
Unknown Object (File)
Sun, Apr 21, 12:19 AM
Unknown Object (File)
Sun, Apr 21, 12:02 AM
Unknown Object (File)
Thu, Apr 11, 8:16 PM
Unknown Object (File)
Sun, Apr 7, 9:22 AM
Subscribers

Details

Summary

Fixes T4463. When your VCS or account password is not set, we test it for upgrade anyway. This doesn't make sense and throws shortly into the process because the empty hash isn't parseable.

Instead, only show upgrade prompts when the password exists.

Test Plan
  • Added a password to an existing account with no password via password reset.
  • Added a VCS password to an existing account with no VCS password.
  • Observed no fatals / nonsense behaviors.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped