-
-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import 2FAS #277
Comments
Hi, It's weird, your export file is missing a property normally available in 2FAs export. Could you open the 2fas file with a text editor and check how are composed the "otp":
{
"account": "My account",
"digits": 6,
"counter": 0,
"period": 30,
"algorithm": "SHA1",
"tokenType": "TOTP"
} How many don't have the |
Hi,
and indeed, this is the only one not having
infos |
and nice catch! thanks for the trick. Do you, by chance, know a solution to get that one working too? |
This is what I'm currently looking for. For now all the exports I made with 2FAs always had these missing props. Can you try this:
Do you get the same code? |
you rock! |
Version
5.0.2
Details & Steps to reproduce
Hi Everyone,
trying to import a 2fas file with the following scheme:
"schemaVersion":4,"appVersionCode":5000012,"appVersionName":"5.2.0","appOrigin":"android"
leads to "server error" message.
how could I proceed?
Expectation
import data from 2fas-backup.2fas (not encrypted)
Error & Logs
Execution environment
docker-compose
Containerization
Additional information
data folder on debian machine located on /2fauth, docker-compose used, and up.
The text was updated successfully, but these errors were encountered: