Bug 215072

Summary: 2-factor auth device lost
Product: Services Reporter: Renato Botelho <garga>
Component: Code ReviewAssignee: Phabric Admin <phabric-admin>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: unspecified   
Hardware: Any   
OS: Any   

Description Renato Botelho freebsd_committer freebsd_triage 2016-12-05 14:49:31 UTC
I have 2-factor authentication enabled on my phabricator account and I lost my device where it was configured.

I didn't find an obvious way to reset it, how should I proceed?

Thanks
Comment 1 Mathieu Arnold freebsd_committer freebsd_triage 2016-12-05 16:35:34 UTC
root@reviews.nyi:/usr/local/www/phabricator/phabricator # bin/auth strip --user garga --all-types
These auth factors will be stripped:

    garga	totp	Mobile Phone App (TOTP)


    Strip these authentication factors? [y/N] y

Stripping authentication factors...
Done.
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2016-12-05 16:37:22 UTC
Thanks!