-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
980a2e5
commit 9a956b3
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,11 @@ A modern and secure Windows app for managing your 2FA authentification codes. | |
|
||
## Download | ||
|
||
You can download the latest version of 2FAGuard [from the official website](https://2faguard.app#download) or directly from the Releases section of this repository. The app is also available on the [Microsoft Store](https://apps.microsoft.com/detail/9p6hr4gszjrm) and supports Windows 10 (1903+) and 11. | ||
You can download the latest version of 2FAGuard [from the official website](https://2faguard.app#download) or directly from the Releases section of this repository. The app is also available on the [Microsoft Store](https://apps.microsoft.com/detail/9p6hr4gszjrm) and supports Windows 10 (1903+) and 11. Another options is to use the winget package manager: | ||
|
||
```sh | ||
winget install timokoessler.2FAGuard | ||
``` | ||
|
||
## FAQ | ||
|
||
|
@@ -35,6 +39,10 @@ This app is only available for Windows 10 1903 and higher. For Android I recomme | |
**What can I do if I lost my login data?** | ||
If you lost your password and cannot use an additional login method like Windows Hello, you will no longer have access to your tokens. If you want to reset the app and start over, you can delete the app data. Note that this will delete all your tokens and settings. For the Windows Store version, you can delete the app data in the Windows settings under Apps -> 2FAGuard -> Advanced Options -> Reset. If you are using the classic installation, delete the directory C:\Users\%username%\AppData\Local\2FAGuard. | ||
|
||
## Contributing | ||
|
||
Any contribution is greatly appreciated 🥳. Please take a look at [Contributing](https://github.com/timokoessler/2FAGuard/blob/main/CONTRIBUTING.md) for more information. | ||
|
||
## Contact | ||
|
||
If a public GitHub issue or discussion is not the right choice for your concern, you can contact me directly via email: [[email protected]](mailto:[email protected]). If you want to encrypt your message, take a look at the [imprint](https://2faguard.app/imprint) for my PGP and S/MIME keys. | ||
|