-
Notifications
You must be signed in to change notification settings - Fork 45
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
Update from 1.2.3 to 1.2.4 breaks the 2fa file #56
Comments
Same here, 1.2.4 cannot open the previous datafile - reports wrong password. Please consider rollback of the 1.2.4 from the MSstore. |
I updated from version 1.2.0 to version 1.2.4 and I got the same error, since we use 2 fast in the company, other users already reported this problem. Well thank you M |
Ideally, replace version 1.2.4 from MS store and return version 1.2.3 there for now. |
Thank you for posting this issue, I will investigate this issue this evening. In my tests no errors have been detected. Have you tried to open the .2fa file via Windows explorer? Is the same error in this case visible? |
I tried now, "Error" The password doesn't match the password of the data file." colleague too.. |
Before I had version 1.2.0.. everything downloaded from MS Store. |
I can confirm the same behavior reported by @imarkone . |
I can confirm the issue. |
Can someone create an example 2fa file where the problem can be reproduced and upload it here with the corresponding password? |
Created a file with 1.2.3 and upgraded to 1.2.4 -> no issues I can't attach the file to this post because the file type is not supported |
Same here. On two different devices I suddenly have "invalid password". I didn't see any update history, but I created the 2fa already months ago and had no problems until now. |
I have identified the problem. I created a versioning for the data file template long time ago, as I wanted to make a change with version 1.3.0 and did not want to risk any problems due to a last-minute change. As a workaroundThe version after the IV can be added to the data file, after that, all runs great: "IV":"YOUR_IV_DO_NOT_EDIT","Version":1 I have now uploaded the older app version 1.2.3 to the store for reactivation until i adjusted the query with a new version and implemented an error handling for it. I would like to apologise for any inconvenience. |
if users have already updated to 1.2.4.0 how to we revert back to 1.2.3 Thank for your attention to this. I had to disable MFA for all my users this morning to allow them to log in. |
According to current information, no password change is taking place in the background, as the new password is being tested for decryption, which continues to fail if (await ViewModel.TestPassword())
{
await ViewModel.ChangePasswordInFileAndDB();
} When the new version is distributed tomorrow, according to current information, everything will work as it should (with the old password). |
Ok, thank you I will just hold out for tomorrow. |
Thank you Mr. Weber, in the future, if you need beta testing of the application, let me know, I will be happy to test the application. |
This works! Thanks. |
Can you release a new version for that fix? |
I would like to do this, but the MS Store services have currently problems… |
The update 1.2.5 is now available in the store |
Hello, everything is functional after the update. Thank you |
Describe the bug
After updating the app from version 1.2.3 to 1.2.4 via Microsoft Store, I am no longer able to access my data. As I insert the master password, I get an "invalid data file" error or something. Apparently, the update broke something with the .2fa file, as the path pointing to it in app settings is correct. However, the issue is very easy to reproduce: just update the app.
Steps to Reproduce
Expected behavior
Environment
App Version(s): 1.2.4
Windows 10 Pro Build Number:
The text was updated successfully, but these errors were encountered: