Page MenuHomePhabricator

Reset 2FA for user @Az1568
Closed, ResolvedPublic

Description

As requested via email by that user. (My rights on iridium aren't sufficient to reset 2FA for that user who cannot log in at all anymore.)

I've checked the date and phrase of that user's committed identity sha512 hash blah which the user had sent via GPG-encrypted email.

Event Timeline

Aklapper assigned this task to chasemp.
Aklapper raised the priority of this task from to Medium.
Aklapper updated the task description. (Show Details)
Aklapper added a project: Phabricator.
Aklapper added subscribers: Aklapper, Az1568.
chasemp added subscribers: mmodell, chasemp.

I am going to hand this off to @mmodell as there are some errors here taht may have to do with versions of things on disk.

/srv/phab/phabricator/bin/auth strip --user Az1568 --all-types
[2015-06-15 17:35:20] EXCEPTION: (PhutilMissingSymbolException) Failed to load class or interface 'PhutilDaemonHandle': the class or interface 'PhutilDaemonHandle' is not defined in the library map for any loaded phutil library. If this symbol was recently added or moved, your library map may be out of date. You can rebuild the map by running 'arc liberate'. For more information, see: http://www.phabricator.com/docs/phabricator/article/libphutil_Libraries_User_Guide.html at [<phutil>/src/__phutil_library_init__.php:25]
  #0 __phutil_autoload(string)
  #1 spl_autoload_call(string) called at [<phabricator>/src/applications/daemon/event/PhabricatorDaemonEventListener.php:8]
  #2 PhabricatorDaemonEventListener::register() called at [<phabricator>/src/infrastructure/events/PhabricatorEventEngine.php:42]
  #3 PhabricatorEventEngine::initialize() called at [<phabricator>/src/infrastructure/env/PhabricatorEnv.php:125]
  #4 PhabricatorEnv::initializeCommonEnvironment() called at [<phabricator>/src/infrastructure/env/PhabricatorEnv.php:68]
  #5 PhabricatorEnv::initializeScriptEnvironment() called at [<phabricator>/scripts/__init_script__.php:21]
  #6 init_phabricator_script() called at [<phabricator>/scripts/__init_script__.php:24]
  #7 require_once(string) called at [<phabricator>/scripts/setup/manage_auth.php:5]

arc liberate did the trick.

@Aklapper can you notify Az1568 that it's been reset?

Awesome. Thanks for your help everybody!