Please disable 2FA on my Wikitech account. I believe it was on an old Google Authenticator which has long since gone.
My Wikimedia account is also 2FA protected so I can make an edit on my userpage on EN WP if needed for validation.
Please disable 2FA on my Wikitech account. I believe it was on an old Google Authenticator which has long since gone.
My Wikimedia account is also 2FA protected so I can make an edit on my userpage on EN WP if needed for validation.
Usually the easiest identity verification method is "Have the user write a request to disable 2fa in their home directory on a CloudVPS/Toolforge bastion." One way to do this:
$ ssh bastion.wmflabs.org $ cd $HOME $ touch 2fa-reset-request.txt $ chmod 0600 2fa-reset-request.txt $ echo "https://phabricator.wikimedia.org/T256929" > 2fa-reset-request.txt $ echo "$(hostname -f):$(pwd)/2fa-reset-request.txt"
Then come back here and make a comment including the output of the last command.
@bd808 Done bastion-eqiad1-01.bastion.eqiad.wmflabs:/home/richs/2fa-reset-request.txt
$ ssh root@bastion-eqiad1-01.bastion.eqiad.wmflabs $ ls -lh /home/richs/2fa-reset-request.txt -rw------- 1 richs wikidev 42 Jul 1 23:44 /home/richs/2fa-reset-request.txt $ cat /home/richs/2fa-reset-request.txt https://phabricator.wikimedia.org/T256929 $ exit $ ssh labweb1001.wikimedia.org $ mwscript extensions/OATHAuth/maintenance/disableOATHAuthForUser.php --wiki=labswiki 'Rich Smith' OATHAuth disabled for Rich Smith.