From 8abaea39cd1db940cc919b843509f1674e665e3a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:26 -0500 Subject: [PATCH 0001/2741] New translations en.json (Romanian) --- _data/locales/default/ro.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/ro.json diff --git a/_data/locales/default/ro.json b/_data/locales/default/ro.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/ro.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From b33aafec98716d5771a1c0e27e77aad2823d7562 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:27 -0500 Subject: [PATCH 0002/2741] New translations debug-info.md (Polish) --- docs/pl/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/pl/debug-info.md diff --git a/docs/pl/debug-info.md b/docs/pl/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/pl/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From f3e719dca95db866c4e17c27be67f23068d6600c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:28 -0500 Subject: [PATCH 0003/2741] New translations otp-backup.md (Polish) --- docs/pl/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/pl/otp-backup.md diff --git a/docs/pl/otp-backup.md b/docs/pl/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/pl/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From b9f161a3e56e12b60d1dddbb24840e03c53efcb2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:29 -0500 Subject: [PATCH 0004/2741] New translations otp-backup-developer.md (Polish) --- docs/pl/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/pl/otp-backup-developer.md diff --git a/docs/pl/otp-backup-developer.md b/docs/pl/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/pl/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 98178f9b552282009f2d53c124b52c83be36e8a5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:30 -0500 Subject: [PATCH 0005/2741] New translations opera-install.md (Polish) --- docs/pl/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/pl/opera-install.md diff --git a/docs/pl/opera-install.md b/docs/pl/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/pl/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 9d651ce04c14b71e6fd4ef4169b2b4bdf5baa2a2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:31 -0500 Subject: [PATCH 0006/2741] New translations manual-update.md (Polish) --- docs/pl/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/pl/manual-update.md diff --git a/docs/pl/manual-update.md b/docs/pl/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/pl/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 3a5fb47ed1ec48da74cafb268891fcadf0dfc44a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:32 -0500 Subject: [PATCH 0007/2741] New translations lost-codes.md (Polish) --- docs/pl/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/pl/lost-codes.md diff --git a/docs/pl/lost-codes.md b/docs/pl/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/pl/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From f56d3f3df42294dc51a2dcb1d4d4f0f7e041166f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:33 -0500 Subject: [PATCH 0008/2741] New translations index.md (Polish) --- docs/pl/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/pl/index.md diff --git a/docs/pl/index.md b/docs/pl/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/pl/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From 68a9f93c651cf181c9ef23cbb7e114d1f5055091 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:38 -0500 Subject: [PATCH 0009/2741] New translations firefox-issues.md (Polish) --- docs/pl/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/pl/firefox-issues.md diff --git a/docs/pl/firefox-issues.md b/docs/pl/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/pl/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 7c605f1dbb8f258327e0f47c2a1130aa673a34fe Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:39 -0500 Subject: [PATCH 0010/2741] New translations edge-privacy.md (Polish) --- docs/pl/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/pl/edge-privacy.md diff --git a/docs/pl/edge-privacy.md b/docs/pl/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/pl/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From e42cbf93c217c98ce01d2a3f8ac556fe91ba7e57 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:40 -0500 Subject: [PATCH 0011/2741] New translations edge-issues.md (Polish) --- docs/pl/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/pl/edge-issues.md diff --git a/docs/pl/edge-issues.md b/docs/pl/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/pl/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From c3537000da6a03e21327ba0a8f7b083dd7508fd1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:42 -0500 Subject: [PATCH 0012/2741] New translations edge-backup.md (Polish) --- docs/pl/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/pl/edge-backup.md diff --git a/docs/pl/edge-backup.md b/docs/pl/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/pl/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 278f626ce1d1f6300e1e51243e42319b1d0d16d6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:43 -0500 Subject: [PATCH 0013/2741] New translations chrome-issues.md (Polish) --- docs/pl/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/pl/chrome-issues.md diff --git a/docs/pl/chrome-issues.md b/docs/pl/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/pl/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 9195da662b7d1b4d4b5fe399eb1efc75407eedf0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:44 -0500 Subject: [PATCH 0014/2741] New translations en.json (Portuguese) --- _data/locales/default/pt.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/pt.json diff --git a/_data/locales/default/pt.json b/_data/locales/default/pt.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/pt.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From 3bdaf8fd6b3af8407eadf6a1e8844d9b34d672b8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:46 -0500 Subject: [PATCH 0015/2741] New translations account-types.md (Polish) --- docs/pl/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/pl/account-types.md diff --git a/docs/pl/account-types.md b/docs/pl/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/pl/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 3d7de018d5d31a858d490cd9331dc922b2544595 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:47 -0500 Subject: [PATCH 0016/2741] New translations en.yml (Polish) --- _data/locales/sidebar/pl.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/pl.yml diff --git a/_data/locales/sidebar/pl.yml b/_data/locales/sidebar/pl.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/pl.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From cdd92666e545aa707128dd0e1470d15b380dcd26 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:48 -0500 Subject: [PATCH 0017/2741] New translations en.json (Polish) --- _data/locales/default/pl.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/pl.json diff --git a/_data/locales/default/pl.json b/_data/locales/default/pl.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/pl.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From ff9a99c9bbdc8ff5616316548d4f16fb746613a8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:49 -0500 Subject: [PATCH 0018/2741] New translations policy-config.md (Norwegian) --- docs/no/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/no/policy-config.md diff --git a/docs/no/policy-config.md b/docs/no/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/no/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From f511e7825a1725f17da81e46bde2e3de04978b2f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:50 -0500 Subject: [PATCH 0019/2741] New translations otp-backup.md (Norwegian) --- docs/no/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/no/otp-backup.md diff --git a/docs/no/otp-backup.md b/docs/no/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/no/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 14658577c9225025e0b1615f3e932e580b670699 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:51 -0500 Subject: [PATCH 0020/2741] New translations otp-backup-developer.md (Norwegian) --- docs/no/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/no/otp-backup-developer.md diff --git a/docs/no/otp-backup-developer.md b/docs/no/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/no/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From dfb85ea771e8fbeece1d178bb500eaf9a24e87e4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:52 -0500 Subject: [PATCH 0021/2741] New translations opera-install.md (Norwegian) --- docs/no/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/no/opera-install.md diff --git a/docs/no/opera-install.md b/docs/no/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/no/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 1feb49d13806f3a0a60705327e2c2c74e4f94341 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:53 -0500 Subject: [PATCH 0022/2741] New translations manual-update.md (Norwegian) --- docs/no/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/no/manual-update.md diff --git a/docs/no/manual-update.md b/docs/no/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/no/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From b5dd1cad5131041d686639b9f231fc950133b81f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:54 -0500 Subject: [PATCH 0023/2741] New translations lost-codes.md (Norwegian) --- docs/no/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/no/lost-codes.md diff --git a/docs/no/lost-codes.md b/docs/no/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/no/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From d2b66e24acd89510ac8f466ece09f0c86153587a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:55 -0500 Subject: [PATCH 0024/2741] New translations index.md (Norwegian) --- docs/no/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/no/index.md diff --git a/docs/no/index.md b/docs/no/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/no/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From da4d4718602a334f8c2cb05ad9f1ecce6ef871dd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:56 -0500 Subject: [PATCH 0025/2741] New translations firefox-issues.md (Norwegian) --- docs/no/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/no/firefox-issues.md diff --git a/docs/no/firefox-issues.md b/docs/no/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/no/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From aa3f9521b70a591a990f21fe4f876d2fd1919283 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:57 -0500 Subject: [PATCH 0026/2741] New translations policy-config.md (Polish) --- docs/pl/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/pl/policy-config.md diff --git a/docs/pl/policy-config.md b/docs/pl/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/pl/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From 62e40035f98c13d2f3df84daf51736737ffde8d7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:58 -0500 Subject: [PATCH 0027/2741] New translations en.yml (Portuguese) --- _data/locales/sidebar/pt.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/pt.yml diff --git a/_data/locales/sidebar/pt.yml b/_data/locales/sidebar/pt.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/pt.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From eafb1a1c0a5e37e8983d742801e8df7a821e57bd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:34:59 -0500 Subject: [PATCH 0028/2741] New translations edge-issues.md (Norwegian) --- docs/no/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/no/edge-issues.md diff --git a/docs/no/edge-issues.md b/docs/no/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/no/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 4b97b41f9cd353a8e6742e54e8a2064de91d96c3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:00 -0500 Subject: [PATCH 0029/2741] New translations policy-config.md (Portuguese) --- docs/pt/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/pt/policy-config.md diff --git a/docs/pt/policy-config.md b/docs/pt/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/pt/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From 275370f6777aa885f8b6de47c10010c3bc5a08a8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:01 -0500 Subject: [PATCH 0030/2741] New translations lost-codes.md (Russian) --- docs/ru/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/ru/lost-codes.md diff --git a/docs/ru/lost-codes.md b/docs/ru/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/ru/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 5b4c15e91db7858142d856d9cf547dcee89d51e6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:02 -0500 Subject: [PATCH 0031/2741] New translations index.md (Russian) --- docs/ru/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/ru/index.md diff --git a/docs/ru/index.md b/docs/ru/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/ru/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From a2d22e3efbadf7ee6852313fe5033f325553442f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:03 -0500 Subject: [PATCH 0032/2741] New translations firefox-issues.md (Russian) --- docs/ru/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/ru/firefox-issues.md diff --git a/docs/ru/firefox-issues.md b/docs/ru/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/ru/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From a28d8023e9d51c65635d109883e2be44c0e9b549 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:04 -0500 Subject: [PATCH 0033/2741] New translations edge-privacy.md (Russian) --- docs/ru/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/ru/edge-privacy.md diff --git a/docs/ru/edge-privacy.md b/docs/ru/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/ru/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From a847cdc5b62da87b52db9238f295cb7372dc85dd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:05 -0500 Subject: [PATCH 0034/2741] New translations edge-issues.md (Russian) --- docs/ru/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/ru/edge-issues.md diff --git a/docs/ru/edge-issues.md b/docs/ru/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/ru/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From e994842d97bc007c05a864059c0d887649ca6f61 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:06 -0500 Subject: [PATCH 0035/2741] New translations edge-backup.md (Russian) --- docs/ru/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/ru/edge-backup.md diff --git a/docs/ru/edge-backup.md b/docs/ru/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/ru/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 2e8ecb74f29cdded0ceaf93591434b7259322774 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:07 -0500 Subject: [PATCH 0036/2741] New translations debug-info.md (Russian) --- docs/ru/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/ru/debug-info.md diff --git a/docs/ru/debug-info.md b/docs/ru/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/ru/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From d7d8b844045b9d7e62c6921365c6b97c389adcd5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:08 -0500 Subject: [PATCH 0037/2741] New translations chrome-issues.md (Russian) --- docs/ru/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/ru/chrome-issues.md diff --git a/docs/ru/chrome-issues.md b/docs/ru/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/ru/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From a99cc59c0c8fea252dc57ba4f9fac56e54f72974 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:09 -0500 Subject: [PATCH 0038/2741] New translations account-types.md (Russian) --- docs/ru/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/ru/account-types.md diff --git a/docs/ru/account-types.md b/docs/ru/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/ru/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 7c332a5b0ac122f0a5c74a0fbc8ccecf78aa7397 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:10 -0500 Subject: [PATCH 0039/2741] New translations en.yml (Russian) --- _data/locales/sidebar/ru.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/ru.yml diff --git a/_data/locales/sidebar/ru.yml b/_data/locales/sidebar/ru.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/ru.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 373335b00bcf260e7d73844523b730ce73dde114 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:11 -0500 Subject: [PATCH 0040/2741] New translations en.json (Russian) --- _data/locales/default/ru.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/ru.json diff --git a/_data/locales/default/ru.json b/_data/locales/default/ru.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/ru.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From 2f616e66226cec6e5fec61fa1119d4cec4b2b44e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:12 -0500 Subject: [PATCH 0041/2741] New translations otp-backup.md (Portuguese) --- docs/pt/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/pt/otp-backup.md diff --git a/docs/pt/otp-backup.md b/docs/pt/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/pt/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 15b562edc541621ec10c87b2b8dfcb6cd7615fea Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:13 -0500 Subject: [PATCH 0042/2741] New translations account-types.md (Portuguese) --- docs/pt/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/pt/account-types.md diff --git a/docs/pt/account-types.md b/docs/pt/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/pt/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 02dadb4756880d9b173befee74f6ef48a31dd1e3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:14 -0500 Subject: [PATCH 0043/2741] New translations otp-backup-developer.md (Portuguese) --- docs/pt/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/pt/otp-backup-developer.md diff --git a/docs/pt/otp-backup-developer.md b/docs/pt/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/pt/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From ddb2829e8148c83268ca15b642499e37ff8bdb2f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:15 -0500 Subject: [PATCH 0044/2741] New translations opera-install.md (Portuguese) --- docs/pt/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/pt/opera-install.md diff --git a/docs/pt/opera-install.md b/docs/pt/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/pt/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 8c9f57e0ebfa30dd10e29ef33700c8526e6ec848 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:16 -0500 Subject: [PATCH 0045/2741] New translations manual-update.md (Portuguese) --- docs/pt/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/pt/manual-update.md diff --git a/docs/pt/manual-update.md b/docs/pt/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/pt/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From ac06f3f3534b596d9a554f948c1a5c435abdae8b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:18 -0500 Subject: [PATCH 0046/2741] New translations lost-codes.md (Portuguese) --- docs/pt/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/pt/lost-codes.md diff --git a/docs/pt/lost-codes.md b/docs/pt/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/pt/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From fe2d69264b16c69641cb10cd6d33a4afa2ee4b49 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:18 -0500 Subject: [PATCH 0047/2741] New translations index.md (Portuguese) --- docs/pt/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/pt/index.md diff --git a/docs/pt/index.md b/docs/pt/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/pt/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From 18e4c5c53d53bfb556ca01763d684f487cfd2161 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:20 -0500 Subject: [PATCH 0048/2741] New translations firefox-issues.md (Portuguese) --- docs/pt/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/pt/firefox-issues.md diff --git a/docs/pt/firefox-issues.md b/docs/pt/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/pt/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From fbbd247a29a75dc09f1ab7294e8df06a0e8206c0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:21 -0500 Subject: [PATCH 0049/2741] New translations edge-privacy.md (Portuguese) --- docs/pt/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/pt/edge-privacy.md diff --git a/docs/pt/edge-privacy.md b/docs/pt/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/pt/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From c49dbe0bd6c1e1730894e1ac367458cba16cd844 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:22 -0500 Subject: [PATCH 0050/2741] New translations edge-issues.md (Portuguese) --- docs/pt/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/pt/edge-issues.md diff --git a/docs/pt/edge-issues.md b/docs/pt/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/pt/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 44129520e4059d14a4fc425bebac3b8201ef6114 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:23 -0500 Subject: [PATCH 0051/2741] New translations edge-backup.md (Portuguese) --- docs/pt/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/pt/edge-backup.md diff --git a/docs/pt/edge-backup.md b/docs/pt/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/pt/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 917dbd03b65cbe13e4344fa7d9ebc31b27bfa185 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:24 -0500 Subject: [PATCH 0052/2741] New translations debug-info.md (Portuguese) --- docs/pt/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/pt/debug-info.md diff --git a/docs/pt/debug-info.md b/docs/pt/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/pt/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 111dc1a9576e68b14f55543d3e78884c87f20e5d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:25 -0500 Subject: [PATCH 0053/2741] New translations chrome-issues.md (Portuguese) --- docs/pt/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/pt/chrome-issues.md diff --git a/docs/pt/chrome-issues.md b/docs/pt/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/pt/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 023a176b97defddb29b9e7d76180f294e881488c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:26 -0500 Subject: [PATCH 0054/2741] New translations edge-privacy.md (Norwegian) --- docs/no/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/no/edge-privacy.md diff --git a/docs/no/edge-privacy.md b/docs/no/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/no/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From dde6eb677b52cf4f7716e3902eba9f1db5034931 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:27 -0500 Subject: [PATCH 0055/2741] New translations edge-backup.md (Norwegian) --- docs/no/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/no/edge-backup.md diff --git a/docs/no/edge-backup.md b/docs/no/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/no/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From ab8df28e49b463e5d002407a4662dedbb49d9e3f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:28 -0500 Subject: [PATCH 0056/2741] New translations opera-install.md (Russian) --- docs/ru/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/ru/opera-install.md diff --git a/docs/ru/opera-install.md b/docs/ru/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/ru/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From dbbac4727bc2ad500be86f20e4c457b27c475e78 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:29 -0500 Subject: [PATCH 0057/2741] New translations opera-install.md (Japanese) --- docs/ja/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/ja/opera-install.md diff --git a/docs/ja/opera-install.md b/docs/ja/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/ja/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From d2843454c21310972e1e3d3d7381c3527c4bc695 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:30 -0500 Subject: [PATCH 0058/2741] New translations edge-privacy.md (Korean) --- docs/ko/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/ko/edge-privacy.md diff --git a/docs/ko/edge-privacy.md b/docs/ko/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/ko/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From ba76ece66f7fe29ea4bd8a5f35cd334a3896d576 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:32 -0500 Subject: [PATCH 0059/2741] New translations edge-issues.md (Korean) --- docs/ko/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/ko/edge-issues.md diff --git a/docs/ko/edge-issues.md b/docs/ko/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/ko/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From fe035df686d51a66904b754c1ee33f64eceeb95d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:33 -0500 Subject: [PATCH 0060/2741] New translations edge-backup.md (Korean) --- docs/ko/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/ko/edge-backup.md diff --git a/docs/ko/edge-backup.md b/docs/ko/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/ko/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 55d6bde7b5a64b799ac76a486fa937d598f85915 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:34 -0500 Subject: [PATCH 0061/2741] New translations debug-info.md (Korean) --- docs/ko/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/ko/debug-info.md diff --git a/docs/ko/debug-info.md b/docs/ko/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/ko/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 72211c54f4644cb4ff1b62e62aeb63597cd44af5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:35 -0500 Subject: [PATCH 0062/2741] New translations chrome-issues.md (Korean) --- docs/ko/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/ko/chrome-issues.md diff --git a/docs/ko/chrome-issues.md b/docs/ko/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/ko/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 2fdd6947c8d6c37b6f622dd7c1e754963b206af2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:36 -0500 Subject: [PATCH 0063/2741] New translations account-types.md (Korean) --- docs/ko/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/ko/account-types.md diff --git a/docs/ko/account-types.md b/docs/ko/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/ko/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 446a2ad473f14478757576d0868a5b2f4d19a30f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:37 -0500 Subject: [PATCH 0064/2741] New translations en.yml (Korean) --- _data/locales/sidebar/ko.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/ko.yml diff --git a/_data/locales/sidebar/ko.yml b/_data/locales/sidebar/ko.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/ko.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 9d440d6745fc8dd75b12ce961b26ac07d1b2b390 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:38 -0500 Subject: [PATCH 0065/2741] New translations en.yml (Romanian) --- _data/locales/sidebar/ro.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/ro.yml diff --git a/_data/locales/sidebar/ro.yml b/_data/locales/sidebar/ro.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/ro.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 733c035823075c61e0cd8807dca14bcd58ccd10d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:39 -0500 Subject: [PATCH 0066/2741] New translations policy-config.md (Japanese) --- docs/ja/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/ja/policy-config.md diff --git a/docs/ja/policy-config.md b/docs/ja/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/ja/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From e65a1d19dddb27be588b7c300303ac40e53611a9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:40 -0500 Subject: [PATCH 0067/2741] New translations otp-backup.md (Japanese) --- docs/ja/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/ja/otp-backup.md diff --git a/docs/ja/otp-backup.md b/docs/ja/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/ja/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 3348a28311c93c0b73f30b5c33a37ae4fb5a77fb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:41 -0500 Subject: [PATCH 0068/2741] New translations otp-backup-developer.md (Japanese) --- docs/ja/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/ja/otp-backup-developer.md diff --git a/docs/ja/otp-backup-developer.md b/docs/ja/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/ja/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From be2b4859099667c1c2e4b733b380f5d7bd776578 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:42 -0500 Subject: [PATCH 0069/2741] New translations manual-update.md (Japanese) --- docs/ja/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/ja/manual-update.md diff --git a/docs/ja/manual-update.md b/docs/ja/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/ja/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From e86e4988ba47b9733d832e3422dafb48b3336001 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:43 -0500 Subject: [PATCH 0070/2741] New translations index.md (Korean) --- docs/ko/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/ko/index.md diff --git a/docs/ko/index.md b/docs/ko/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/ko/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From 0dc58a7409fde71cb721273e142aa041b34a8c6e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:44 -0500 Subject: [PATCH 0071/2741] New translations lost-codes.md (Japanese) --- docs/ja/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/ja/lost-codes.md diff --git a/docs/ja/lost-codes.md b/docs/ja/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/ja/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 3c50dfed427ab78385015c11fc1e53095a34931a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:45 -0500 Subject: [PATCH 0072/2741] New translations index.md (Japanese) --- docs/ja/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/ja/index.md diff --git a/docs/ja/index.md b/docs/ja/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/ja/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From 9001815ad3c23caef38ed3ad42b90c6702e303e0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:46 -0500 Subject: [PATCH 0073/2741] New translations firefox-issues.md (Japanese) --- docs/ja/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/ja/firefox-issues.md diff --git a/docs/ja/firefox-issues.md b/docs/ja/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/ja/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 6087718e6f1d3e02614079eb22c4e8b9ac2dc8df Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:47 -0500 Subject: [PATCH 0074/2741] New translations edge-privacy.md (Japanese) --- docs/ja/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/ja/edge-privacy.md diff --git a/docs/ja/edge-privacy.md b/docs/ja/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/ja/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From f7e3fd73ae1e9c10c704ded0b1177bc56a679de5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:48 -0500 Subject: [PATCH 0075/2741] New translations edge-issues.md (Japanese) --- docs/ja/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/ja/edge-issues.md diff --git a/docs/ja/edge-issues.md b/docs/ja/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/ja/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 36a54dbca0455c1e0b8118f802c6684b56d94004 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:49 -0500 Subject: [PATCH 0076/2741] New translations edge-backup.md (Japanese) --- docs/ja/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/ja/edge-backup.md diff --git a/docs/ja/edge-backup.md b/docs/ja/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/ja/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 89528724f0eb466603a69888f7b3e1986d8da798 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:50 -0500 Subject: [PATCH 0077/2741] New translations debug-info.md (Japanese) --- docs/ja/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/ja/debug-info.md diff --git a/docs/ja/debug-info.md b/docs/ja/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/ja/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 6612c5f2ae60c7d4714032ed4f9526d60dd1e582 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:51 -0500 Subject: [PATCH 0078/2741] New translations chrome-issues.md (Japanese) --- docs/ja/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/ja/chrome-issues.md diff --git a/docs/ja/chrome-issues.md b/docs/ja/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/ja/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From e78ba77e96729a4f91f8beebbe34994f646dae05 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:52 -0500 Subject: [PATCH 0079/2741] New translations account-types.md (Japanese) --- docs/ja/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/ja/account-types.md diff --git a/docs/ja/account-types.md b/docs/ja/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/ja/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From b9c0200243a8d187d9feea5cb2e7c5546a1cd1a5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:53 -0500 Subject: [PATCH 0080/2741] New translations en.yml (Japanese) --- _data/locales/sidebar/ja.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/ja.yml diff --git a/_data/locales/sidebar/ja.yml b/_data/locales/sidebar/ja.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/ja.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 907773a02defea79d1a0e59f0213117f38e73952 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:54 -0500 Subject: [PATCH 0081/2741] New translations en.json (Japanese) --- _data/locales/default/ja.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/ja.json diff --git a/_data/locales/default/ja.json b/_data/locales/default/ja.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/ja.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From 395fc94a0b34ce3567b7c0a7eed3a67b75aa6658 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:55 -0500 Subject: [PATCH 0082/2741] New translations firefox-issues.md (Korean) --- docs/ko/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/ko/firefox-issues.md diff --git a/docs/ko/firefox-issues.md b/docs/ko/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/ko/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 736ce11561a1324da92e6a2ad1806e77521e5b4e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:56 -0500 Subject: [PATCH 0083/2741] New translations lost-codes.md (Korean) --- docs/ko/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/ko/lost-codes.md diff --git a/docs/ko/lost-codes.md b/docs/ko/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/ko/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 716dadcacce9737a553e550a03e7c772edd25867 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:58 -0500 Subject: [PATCH 0084/2741] New translations debug-info.md (Norwegian) --- docs/no/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/no/debug-info.md diff --git a/docs/no/debug-info.md b/docs/no/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/no/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From f00390fe478cf4d1ee1e00c6bf43de8fef54c106 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:35:59 -0500 Subject: [PATCH 0085/2741] New translations firefox-issues.md (Dutch) --- docs/nl/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/nl/firefox-issues.md diff --git a/docs/nl/firefox-issues.md b/docs/nl/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/nl/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From bc5b6a87a79f1a86eb12a326ac66156c1c0bad42 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:00 -0500 Subject: [PATCH 0086/2741] New translations chrome-issues.md (Norwegian) --- docs/no/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/no/chrome-issues.md diff --git a/docs/no/chrome-issues.md b/docs/no/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/no/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 04fdd4599761b1424ef30b9a0bf46fb314ba2617 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:01 -0500 Subject: [PATCH 0087/2741] New translations account-types.md (Norwegian) --- docs/no/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/no/account-types.md diff --git a/docs/no/account-types.md b/docs/no/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/no/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From ae39e182d2a71bb4d23c377dab6e46b3ad842c4a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:02 -0500 Subject: [PATCH 0088/2741] New translations en.yml (Norwegian) --- _data/locales/sidebar/no.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/no.yml diff --git a/_data/locales/sidebar/no.yml b/_data/locales/sidebar/no.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/no.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 8d203ac4a9f643241883928e20e74272430d9c4f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:03 -0500 Subject: [PATCH 0089/2741] New translations en.json (Norwegian) --- _data/locales/default/no.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/no.json diff --git a/_data/locales/default/no.json b/_data/locales/default/no.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/no.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From af12a4b7c9461292d64b4fa9dd2a0597ac0ec379 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:04 -0500 Subject: [PATCH 0090/2741] New translations policy-config.md (Dutch) --- docs/nl/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/nl/policy-config.md diff --git a/docs/nl/policy-config.md b/docs/nl/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/nl/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From c86a2a5b49958796889ae90dd73e8758a71889e0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:05 -0500 Subject: [PATCH 0091/2741] New translations otp-backup.md (Dutch) --- docs/nl/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/nl/otp-backup.md diff --git a/docs/nl/otp-backup.md b/docs/nl/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/nl/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 4ad3fc36251ccfba4b75a05763c015bd3ce3abde Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:06 -0500 Subject: [PATCH 0092/2741] New translations otp-backup-developer.md (Dutch) --- docs/nl/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/nl/otp-backup-developer.md diff --git a/docs/nl/otp-backup-developer.md b/docs/nl/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/nl/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 933e1089b0414dce3759a9220fd6a08b30ca9468 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:08 -0500 Subject: [PATCH 0093/2741] New translations opera-install.md (Dutch) --- docs/nl/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/nl/opera-install.md diff --git a/docs/nl/opera-install.md b/docs/nl/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/nl/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 6c2d71a7d92c0ab39a64e5ee949cb6132cd7b9f3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:10 -0500 Subject: [PATCH 0094/2741] New translations manual-update.md (Dutch) --- docs/nl/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/nl/manual-update.md diff --git a/docs/nl/manual-update.md b/docs/nl/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/nl/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 3574a06220dc96ff79d559758f9713535c3ab05d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:11 -0500 Subject: [PATCH 0095/2741] New translations lost-codes.md (Dutch) --- docs/nl/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/nl/lost-codes.md diff --git a/docs/nl/lost-codes.md b/docs/nl/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/nl/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 1a05d7b6af503e26b25ac296aeed7a7886887ca5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:13 -0500 Subject: [PATCH 0096/2741] New translations index.md (Dutch) --- docs/nl/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/nl/index.md diff --git a/docs/nl/index.md b/docs/nl/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/nl/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From 8c0d0ca15d7ce39f3fda057501859e5e0c27c49e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:14 -0500 Subject: [PATCH 0097/2741] New translations edge-privacy.md (Dutch) --- docs/nl/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/nl/edge-privacy.md diff --git a/docs/nl/edge-privacy.md b/docs/nl/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/nl/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From 58df183b41cc9f25757e544455f3e7925f5fe81e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:15 -0500 Subject: [PATCH 0098/2741] New translations manual-update.md (Korean) --- docs/ko/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/ko/manual-update.md diff --git a/docs/ko/manual-update.md b/docs/ko/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/ko/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 1c81e62abaefb8fd448c5f6675a8a341707fec82 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:16 -0500 Subject: [PATCH 0099/2741] New translations edge-issues.md (Dutch) --- docs/nl/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/nl/edge-issues.md diff --git a/docs/nl/edge-issues.md b/docs/nl/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/nl/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 50490dbe2241d8e7632354df28be11f7f5913f6d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:17 -0500 Subject: [PATCH 0100/2741] New translations edge-backup.md (Dutch) --- docs/nl/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/nl/edge-backup.md diff --git a/docs/nl/edge-backup.md b/docs/nl/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/nl/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From d5bbe352f7b8db356978c206677be12f53816ad7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:18 -0500 Subject: [PATCH 0101/2741] New translations debug-info.md (Dutch) --- docs/nl/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/nl/debug-info.md diff --git a/docs/nl/debug-info.md b/docs/nl/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/nl/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 87c7cb3da78f30c9fef0fe6bf6ca5b4061d1f573 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:19 -0500 Subject: [PATCH 0102/2741] New translations chrome-issues.md (Dutch) --- docs/nl/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/nl/chrome-issues.md diff --git a/docs/nl/chrome-issues.md b/docs/nl/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/nl/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From efd32bb64b004ebff4abe17965827c7918330e7e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:20 -0500 Subject: [PATCH 0103/2741] New translations account-types.md (Dutch) --- docs/nl/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/nl/account-types.md diff --git a/docs/nl/account-types.md b/docs/nl/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/nl/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From d00e1a838883fdbde3a3864f9b41805d9bc67a33 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:21 -0500 Subject: [PATCH 0104/2741] New translations en.yml (Dutch) --- _data/locales/sidebar/nl.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/nl.yml diff --git a/_data/locales/sidebar/nl.yml b/_data/locales/sidebar/nl.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/nl.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 0c31f2d84756ac8e26b400a09bf0a7a23f723214 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:22 -0500 Subject: [PATCH 0105/2741] New translations en.json (Dutch) --- _data/locales/default/nl.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/nl.json diff --git a/_data/locales/default/nl.json b/_data/locales/default/nl.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/nl.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From 78d3b0e0080705d79da34b7f37ddd22bb893f881 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:23 -0500 Subject: [PATCH 0106/2741] New translations policy-config.md (Korean) --- docs/ko/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/ko/policy-config.md diff --git a/docs/ko/policy-config.md b/docs/ko/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/ko/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From fecb57ff26ac0ca4feb0fcdf5010fda09cbb60bf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:24 -0500 Subject: [PATCH 0107/2741] New translations otp-backup.md (Korean) --- docs/ko/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/ko/otp-backup.md diff --git a/docs/ko/otp-backup.md b/docs/ko/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/ko/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 5611bf5d2f2b92af8ea170b2da640ad86d7f347a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:25 -0500 Subject: [PATCH 0108/2741] New translations otp-backup-developer.md (Korean) --- docs/ko/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/ko/otp-backup-developer.md diff --git a/docs/ko/otp-backup-developer.md b/docs/ko/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/ko/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 80042664af50fc6a029d1b396663ffdf1a4d04ef Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:26 -0500 Subject: [PATCH 0109/2741] New translations opera-install.md (Korean) --- docs/ko/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/ko/opera-install.md diff --git a/docs/ko/opera-install.md b/docs/ko/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/ko/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 9279a2a7acc14d8604506a670fcfcb8b3b72c296 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:27 -0500 Subject: [PATCH 0110/2741] New translations manual-update.md (Russian) --- docs/ru/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/ru/manual-update.md diff --git a/docs/ru/manual-update.md b/docs/ru/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/ru/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 4ce9adfba8fdd6721988312c4a136f90689aa558 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:28 -0500 Subject: [PATCH 0111/2741] New translations otp-backup-developer.md (Russian) --- docs/ru/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/ru/otp-backup-developer.md diff --git a/docs/ru/otp-backup-developer.md b/docs/ru/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/ru/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 1afd30329e313f498a445217f4e63a6aa382a60c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:29 -0500 Subject: [PATCH 0112/2741] New translations otp-backup.md (Italian) --- docs/it/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/it/otp-backup.md diff --git a/docs/it/otp-backup.md b/docs/it/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/it/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From a9ed90f20ce3ec260be08738c4807b0ca86b0051 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:30 -0500 Subject: [PATCH 0113/2741] New translations chrome-issues.md (Chinese Simplified) --- docs/zh_CN/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/zh_CN/chrome-issues.md diff --git a/docs/zh_CN/chrome-issues.md b/docs/zh_CN/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/zh_CN/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 4d549fa64ed00d610c07d34f27ddddbe7bd90a80 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:31 -0500 Subject: [PATCH 0114/2741] New translations otp-backup-developer.md (Chinese Simplified) --- docs/zh_CN/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/zh_CN/otp-backup-developer.md diff --git a/docs/zh_CN/otp-backup-developer.md b/docs/zh_CN/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/zh_CN/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 16c0814c2182b9bddeb870d1cb11776d967e6da0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:32 -0500 Subject: [PATCH 0115/2741] New translations opera-install.md (Chinese Simplified) --- docs/zh_CN/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/zh_CN/opera-install.md diff --git a/docs/zh_CN/opera-install.md b/docs/zh_CN/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/zh_CN/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 3a88e64a6ae2d12ed1bc9d05dc3dabc3203098fa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:37 -0500 Subject: [PATCH 0116/2741] New translations manual-update.md (Chinese Simplified) --- docs/zh_CN/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/zh_CN/manual-update.md diff --git a/docs/zh_CN/manual-update.md b/docs/zh_CN/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/zh_CN/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From c6d7aa6e49af20ddf01577525e9bbee43e0999cb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:38 -0500 Subject: [PATCH 0117/2741] New translations lost-codes.md (Chinese Simplified) --- docs/zh_CN/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/zh_CN/lost-codes.md diff --git a/docs/zh_CN/lost-codes.md b/docs/zh_CN/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/zh_CN/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From f82522e8d20cb1d8265d355ac1f5a5aa7932c0de Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:39 -0500 Subject: [PATCH 0118/2741] New translations index.md (Chinese Simplified) --- docs/zh_CN/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/zh_CN/index.md diff --git a/docs/zh_CN/index.md b/docs/zh_CN/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/zh_CN/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From 774ccd3efbc44d5798917d1624927ee92fda4c88 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:41 -0500 Subject: [PATCH 0119/2741] New translations firefox-issues.md (Chinese Simplified) --- docs/zh_CN/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/zh_CN/firefox-issues.md diff --git a/docs/zh_CN/firefox-issues.md b/docs/zh_CN/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/zh_CN/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From a0217c316db8944518b30bb05f048700fab4fce9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:42 -0500 Subject: [PATCH 0120/2741] New translations edge-privacy.md (Chinese Simplified) --- docs/zh_CN/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/zh_CN/edge-privacy.md diff --git a/docs/zh_CN/edge-privacy.md b/docs/zh_CN/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/zh_CN/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From 0f6fe350d6ad2bd62080d5b7bcc6cdf4d3031327 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:43 -0500 Subject: [PATCH 0121/2741] New translations edge-issues.md (Chinese Simplified) --- docs/zh_CN/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/zh_CN/edge-issues.md diff --git a/docs/zh_CN/edge-issues.md b/docs/zh_CN/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/zh_CN/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 5b17f1ff2bfb7044232694e48b5dfe0aecba36be Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:44 -0500 Subject: [PATCH 0122/2741] New translations edge-backup.md (Chinese Simplified) --- docs/zh_CN/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/zh_CN/edge-backup.md diff --git a/docs/zh_CN/edge-backup.md b/docs/zh_CN/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/zh_CN/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 19bb4318709850abc9cb8ea1e31bba48e30e1225 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:46 -0500 Subject: [PATCH 0123/2741] New translations debug-info.md (Chinese Simplified) --- docs/zh_CN/debug-info.md | 53 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/zh_CN/debug-info.md diff --git a/docs/zh_CN/debug-info.md b/docs/zh_CN/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/zh_CN/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 3853b4e345638f75f3d3fc8a7e0aec01947c1669 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:47 -0500 Subject: [PATCH 0124/2741] New translations account-types.md (Chinese Simplified) --- docs/zh_CN/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/zh_CN/account-types.md diff --git a/docs/zh_CN/account-types.md b/docs/zh_CN/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/zh_CN/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From d72f79309425e894aed8490da9283b36ff6110df Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:48 -0500 Subject: [PATCH 0125/2741] New translations policy-config.md (Chinese Simplified) --- docs/zh_CN/policy-config.md | 49 +++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/zh_CN/policy-config.md diff --git a/docs/zh_CN/policy-config.md b/docs/zh_CN/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/zh_CN/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From 6220edeaaa9713eda8b926d9bcbea581fb70106f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:49 -0500 Subject: [PATCH 0126/2741] New translations en.yml (Chinese Simplified) --- _data/locales/sidebar/zh_CN.yml | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/zh_CN.yml diff --git a/_data/locales/sidebar/zh_CN.yml b/_data/locales/sidebar/zh_CN.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/zh_CN.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 4e128298a94501c3553c0fc251f1c15539e53dc4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:50 -0500 Subject: [PATCH 0127/2741] New translations en.json (Chinese Simplified) --- _data/locales/default/zh_CN.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/zh_CN.json diff --git a/_data/locales/default/zh_CN.json b/_data/locales/default/zh_CN.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/zh_CN.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From b29735e41f482b89064e2a154e20c5eddd37266f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:51 -0500 Subject: [PATCH 0128/2741] New translations policy-config.md (Ukrainian) --- docs/uk/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/uk/policy-config.md diff --git a/docs/uk/policy-config.md b/docs/uk/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/uk/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From c02d952ac5e6138bcaade96597d2438865ae1b42 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:52 -0500 Subject: [PATCH 0129/2741] New translations otp-backup.md (Ukrainian) --- docs/uk/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/uk/otp-backup.md diff --git a/docs/uk/otp-backup.md b/docs/uk/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/uk/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From b05ba42c05dbf3f5bed6139a8104e3bcf6c59d57 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:53 -0500 Subject: [PATCH 0130/2741] New translations otp-backup-developer.md (Ukrainian) --- docs/uk/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/uk/otp-backup-developer.md diff --git a/docs/uk/otp-backup-developer.md b/docs/uk/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/uk/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From ac8c12b4acdcaf17ce2b44cd15cea0ccbf806b72 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:54 -0500 Subject: [PATCH 0131/2741] New translations opera-install.md (Ukrainian) --- docs/uk/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/uk/opera-install.md diff --git a/docs/uk/opera-install.md b/docs/uk/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/uk/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From fc055198ab96953b95d386d9293a6616e2bb8894 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:55 -0500 Subject: [PATCH 0132/2741] New translations manual-update.md (Ukrainian) --- docs/uk/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/uk/manual-update.md diff --git a/docs/uk/manual-update.md b/docs/uk/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/uk/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 28194a9ddbb9832c45df836ebac5dc30150e38d5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:56 -0500 Subject: [PATCH 0133/2741] New translations lost-codes.md (Ukrainian) --- docs/uk/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/uk/lost-codes.md diff --git a/docs/uk/lost-codes.md b/docs/uk/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/uk/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 556cb0a883efea78c4fbfe8fba04191099fc32c4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:57 -0500 Subject: [PATCH 0134/2741] New translations index.md (Ukrainian) --- docs/uk/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/uk/index.md diff --git a/docs/uk/index.md b/docs/uk/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/uk/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From 2ae50c1053184031268e3fe2fe82bf6bdf0a1577 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:58 -0500 Subject: [PATCH 0135/2741] New translations firefox-issues.md (Ukrainian) --- docs/uk/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/uk/firefox-issues.md diff --git a/docs/uk/firefox-issues.md b/docs/uk/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/uk/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 34755a52ea15085bc5f8154ff12ee372152c0c68 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:36:59 -0500 Subject: [PATCH 0136/2741] New translations edge-privacy.md (Ukrainian) --- docs/uk/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/uk/edge-privacy.md diff --git a/docs/uk/edge-privacy.md b/docs/uk/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/uk/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From 5d5ba25a368af26c3b64519b6a7ffa2b9a11f901 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:00 -0500 Subject: [PATCH 0137/2741] New translations otp-backup.md (Chinese Simplified) --- docs/zh_CN/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/zh_CN/otp-backup.md diff --git a/docs/zh_CN/otp-backup.md b/docs/zh_CN/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/zh_CN/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 9d46cf981fa0a35e8572bbe09cc95a80f518e084 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:01 -0500 Subject: [PATCH 0138/2741] New translations en.json (Chinese Traditional) --- _data/locales/default/zh_TW.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/zh_TW.json diff --git a/_data/locales/default/zh_TW.json b/_data/locales/default/zh_TW.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/zh_TW.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From 2a6095db729c8490ca9e856e0d4906da1d3ee354 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:02 -0500 Subject: [PATCH 0139/2741] New translations edge-backup.md (Ukrainian) --- docs/uk/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/uk/edge-backup.md diff --git a/docs/uk/edge-backup.md b/docs/uk/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/uk/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 7ec7bb7eecd9fea7af859ae98a58622620d5442c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:03 -0500 Subject: [PATCH 0140/2741] New translations otp-backup.md (Chinese Traditional) --- docs/zh_TW/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/zh_TW/otp-backup.md diff --git a/docs/zh_TW/otp-backup.md b/docs/zh_TW/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/zh_TW/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 5c2941fcc3c659c622e58d3c6ca995ef99f3eee9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:04 -0500 Subject: [PATCH 0141/2741] New translations index.md (Vietnamese) --- docs/vi/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/vi/index.md diff --git a/docs/vi/index.md b/docs/vi/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/vi/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From e9a9796b77b74e40b08ea4197f783f791354c9b3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:06 -0500 Subject: [PATCH 0142/2741] New translations firefox-issues.md (Vietnamese) --- docs/vi/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/vi/firefox-issues.md diff --git a/docs/vi/firefox-issues.md b/docs/vi/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/vi/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 1f27f828ba1f716d7adeef8a7d2b3d871b0d7ac9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:07 -0500 Subject: [PATCH 0143/2741] New translations edge-privacy.md (Vietnamese) --- docs/vi/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/vi/edge-privacy.md diff --git a/docs/vi/edge-privacy.md b/docs/vi/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/vi/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From 5f4fb699be6a65d8f59027735c5b37d6436f0924 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:08 -0500 Subject: [PATCH 0144/2741] New translations edge-issues.md (Vietnamese) --- docs/vi/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/vi/edge-issues.md diff --git a/docs/vi/edge-issues.md b/docs/vi/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/vi/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From ac8b42b642281e5004c15f0bb61b7c03a3a284af Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:09 -0500 Subject: [PATCH 0145/2741] New translations edge-backup.md (Vietnamese) --- docs/vi/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/vi/edge-backup.md diff --git a/docs/vi/edge-backup.md b/docs/vi/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/vi/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 25482a985901b750318f8c57e156442d34359298 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:10 -0500 Subject: [PATCH 0146/2741] New translations debug-info.md (Vietnamese) --- docs/vi/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/vi/debug-info.md diff --git a/docs/vi/debug-info.md b/docs/vi/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/vi/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 466a1ae979734dc39d578f4d8ca5da7276657bb7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:11 -0500 Subject: [PATCH 0147/2741] New translations chrome-issues.md (Vietnamese) --- docs/vi/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/vi/chrome-issues.md diff --git a/docs/vi/chrome-issues.md b/docs/vi/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/vi/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From dddf39165b63be204c5fb0bcbe8ef9851c24451c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:12 -0500 Subject: [PATCH 0148/2741] New translations account-types.md (Vietnamese) --- docs/vi/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/vi/account-types.md diff --git a/docs/vi/account-types.md b/docs/vi/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/vi/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From c11a03714300c9d5a9afd1280dd72b337e3d010e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:13 -0500 Subject: [PATCH 0149/2741] New translations en.yml (Vietnamese) --- _data/locales/sidebar/vi.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/vi.yml diff --git a/_data/locales/sidebar/vi.yml b/_data/locales/sidebar/vi.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/vi.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From c236c5dabbcfd47f24cc8c20255169c232128eff Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:14 -0500 Subject: [PATCH 0150/2741] New translations en.json (Vietnamese) --- _data/locales/default/vi.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/vi.json diff --git a/_data/locales/default/vi.json b/_data/locales/default/vi.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/vi.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From 1397aaf2068280acde59e720429c9e2e269e3ac3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:15 -0500 Subject: [PATCH 0151/2741] New translations policy-config.md (Chinese Traditional) --- docs/zh_TW/policy-config.md | 49 +++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/zh_TW/policy-config.md diff --git a/docs/zh_TW/policy-config.md b/docs/zh_TW/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/zh_TW/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From d9f29e0388fd35579814bc493db2a5c937808349 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:16 -0500 Subject: [PATCH 0152/2741] New translations otp-backup-developer.md (Chinese Traditional) --- docs/zh_TW/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/zh_TW/otp-backup-developer.md diff --git a/docs/zh_TW/otp-backup-developer.md b/docs/zh_TW/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/zh_TW/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 2b48454d9fd5302817b4b44038ec950d941d9dae Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:17 -0500 Subject: [PATCH 0153/2741] New translations en.yml (Chinese Traditional) --- _data/locales/sidebar/zh_TW.yml | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/zh_TW.yml diff --git a/_data/locales/sidebar/zh_TW.yml b/_data/locales/sidebar/zh_TW.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/zh_TW.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From e7cc1dce6c956de32b7b6e3d84a9e83a42b53429 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:18 -0500 Subject: [PATCH 0154/2741] New translations opera-install.md (Chinese Traditional) --- docs/zh_TW/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/zh_TW/opera-install.md diff --git a/docs/zh_TW/opera-install.md b/docs/zh_TW/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/zh_TW/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From fae18fd2f15238b94f8fa0d55fd40ec5672d8123 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:19 -0500 Subject: [PATCH 0155/2741] New translations manual-update.md (Chinese Traditional) --- docs/zh_TW/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/zh_TW/manual-update.md diff --git a/docs/zh_TW/manual-update.md b/docs/zh_TW/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/zh_TW/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From cf37df3bc6d8192151ab7690b3cee225f5c5b9c8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:20 -0500 Subject: [PATCH 0156/2741] New translations lost-codes.md (Chinese Traditional) --- docs/zh_TW/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/zh_TW/lost-codes.md diff --git a/docs/zh_TW/lost-codes.md b/docs/zh_TW/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/zh_TW/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 105f119e2158f168f93202d4c2e61eb216c5636c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:21 -0500 Subject: [PATCH 0157/2741] New translations index.md (Chinese Traditional) --- docs/zh_TW/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/zh_TW/index.md diff --git a/docs/zh_TW/index.md b/docs/zh_TW/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/zh_TW/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From cee219b0d13587c2058e3ca24ce99f6a42e41a15 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:22 -0500 Subject: [PATCH 0158/2741] New translations firefox-issues.md (Chinese Traditional) --- docs/zh_TW/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/zh_TW/firefox-issues.md diff --git a/docs/zh_TW/firefox-issues.md b/docs/zh_TW/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/zh_TW/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 2dff79e2d6849ecd82ee2497a1fa1573af841e54 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:23 -0500 Subject: [PATCH 0159/2741] New translations edge-privacy.md (Chinese Traditional) --- docs/zh_TW/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/zh_TW/edge-privacy.md diff --git a/docs/zh_TW/edge-privacy.md b/docs/zh_TW/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/zh_TW/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From c7cb3abbd89d797aa2d57bcd377364661cb6e801 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:24 -0500 Subject: [PATCH 0160/2741] New translations edge-issues.md (Chinese Traditional) --- docs/zh_TW/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/zh_TW/edge-issues.md diff --git a/docs/zh_TW/edge-issues.md b/docs/zh_TW/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/zh_TW/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From d0e1a319fdb63eb274d3c76719f4ec163545b6ab Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:25 -0500 Subject: [PATCH 0161/2741] New translations edge-backup.md (Chinese Traditional) --- docs/zh_TW/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/zh_TW/edge-backup.md diff --git a/docs/zh_TW/edge-backup.md b/docs/zh_TW/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/zh_TW/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From dfdc67b6f63f6da14d95d46787fd911a93308c6d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:27 -0500 Subject: [PATCH 0162/2741] New translations debug-info.md (Chinese Traditional) --- docs/zh_TW/debug-info.md | 53 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/zh_TW/debug-info.md diff --git a/docs/zh_TW/debug-info.md b/docs/zh_TW/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/zh_TW/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 4726b6254dd27ea4d50c9a446e9da0a366a175c0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:28 -0500 Subject: [PATCH 0163/2741] New translations chrome-issues.md (Chinese Traditional) --- docs/zh_TW/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/zh_TW/chrome-issues.md diff --git a/docs/zh_TW/chrome-issues.md b/docs/zh_TW/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/zh_TW/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 9d2ce38f83b554d57cb308f5f360e31c1371d3f5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:29 -0500 Subject: [PATCH 0164/2741] New translations account-types.md (Chinese Traditional) --- docs/zh_TW/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/zh_TW/account-types.md diff --git a/docs/zh_TW/account-types.md b/docs/zh_TW/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/zh_TW/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From c4b9124426f553a22e641b39071626981134eaa7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:30 -0500 Subject: [PATCH 0165/2741] New translations edge-issues.md (Ukrainian) --- docs/uk/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/uk/edge-issues.md diff --git a/docs/uk/edge-issues.md b/docs/uk/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/uk/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From af841be9ef1d3845fda3c3db115dce224ff3c0bd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:31 -0500 Subject: [PATCH 0166/2741] New translations debug-info.md (Ukrainian) --- docs/uk/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/uk/debug-info.md diff --git a/docs/uk/debug-info.md b/docs/uk/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/uk/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 67aae89cd46941ce63a4f47a6a411a0821a5c2c6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:32 -0500 Subject: [PATCH 0167/2741] New translations otp-backup.md (Russian) --- docs/ru/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/ru/otp-backup.md diff --git a/docs/ru/otp-backup.md b/docs/ru/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/ru/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 0e4ad1847b0d4efb2c982c6e9007e0b109e21f40 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:33 -0500 Subject: [PATCH 0168/2741] New translations manual-update.md (Serbian (Cyrillic)) --- docs/sr/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/sr/manual-update.md diff --git a/docs/sr/manual-update.md b/docs/sr/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/sr/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 6c7745fa8418eb1f55960612eeddb38ab8ca370e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:34 -0500 Subject: [PATCH 0169/2741] New translations edge-issues.md (Swedish) --- docs/sv/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/sv/edge-issues.md diff --git a/docs/sv/edge-issues.md b/docs/sv/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/sv/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 5824d2756f19088d186c14bf484d8a72e3ff2190 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:35 -0500 Subject: [PATCH 0170/2741] New translations edge-backup.md (Swedish) --- docs/sv/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/sv/edge-backup.md diff --git a/docs/sv/edge-backup.md b/docs/sv/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/sv/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From c8d9f7998fb7c74baad58ddaaa73612427659b5f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:36 -0500 Subject: [PATCH 0171/2741] New translations debug-info.md (Swedish) --- docs/sv/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/sv/debug-info.md diff --git a/docs/sv/debug-info.md b/docs/sv/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/sv/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From effdd7f2a127bd974a381ebd9c29176b8953082d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:37 -0500 Subject: [PATCH 0172/2741] New translations chrome-issues.md (Swedish) --- docs/sv/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/sv/chrome-issues.md diff --git a/docs/sv/chrome-issues.md b/docs/sv/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/sv/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 866ec5a4a1bac039ce238fbcb09c4174be7c9698 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:38 -0500 Subject: [PATCH 0173/2741] New translations account-types.md (Swedish) --- docs/sv/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/sv/account-types.md diff --git a/docs/sv/account-types.md b/docs/sv/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/sv/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 6d081c7ac4b8ec8c6780ad3087f33e1680fe84f0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:39 -0500 Subject: [PATCH 0174/2741] New translations en.yml (Swedish) --- _data/locales/sidebar/sv.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/sv.yml diff --git a/_data/locales/sidebar/sv.yml b/_data/locales/sidebar/sv.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/sv.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 33e867c13fe47eb4588ff2a1ea5acce0c67af948 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:40 -0500 Subject: [PATCH 0175/2741] New translations en.json (Swedish) --- _data/locales/default/sv.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/sv.json diff --git a/_data/locales/default/sv.json b/_data/locales/default/sv.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/sv.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From 6038628f5675cf1a30962bc5ac3c192dc74c2f4a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:41 -0500 Subject: [PATCH 0176/2741] New translations policy-config.md (Serbian (Cyrillic)) --- docs/sr/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/sr/policy-config.md diff --git a/docs/sr/policy-config.md b/docs/sr/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/sr/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From 0e930f73f5ea3640bef70084389f4edc1e7fd23f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:42 -0500 Subject: [PATCH 0177/2741] New translations otp-backup.md (Serbian (Cyrillic)) --- docs/sr/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/sr/otp-backup.md diff --git a/docs/sr/otp-backup.md b/docs/sr/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/sr/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 14017bea0fcd2d794d79a0c81f728c11dd9cb7a8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:43 -0500 Subject: [PATCH 0178/2741] New translations otp-backup-developer.md (Serbian (Cyrillic)) --- docs/sr/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/sr/otp-backup-developer.md diff --git a/docs/sr/otp-backup-developer.md b/docs/sr/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/sr/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 5b176d3e938215b7e9c9aa1bd1aeb06e38f9692f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:44 -0500 Subject: [PATCH 0179/2741] New translations opera-install.md (Serbian (Cyrillic)) --- docs/sr/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/sr/opera-install.md diff --git a/docs/sr/opera-install.md b/docs/sr/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/sr/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From e97ceca23d5c057b03a58a650d3e66134ba4a891 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:45 -0500 Subject: [PATCH 0180/2741] New translations lost-codes.md (Serbian (Cyrillic)) --- docs/sr/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/sr/lost-codes.md diff --git a/docs/sr/lost-codes.md b/docs/sr/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/sr/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 5f4c05024f5eba50ad987c26856bbd931f16d79d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:46 -0500 Subject: [PATCH 0181/2741] New translations firefox-issues.md (Swedish) --- docs/sv/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/sv/firefox-issues.md diff --git a/docs/sv/firefox-issues.md b/docs/sv/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/sv/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 84b027fa84ae7880219a2fceaf746864d881a46f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:47 -0500 Subject: [PATCH 0182/2741] New translations index.md (Serbian (Cyrillic)) --- docs/sr/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/sr/index.md diff --git a/docs/sr/index.md b/docs/sr/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/sr/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From de21631201b30a1393945444f73fc521be5d59b5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:48 -0500 Subject: [PATCH 0183/2741] New translations firefox-issues.md (Serbian (Cyrillic)) --- docs/sr/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/sr/firefox-issues.md diff --git a/docs/sr/firefox-issues.md b/docs/sr/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/sr/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From d7e1f2752008ad186134529734a7d10389a72b6a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:49 -0500 Subject: [PATCH 0184/2741] New translations edge-privacy.md (Serbian (Cyrillic)) --- docs/sr/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/sr/edge-privacy.md diff --git a/docs/sr/edge-privacy.md b/docs/sr/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/sr/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From a9998447315baaed2f3cb68197c11638d1c79bd6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:50 -0500 Subject: [PATCH 0185/2741] New translations edge-issues.md (Serbian (Cyrillic)) --- docs/sr/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/sr/edge-issues.md diff --git a/docs/sr/edge-issues.md b/docs/sr/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/sr/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 89a64f9214dd158313de3e3a4793579e26280081 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:51 -0500 Subject: [PATCH 0186/2741] New translations edge-backup.md (Serbian (Cyrillic)) --- docs/sr/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/sr/edge-backup.md diff --git a/docs/sr/edge-backup.md b/docs/sr/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/sr/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 0cc4c86fef4b7838e282c645f75fe40caa62f272 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:52 -0500 Subject: [PATCH 0187/2741] New translations debug-info.md (Serbian (Cyrillic)) --- docs/sr/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/sr/debug-info.md diff --git a/docs/sr/debug-info.md b/docs/sr/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/sr/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 84f2fdac72d34bc618f6d8dc4bda1e3c7591f54a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:53 -0500 Subject: [PATCH 0188/2741] New translations chrome-issues.md (Serbian (Cyrillic)) --- docs/sr/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/sr/chrome-issues.md diff --git a/docs/sr/chrome-issues.md b/docs/sr/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/sr/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From c7ffe46e564156628036638895dbc1a88062cd84 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:54 -0500 Subject: [PATCH 0189/2741] New translations account-types.md (Serbian (Cyrillic)) --- docs/sr/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/sr/account-types.md diff --git a/docs/sr/account-types.md b/docs/sr/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/sr/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From a581d5a1682f2835b18f12852b4a0f37a158dbed Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:55 -0500 Subject: [PATCH 0190/2741] New translations en.yml (Serbian (Cyrillic)) --- _data/locales/sidebar/sr.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/sr.yml diff --git a/_data/locales/sidebar/sr.yml b/_data/locales/sidebar/sr.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/sr.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 4cd75e1ff4581d24eb55de195baaef6d2a8b61b8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:56 -0500 Subject: [PATCH 0191/2741] New translations en.json (Serbian (Cyrillic)) --- _data/locales/default/sr.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/sr.json diff --git a/_data/locales/default/sr.json b/_data/locales/default/sr.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/sr.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From 01c55c4d1f73bc24def7a70958186b3bfb0013a2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:57 -0500 Subject: [PATCH 0192/2741] New translations policy-config.md (Russian) --- docs/ru/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/ru/policy-config.md diff --git a/docs/ru/policy-config.md b/docs/ru/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/ru/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From abd38adec8b86ec813ad300fcc6131a00c9ba785 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:58 -0500 Subject: [PATCH 0193/2741] New translations edge-privacy.md (Swedish) --- docs/sv/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/sv/edge-privacy.md diff --git a/docs/sv/edge-privacy.md b/docs/sv/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/sv/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From ec99e9df950ae992f44438865dd3b1b9a1c5690c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:37:59 -0500 Subject: [PATCH 0194/2741] New translations index.md (Swedish) --- docs/sv/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/sv/index.md diff --git a/docs/sv/index.md b/docs/sv/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/sv/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From adfef9bd5c2c7f605733dac6e15e806a149b71f8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:01 -0500 Subject: [PATCH 0195/2741] New translations chrome-issues.md (Ukrainian) --- docs/uk/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/uk/chrome-issues.md diff --git a/docs/uk/chrome-issues.md b/docs/uk/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/uk/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 1dc0c3550be14565acd9c3e069cc410c52334285 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:02 -0500 Subject: [PATCH 0196/2741] New translations edge-privacy.md (Turkish) --- docs/tr/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/tr/edge-privacy.md diff --git a/docs/tr/edge-privacy.md b/docs/tr/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/tr/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From dfb47bbbda8a72b555e096318a50030383d73221 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:04 -0500 Subject: [PATCH 0197/2741] New translations account-types.md (Ukrainian) --- docs/uk/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/uk/account-types.md diff --git a/docs/uk/account-types.md b/docs/uk/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/uk/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 5bac44fa42c4892887130f8fb2b3b2417b364cee Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:05 -0500 Subject: [PATCH 0198/2741] New translations en.yml (Ukrainian) --- _data/locales/sidebar/uk.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/uk.yml diff --git a/_data/locales/sidebar/uk.yml b/_data/locales/sidebar/uk.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/uk.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 0f327b217e579506981e24e3edd1f412dfd5edb6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:06 -0500 Subject: [PATCH 0199/2741] New translations en.json (Ukrainian) --- _data/locales/default/uk.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/uk.json diff --git a/_data/locales/default/uk.json b/_data/locales/default/uk.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/uk.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From 4d26c1e152b0ed379fcd8c035c91d3c14adc6e30 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:07 -0500 Subject: [PATCH 0200/2741] New translations policy-config.md (Turkish) --- docs/tr/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/tr/policy-config.md diff --git a/docs/tr/policy-config.md b/docs/tr/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/tr/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From 5fb23ffc59908b94767fa6e25eefacc18bf30141 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:08 -0500 Subject: [PATCH 0201/2741] New translations otp-backup.md (Turkish) --- docs/tr/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/tr/otp-backup.md diff --git a/docs/tr/otp-backup.md b/docs/tr/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/tr/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From ed13c0f58aed5d8145ef66b4a905f07d7c949625 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:09 -0500 Subject: [PATCH 0202/2741] New translations otp-backup-developer.md (Turkish) --- docs/tr/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/tr/otp-backup-developer.md diff --git a/docs/tr/otp-backup-developer.md b/docs/tr/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/tr/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From e1043f5929d84fca6a67a1ec098525579e5f310c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:10 -0500 Subject: [PATCH 0203/2741] New translations opera-install.md (Turkish) --- docs/tr/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/tr/opera-install.md diff --git a/docs/tr/opera-install.md b/docs/tr/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/tr/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From dc17cf58d8293874060348985127287e33c7ff8a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:11 -0500 Subject: [PATCH 0204/2741] New translations manual-update.md (Turkish) --- docs/tr/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/tr/manual-update.md diff --git a/docs/tr/manual-update.md b/docs/tr/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/tr/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From acb306fccb466e6a7231b6c15aea8bfe1d6b114c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:12 -0500 Subject: [PATCH 0205/2741] New translations lost-codes.md (Turkish) --- docs/tr/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/tr/lost-codes.md diff --git a/docs/tr/lost-codes.md b/docs/tr/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/tr/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 3762bb31e01fa05a26df4d9c3707167af11649d3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:13 -0500 Subject: [PATCH 0206/2741] New translations index.md (Turkish) --- docs/tr/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/tr/index.md diff --git a/docs/tr/index.md b/docs/tr/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/tr/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From 1609b2b1c3fa0118421fcf193c784ed999d6d663 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:14 -0500 Subject: [PATCH 0207/2741] New translations firefox-issues.md (Turkish) --- docs/tr/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/tr/firefox-issues.md diff --git a/docs/tr/firefox-issues.md b/docs/tr/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/tr/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From c3e3921c3d6c2dc6086123dd54fb66b81ed5de4c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:16 -0500 Subject: [PATCH 0208/2741] New translations edge-issues.md (Turkish) --- docs/tr/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/tr/edge-issues.md diff --git a/docs/tr/edge-issues.md b/docs/tr/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/tr/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 47873931d33cc507d29efd204460386ee594454c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:17 -0500 Subject: [PATCH 0209/2741] New translations lost-codes.md (Swedish) --- docs/sv/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/sv/lost-codes.md diff --git a/docs/sv/lost-codes.md b/docs/sv/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/sv/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 06cf86b5890e63e982e736cd399d6c7fd3f68a55 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:18 -0500 Subject: [PATCH 0210/2741] New translations edge-backup.md (Turkish) --- docs/tr/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/tr/edge-backup.md diff --git a/docs/tr/edge-backup.md b/docs/tr/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/tr/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From da569e55c8c5bcf0b452e485925d8743da2ed844 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:19 -0500 Subject: [PATCH 0211/2741] New translations debug-info.md (Turkish) --- docs/tr/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/tr/debug-info.md diff --git a/docs/tr/debug-info.md b/docs/tr/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/tr/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 1d83cc8eeb1fe28585aa234f522d1f2fddf22a47 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:20 -0500 Subject: [PATCH 0212/2741] New translations chrome-issues.md (Turkish) --- docs/tr/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/tr/chrome-issues.md diff --git a/docs/tr/chrome-issues.md b/docs/tr/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/tr/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 8eba2df84cd4818ea95682ca601f4de2127a65ab Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:21 -0500 Subject: [PATCH 0213/2741] New translations account-types.md (Turkish) --- docs/tr/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/tr/account-types.md diff --git a/docs/tr/account-types.md b/docs/tr/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/tr/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 21b626d67179c9390ccb6258b7fd63dc59f7036e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:22 -0500 Subject: [PATCH 0214/2741] New translations en.yml (Turkish) --- _data/locales/sidebar/tr.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/tr.yml diff --git a/_data/locales/sidebar/tr.yml b/_data/locales/sidebar/tr.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/tr.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From ed27bf626d027edf1508bd518edcb10056761341 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:23 -0500 Subject: [PATCH 0215/2741] New translations en.json (Turkish) --- _data/locales/default/tr.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/tr.json diff --git a/_data/locales/default/tr.json b/_data/locales/default/tr.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/tr.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From 4d043dbd570b76e21b81b8df4d641d465807512f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:24 -0500 Subject: [PATCH 0216/2741] New translations policy-config.md (Swedish) --- docs/sv/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/sv/policy-config.md diff --git a/docs/sv/policy-config.md b/docs/sv/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/sv/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From 90c5dac2b290187db14069335ed28f964f92de0a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:25 -0500 Subject: [PATCH 0217/2741] New translations otp-backup.md (Swedish) --- docs/sv/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/sv/otp-backup.md diff --git a/docs/sv/otp-backup.md b/docs/sv/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/sv/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 5de44a699de1465438bc5e39cc3b519d787983ac Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:26 -0500 Subject: [PATCH 0218/2741] New translations otp-backup-developer.md (Swedish) --- docs/sv/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/sv/otp-backup-developer.md diff --git a/docs/sv/otp-backup-developer.md b/docs/sv/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/sv/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 35de75f9487aaf9e9e33ed24bac812fc41bd9976 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:27 -0500 Subject: [PATCH 0219/2741] New translations opera-install.md (Swedish) --- docs/sv/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/sv/opera-install.md diff --git a/docs/sv/opera-install.md b/docs/sv/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/sv/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From b26c60c7b4d60a90499d507aeed8aac3583d3806 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:28 -0500 Subject: [PATCH 0220/2741] New translations manual-update.md (Swedish) --- docs/sv/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/sv/manual-update.md diff --git a/docs/sv/manual-update.md b/docs/sv/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/sv/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 6e89b29a9d3b77df6c9bf83939e836ad835ae6c5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:29 -0500 Subject: [PATCH 0221/2741] New translations policy-config.md (Italian) --- docs/it/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/it/policy-config.md diff --git a/docs/it/policy-config.md b/docs/it/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/it/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From 15aa538db959636ec217fe17937579d03d11221d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:30 -0500 Subject: [PATCH 0222/2741] New translations en.json (Korean) --- _data/locales/default/ko.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/ko.json diff --git a/_data/locales/default/ko.json b/_data/locales/default/ko.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/ko.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From a6724cddabf51a8a32ed11f5116bf8b10b3e797a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:31 -0500 Subject: [PATCH 0223/2741] New translations otp-backup-developer.md (Italian) --- docs/it/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/it/otp-backup-developer.md diff --git a/docs/it/otp-backup-developer.md b/docs/it/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/it/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 63edcc51fae13a98b49d1db3a214adba1e821abc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:32 -0500 Subject: [PATCH 0224/2741] New translations edge-issues.md (Bulgarian) --- docs/bg/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/bg/edge-issues.md diff --git a/docs/bg/edge-issues.md b/docs/bg/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/bg/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From bc86b3b11941de4f22e9571dfdf42357b0bcde8f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:33 -0500 Subject: [PATCH 0225/2741] New translations en.json (Catalan) --- _data/locales/default/ca.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/ca.json diff --git a/_data/locales/default/ca.json b/_data/locales/default/ca.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/ca.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From c9ae04598d10291551a28776d7a369b0b0106ac3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:34 -0500 Subject: [PATCH 0226/2741] New translations policy-config.md (Bulgarian) --- docs/bg/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/bg/policy-config.md diff --git a/docs/bg/policy-config.md b/docs/bg/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/bg/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From df2df4c6f0c4aeee3fc921c09f5425082ec04649 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:35 -0500 Subject: [PATCH 0227/2741] New translations otp-backup.md (Bulgarian) --- docs/bg/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/bg/otp-backup.md diff --git a/docs/bg/otp-backup.md b/docs/bg/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/bg/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 8ed1a4aa659cd0c68eff9b70557873b7e2dc9bb1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:36 -0500 Subject: [PATCH 0228/2741] New translations otp-backup-developer.md (Bulgarian) --- docs/bg/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/bg/otp-backup-developer.md diff --git a/docs/bg/otp-backup-developer.md b/docs/bg/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/bg/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 4d08287842eb121687fbebf265b3f785033f8460 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:37 -0500 Subject: [PATCH 0229/2741] New translations opera-install.md (Bulgarian) --- docs/bg/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/bg/opera-install.md diff --git a/docs/bg/opera-install.md b/docs/bg/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/bg/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 9064aaead0bd6bf5c053f340e73196ddda36ba44 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:38 -0500 Subject: [PATCH 0230/2741] New translations manual-update.md (Bulgarian) --- docs/bg/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/bg/manual-update.md diff --git a/docs/bg/manual-update.md b/docs/bg/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/bg/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 149fc088e7b7b6894f4ab99f443a6334633c02e7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:39 -0500 Subject: [PATCH 0231/2741] New translations lost-codes.md (Bulgarian) --- docs/bg/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/bg/lost-codes.md diff --git a/docs/bg/lost-codes.md b/docs/bg/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/bg/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 11435017e5e376fcde95069be59a810b1c162834 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:40 -0500 Subject: [PATCH 0232/2741] New translations index.md (Bulgarian) --- docs/bg/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/bg/index.md diff --git a/docs/bg/index.md b/docs/bg/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/bg/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From 1c5b018a90e3940e76b34aad2b06498b937ab670 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:41 -0500 Subject: [PATCH 0233/2741] New translations firefox-issues.md (Bulgarian) --- docs/bg/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/bg/firefox-issues.md diff --git a/docs/bg/firefox-issues.md b/docs/bg/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/bg/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 8eae509f0b135422e79e8d0a47fc85e5f2ef8a20 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:42 -0500 Subject: [PATCH 0234/2741] New translations edge-privacy.md (Bulgarian) --- docs/bg/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/bg/edge-privacy.md diff --git a/docs/bg/edge-privacy.md b/docs/bg/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/bg/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From 844f75130fa2242598dfd3e2c19c8b0dd735ff9c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:43 -0500 Subject: [PATCH 0235/2741] New translations edge-backup.md (Bulgarian) --- docs/bg/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/bg/edge-backup.md diff --git a/docs/bg/edge-backup.md b/docs/bg/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/bg/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From aef166ead4d49617009f147e11030eebed1abaef Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:44 -0500 Subject: [PATCH 0236/2741] New translations account-types.md (Catalan) --- docs/ca/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/ca/account-types.md diff --git a/docs/ca/account-types.md b/docs/ca/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/ca/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From ac4f5620aaf5592355521d535825785fb905e709 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:45 -0500 Subject: [PATCH 0237/2741] New translations debug-info.md (Bulgarian) --- docs/bg/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/bg/debug-info.md diff --git a/docs/bg/debug-info.md b/docs/bg/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/bg/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From cd31789b9c3d0ca5b6b50aa7964246bb6d61cfe0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:46 -0500 Subject: [PATCH 0238/2741] New translations chrome-issues.md (Bulgarian) --- docs/bg/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/bg/chrome-issues.md diff --git a/docs/bg/chrome-issues.md b/docs/bg/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/bg/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 24ae65711439df96f3e76f66a580e57883ab1ddf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:47 -0500 Subject: [PATCH 0239/2741] New translations account-types.md (Bulgarian) --- docs/bg/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/bg/account-types.md diff --git a/docs/bg/account-types.md b/docs/bg/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/bg/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From a798eed281b74ff70b1b0e210e3e6ec96dee3be9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:48 -0500 Subject: [PATCH 0240/2741] New translations en.yml (Bulgarian) --- _data/locales/sidebar/bg.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/bg.yml diff --git a/_data/locales/sidebar/bg.yml b/_data/locales/sidebar/bg.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/bg.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 44bc9d686bfc89eac59acabdbe73752aaccf3a1a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:53 -0500 Subject: [PATCH 0241/2741] New translations en.json (Bulgarian) --- _data/locales/default/bg.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/bg.json diff --git a/_data/locales/default/bg.json b/_data/locales/default/bg.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/bg.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From 75e42e3360cf905f176dca1d889ebd480e9c6ba7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:55 -0500 Subject: [PATCH 0242/2741] New translations policy-config.md (Arabic) --- docs/ar/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/ar/policy-config.md diff --git a/docs/ar/policy-config.md b/docs/ar/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/ar/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From d0c6b099f7e658406448e1930fa35404b0f14051 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:56 -0500 Subject: [PATCH 0243/2741] New translations otp-backup.md (Arabic) --- docs/ar/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/ar/otp-backup.md diff --git a/docs/ar/otp-backup.md b/docs/ar/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/ar/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From d72e6f4dca51ce71c67352c3f7bdd68f1ec4c15f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:38:58 -0500 Subject: [PATCH 0244/2741] New translations otp-backup-developer.md (Arabic) --- docs/ar/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/ar/otp-backup-developer.md diff --git a/docs/ar/otp-backup-developer.md b/docs/ar/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/ar/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 7ef4cd3b267dd96ee12ee57d4f7762471d16cde6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:00 -0500 Subject: [PATCH 0245/2741] New translations opera-install.md (Arabic) --- docs/ar/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/ar/opera-install.md diff --git a/docs/ar/opera-install.md b/docs/ar/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/ar/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 1b1faca1aba3e9b3ce2404125cf9a04d9eb8f9b6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:01 -0500 Subject: [PATCH 0246/2741] New translations manual-update.md (Arabic) --- docs/ar/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/ar/manual-update.md diff --git a/docs/ar/manual-update.md b/docs/ar/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/ar/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From f1ac38011cb05c09dd5a5b5ffdf23e16b6960c1e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:02 -0500 Subject: [PATCH 0247/2741] New translations lost-codes.md (Arabic) --- docs/ar/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/ar/lost-codes.md diff --git a/docs/ar/lost-codes.md b/docs/ar/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/ar/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 6d21be1822007d10ffc3a84576396d7aff235604 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:03 -0500 Subject: [PATCH 0248/2741] New translations en.yml (Catalan) --- _data/locales/sidebar/ca.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/ca.yml diff --git a/_data/locales/sidebar/ca.yml b/_data/locales/sidebar/ca.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/ca.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 45185bc54bbe4b5b60c6ade7ffe97aeabf07ef9f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:05 -0500 Subject: [PATCH 0249/2741] New translations chrome-issues.md (Catalan) --- docs/ca/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/ca/chrome-issues.md diff --git a/docs/ca/chrome-issues.md b/docs/ca/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/ca/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 492dde46e3d86d8fab68b2e2835b106ef5fd8465 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:06 -0500 Subject: [PATCH 0250/2741] New translations firefox-issues.md (Arabic) --- docs/ar/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/ar/firefox-issues.md diff --git a/docs/ar/firefox-issues.md b/docs/ar/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/ar/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 97187183acba2f8ca1ee292955c4f42689931fb0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:07 -0500 Subject: [PATCH 0251/2741] New translations en.yml (Czech) --- _data/locales/sidebar/cs.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/cs.yml diff --git a/_data/locales/sidebar/cs.yml b/_data/locales/sidebar/cs.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/cs.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 91208db6a8f72c07fb1072d966f8381f07ff9946 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:08 -0500 Subject: [PATCH 0252/2741] New translations opera-install.md (Czech) --- docs/cs/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/cs/opera-install.md diff --git a/docs/cs/opera-install.md b/docs/cs/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/cs/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 742fbbad99ea86b653925ee4648328f122743456 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:09 -0500 Subject: [PATCH 0253/2741] New translations manual-update.md (Czech) --- docs/cs/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/cs/manual-update.md diff --git a/docs/cs/manual-update.md b/docs/cs/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/cs/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From d205ea2e60e2425bca6411877da9d3e300f4bdd6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:10 -0500 Subject: [PATCH 0254/2741] New translations lost-codes.md (Czech) --- docs/cs/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/cs/lost-codes.md diff --git a/docs/cs/lost-codes.md b/docs/cs/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/cs/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From b3c7dc34be671f2b94233a571e6a07c3f3812641 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:11 -0500 Subject: [PATCH 0255/2741] New translations index.md (Czech) --- docs/cs/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/cs/index.md diff --git a/docs/cs/index.md b/docs/cs/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/cs/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From b6eb6709a502b165a00b5ab29014c85c14762b58 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:12 -0500 Subject: [PATCH 0256/2741] New translations firefox-issues.md (Czech) --- docs/cs/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/cs/firefox-issues.md diff --git a/docs/cs/firefox-issues.md b/docs/cs/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/cs/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 249a9119e2f9c4f99409db74bf620a82571f4b8b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:13 -0500 Subject: [PATCH 0257/2741] New translations edge-privacy.md (Czech) --- docs/cs/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/cs/edge-privacy.md diff --git a/docs/cs/edge-privacy.md b/docs/cs/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/cs/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From 383ff2485855f889fcb8183ff20d562af1654787 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:14 -0500 Subject: [PATCH 0258/2741] New translations edge-issues.md (Czech) --- docs/cs/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/cs/edge-issues.md diff --git a/docs/cs/edge-issues.md b/docs/cs/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/cs/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 1e0f41e0caa07675d1bf99dc3514ab7645b0a333 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:15 -0500 Subject: [PATCH 0259/2741] New translations edge-backup.md (Czech) --- docs/cs/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/cs/edge-backup.md diff --git a/docs/cs/edge-backup.md b/docs/cs/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/cs/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From bd7b9ca5b8d33aaab5f2b42c8daae89818e815e0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:17 -0500 Subject: [PATCH 0260/2741] New translations debug-info.md (Czech) --- docs/cs/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/cs/debug-info.md diff --git a/docs/cs/debug-info.md b/docs/cs/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/cs/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 89ca89d17bc3f913e8d3beb55b44dc45624ea5bc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:18 -0500 Subject: [PATCH 0261/2741] New translations chrome-issues.md (Czech) --- docs/cs/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/cs/chrome-issues.md diff --git a/docs/cs/chrome-issues.md b/docs/cs/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/cs/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 68c9e00e50ab4014d66c28442b1a0dea77842898 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:19 -0500 Subject: [PATCH 0262/2741] New translations account-types.md (Czech) --- docs/cs/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/cs/account-types.md diff --git a/docs/cs/account-types.md b/docs/cs/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/cs/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 73a68ecb8fceaad902949a6d02086873acf10659 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:19 -0500 Subject: [PATCH 0263/2741] New translations en.json (Czech) --- _data/locales/default/cs.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/cs.json diff --git a/_data/locales/default/cs.json b/_data/locales/default/cs.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/cs.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From 21bc4ecf547a2f407de2b791fab527b1116f03c2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:21 -0500 Subject: [PATCH 0264/2741] New translations debug-info.md (Catalan) --- docs/ca/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/ca/debug-info.md diff --git a/docs/ca/debug-info.md b/docs/ca/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/ca/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 612204171c6d670a7f4660257ee7e828af9e3147 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:22 -0500 Subject: [PATCH 0265/2741] New translations policy-config.md (Catalan) --- docs/ca/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/ca/policy-config.md diff --git a/docs/ca/policy-config.md b/docs/ca/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/ca/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From 45e5869237248e674627c661b61c85a6fd07d6d8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:23 -0500 Subject: [PATCH 0266/2741] New translations otp-backup.md (Catalan) --- docs/ca/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/ca/otp-backup.md diff --git a/docs/ca/otp-backup.md b/docs/ca/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/ca/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 630575c8467b812c102c92806af790a9001225b2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:24 -0500 Subject: [PATCH 0267/2741] New translations otp-backup-developer.md (Catalan) --- docs/ca/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/ca/otp-backup-developer.md diff --git a/docs/ca/otp-backup-developer.md b/docs/ca/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/ca/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 4d97136f2098efd297285964e1685d139dbfd02b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:25 -0500 Subject: [PATCH 0268/2741] New translations opera-install.md (Italian) --- docs/it/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/it/opera-install.md diff --git a/docs/it/opera-install.md b/docs/it/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/it/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From e8f2c4043e53ce5aa4624e9b93c2e2ede7064302 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:26 -0500 Subject: [PATCH 0269/2741] New translations manual-update.md (Catalan) --- docs/ca/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/ca/manual-update.md diff --git a/docs/ca/manual-update.md b/docs/ca/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/ca/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 46abed6a6332187ecd92122d35fa8c0701aaabba Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:27 -0500 Subject: [PATCH 0270/2741] New translations lost-codes.md (Catalan) --- docs/ca/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/ca/lost-codes.md diff --git a/docs/ca/lost-codes.md b/docs/ca/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/ca/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 7e5c8a1b441a97ecf225ea1b90d25ae8ef2e90fe Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:28 -0500 Subject: [PATCH 0271/2741] New translations index.md (Catalan) --- docs/ca/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/ca/index.md diff --git a/docs/ca/index.md b/docs/ca/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/ca/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From 864f454342676a1df634f76127b2db60b82fa7e8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:29 -0500 Subject: [PATCH 0272/2741] New translations firefox-issues.md (Catalan) --- docs/ca/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/ca/firefox-issues.md diff --git a/docs/ca/firefox-issues.md b/docs/ca/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/ca/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 95fd25c98504c4fcf38b85e10fb676f00423f7bb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:30 -0500 Subject: [PATCH 0273/2741] New translations edge-privacy.md (Catalan) --- docs/ca/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/ca/edge-privacy.md diff --git a/docs/ca/edge-privacy.md b/docs/ca/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/ca/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From 38c6ce9a1607e88f9fe85d56d7047044eaa60bf0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:31 -0500 Subject: [PATCH 0274/2741] New translations edge-issues.md (Catalan) --- docs/ca/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/ca/edge-issues.md diff --git a/docs/ca/edge-issues.md b/docs/ca/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/ca/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From e554e0c9d3236cd63fb136810c723d2f6fcd99a5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:32 -0500 Subject: [PATCH 0275/2741] New translations edge-backup.md (Catalan) --- docs/ca/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/ca/edge-backup.md diff --git a/docs/ca/edge-backup.md b/docs/ca/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/ca/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 6c163b3ddf3b2838e5eb1ff597ea1c6910c4abcd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:32 -0500 Subject: [PATCH 0276/2741] New translations index.md (Arabic) --- docs/ar/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/ar/index.md diff --git a/docs/ar/index.md b/docs/ar/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/ar/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From f582c0e786a5efe158766943a5827ad61612a303 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:33 -0500 Subject: [PATCH 0277/2741] New translations edge-privacy.md (Arabic) --- docs/ar/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/ar/edge-privacy.md diff --git a/docs/ar/edge-privacy.md b/docs/ar/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/ar/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From 8dfe56c7674df57e121aa8fe70ee42bd3a49ee20 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:34 -0500 Subject: [PATCH 0278/2741] New translations otp-backup.md (Czech) --- docs/cs/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/cs/otp-backup.md diff --git a/docs/cs/otp-backup.md b/docs/cs/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/cs/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 90781b9bba117ab5813a392d1b099c7966d6afe1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:35 -0500 Subject: [PATCH 0279/2741] New translations otp-backup.md (Romanian) --- docs/ro/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/ro/otp-backup.md diff --git a/docs/ro/otp-backup.md b/docs/ro/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/ro/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 49710478903d0255d78015e25a8df8c1f7da70d9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:36 -0500 Subject: [PATCH 0280/2741] New translations index.md (French) --- docs/fr/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/fr/index.md diff --git a/docs/fr/index.md b/docs/fr/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/fr/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From e5fb05819b8c4b5d4875ba42d9d991a28de4ae6f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:37 -0500 Subject: [PATCH 0281/2741] New translations firefox-issues.md (French) --- docs/fr/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/fr/firefox-issues.md diff --git a/docs/fr/firefox-issues.md b/docs/fr/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/fr/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From bb3592755e48ccd7987bcccc8bc8b966e63d60bf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:38 -0500 Subject: [PATCH 0282/2741] New translations edge-privacy.md (French) --- docs/fr/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/fr/edge-privacy.md diff --git a/docs/fr/edge-privacy.md b/docs/fr/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/fr/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From f712f98b0db3b9d4b67c6f9fbad895a0ecde2c80 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:39 -0500 Subject: [PATCH 0283/2741] New translations edge-issues.md (French) --- docs/fr/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/fr/edge-issues.md diff --git a/docs/fr/edge-issues.md b/docs/fr/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/fr/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From d82a2c9aaf9c7031b487cd62a505d7a582264603 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:40 -0500 Subject: [PATCH 0284/2741] New translations edge-backup.md (French) --- docs/fr/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/fr/edge-backup.md diff --git a/docs/fr/edge-backup.md b/docs/fr/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/fr/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 217cdec2875ba65cecc66d28595c17c183eec582 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:41 -0500 Subject: [PATCH 0285/2741] New translations debug-info.md (French) --- docs/fr/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/fr/debug-info.md diff --git a/docs/fr/debug-info.md b/docs/fr/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/fr/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 7db545c5d3a303d66937650e18380b6ec32a5f8a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:42 -0500 Subject: [PATCH 0286/2741] New translations chrome-issues.md (French) --- docs/fr/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/fr/chrome-issues.md diff --git a/docs/fr/chrome-issues.md b/docs/fr/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/fr/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From e9d016231161dea1220aafc0fb24333d5d30a1f0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:43 -0500 Subject: [PATCH 0287/2741] New translations account-types.md (French) --- docs/fr/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/fr/account-types.md diff --git a/docs/fr/account-types.md b/docs/fr/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/fr/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From e905197190469e752d4044c974dadc8de0bed19e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:44 -0500 Subject: [PATCH 0288/2741] New translations en.yml (French) --- _data/locales/sidebar/fr.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/fr.yml diff --git a/_data/locales/sidebar/fr.yml b/_data/locales/sidebar/fr.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/fr.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 8d4c0d553a1810a94eae61f55743ebc3569a46cf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:45 -0500 Subject: [PATCH 0289/2741] New translations en.json (French) --- _data/locales/default/fr.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/fr.json diff --git a/_data/locales/default/fr.json b/_data/locales/default/fr.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/fr.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From 4cba65745929927332d0841a5c96f81ba3a0333f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:46 -0500 Subject: [PATCH 0290/2741] New translations policy-config.md (Romanian) --- docs/ro/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/ro/policy-config.md diff --git a/docs/ro/policy-config.md b/docs/ro/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/ro/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From 70a2a5027622107bffdb518c00f937dfea547128 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:47 -0500 Subject: [PATCH 0291/2741] New translations otp-backup-developer.md (Romanian) --- docs/ro/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/ro/otp-backup-developer.md diff --git a/docs/ro/otp-backup-developer.md b/docs/ro/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/ro/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From f15caa4b1da81e953c20bd3f8c9c8c5c21effe64 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:49 -0500 Subject: [PATCH 0292/2741] New translations manual-update.md (French) --- docs/fr/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/fr/manual-update.md diff --git a/docs/fr/manual-update.md b/docs/fr/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/fr/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 6668274c0028aa3e856f3e4349ee8ec749c7d10c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:49 -0500 Subject: [PATCH 0293/2741] New translations opera-install.md (Romanian) --- docs/ro/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/ro/opera-install.md diff --git a/docs/ro/opera-install.md b/docs/ro/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/ro/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 99fd377adb7ae9b5766d63a601bc3d45bf66fb78 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:50 -0500 Subject: [PATCH 0294/2741] New translations manual-update.md (Romanian) --- docs/ro/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/ro/manual-update.md diff --git a/docs/ro/manual-update.md b/docs/ro/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/ro/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 26995369f99a1a11a0408624d6f39a664dac6164 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:51 -0500 Subject: [PATCH 0295/2741] New translations lost-codes.md (Romanian) --- docs/ro/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/ro/lost-codes.md diff --git a/docs/ro/lost-codes.md b/docs/ro/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/ro/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 7dec396bfa8f334b0c5c32114aaf9c1f07adbf81 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:52 -0500 Subject: [PATCH 0296/2741] New translations index.md (Romanian) --- docs/ro/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/ro/index.md diff --git a/docs/ro/index.md b/docs/ro/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/ro/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From f16f34e97e3b516b70809f7c303b329c6515aead Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:53 -0500 Subject: [PATCH 0297/2741] New translations firefox-issues.md (Romanian) --- docs/ro/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/ro/firefox-issues.md diff --git a/docs/ro/firefox-issues.md b/docs/ro/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/ro/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From adb7ebb2a0471f41b5d6857c9e78a663e533bc07 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:54 -0500 Subject: [PATCH 0298/2741] New translations edge-privacy.md (Romanian) --- docs/ro/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/ro/edge-privacy.md diff --git a/docs/ro/edge-privacy.md b/docs/ro/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/ro/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From fa83c0f8f119c396f2cf72e9030e41a48cc84187 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:55 -0500 Subject: [PATCH 0299/2741] New translations edge-issues.md (Romanian) --- docs/ro/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/ro/edge-issues.md diff --git a/docs/ro/edge-issues.md b/docs/ro/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/ro/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 9fffd9e63cb165d4efb1fa6ec9c3eafa9cb66b1c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:56 -0500 Subject: [PATCH 0300/2741] New translations edge-backup.md (Romanian) --- docs/ro/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/ro/edge-backup.md diff --git a/docs/ro/edge-backup.md b/docs/ro/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/ro/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From d6c04a3c6cadcb2ffc2b6f41b4d98158be8faa2c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:58 -0500 Subject: [PATCH 0301/2741] New translations debug-info.md (Romanian) --- docs/ro/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/ro/debug-info.md diff --git a/docs/ro/debug-info.md b/docs/ro/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/ro/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 19afa3ff3d2ad1ce80a8b16817bd5341239239d7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:58 -0500 Subject: [PATCH 0302/2741] New translations chrome-issues.md (Romanian) --- docs/ro/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/ro/chrome-issues.md diff --git a/docs/ro/chrome-issues.md b/docs/ro/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/ro/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From fdaa93b47c839d112dcd2a4a5502f3b0b8043366 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:39:59 -0500 Subject: [PATCH 0303/2741] New translations account-types.md (Romanian) --- docs/ro/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/ro/account-types.md diff --git a/docs/ro/account-types.md b/docs/ro/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/ro/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 4401eb71b3b290d96eca53b90f3df0adcad705fb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:01 -0500 Subject: [PATCH 0304/2741] New translations lost-codes.md (French) --- docs/fr/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/fr/lost-codes.md diff --git a/docs/fr/lost-codes.md b/docs/fr/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/fr/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 05d425d8a7ae24ce101f2b0589820d3ade86a39e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:02 -0500 Subject: [PATCH 0305/2741] New translations opera-install.md (French) --- docs/fr/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/fr/opera-install.md diff --git a/docs/fr/opera-install.md b/docs/fr/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/fr/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From df385c027e12c973c0cd5fb77652e4404722afc7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:03 -0500 Subject: [PATCH 0306/2741] New translations edge-issues.md (Arabic) --- docs/ar/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/ar/edge-issues.md diff --git a/docs/ar/edge-issues.md b/docs/ar/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/ar/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 79f71092e34dfa0c7f5febf8ddf0af9cdd963f4f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:04 -0500 Subject: [PATCH 0307/2741] New translations lost-codes.md (Spanish) --- docs/es/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/es/lost-codes.md diff --git a/docs/es/lost-codes.md b/docs/es/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/es/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From c1ab1474d153b4375d81732770da94d6d7ed5ef8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:05 -0500 Subject: [PATCH 0308/2741] New translations edge-backup.md (Arabic) --- docs/ar/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/ar/edge-backup.md diff --git a/docs/ar/edge-backup.md b/docs/ar/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/ar/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 1aa950f0c2fb82dcd3ff4c7a3482ae507755621a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:06 -0500 Subject: [PATCH 0309/2741] New translations debug-info.md (Arabic) --- docs/ar/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/ar/debug-info.md diff --git a/docs/ar/debug-info.md b/docs/ar/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/ar/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 0419a54f786138a6bf57e2272ba50563e7d399e8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:07 -0500 Subject: [PATCH 0310/2741] New translations chrome-issues.md (Arabic) --- docs/ar/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/ar/chrome-issues.md diff --git a/docs/ar/chrome-issues.md b/docs/ar/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/ar/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From d253226ea7f144441af301859cfca6b3ec829e37 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:08 -0500 Subject: [PATCH 0311/2741] New translations account-types.md (Arabic) --- docs/ar/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/ar/account-types.md diff --git a/docs/ar/account-types.md b/docs/ar/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/ar/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 86fe8dcf97db8048cd62080535cf31702666c413 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:09 -0500 Subject: [PATCH 0312/2741] New translations en.yml (Arabic) --- _data/locales/sidebar/ar.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/ar.yml diff --git a/_data/locales/sidebar/ar.yml b/_data/locales/sidebar/ar.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/ar.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From b54708ee1d766dacda1da84b316ae83b5542bee6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:10 -0500 Subject: [PATCH 0313/2741] New translations en.json (Arabic) --- _data/locales/default/ar.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/ar.json diff --git a/_data/locales/default/ar.json b/_data/locales/default/ar.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/ar.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From 245018864eda2a6c651bb833a010afea6e0e2b16 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:11 -0500 Subject: [PATCH 0314/2741] New translations policy-config.md (Spanish) --- docs/es/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/es/policy-config.md diff --git a/docs/es/policy-config.md b/docs/es/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/es/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From 3ea4e8bfa043c4e0b46750deb7376229f92f5482 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:12 -0500 Subject: [PATCH 0315/2741] New translations otp-backup.md (Spanish) --- docs/es/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/es/otp-backup.md diff --git a/docs/es/otp-backup.md b/docs/es/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/es/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 5160555becaed359fce697682c413128d5c09350 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:13 -0500 Subject: [PATCH 0316/2741] New translations otp-backup-developer.md (Spanish) --- docs/es/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/es/otp-backup-developer.md diff --git a/docs/es/otp-backup-developer.md b/docs/es/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/es/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 1fc510a4cc4e33f35e991e74ab6dfb830c9b0460 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:14 -0500 Subject: [PATCH 0317/2741] New translations opera-install.md (Spanish) --- docs/es/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/es/opera-install.md diff --git a/docs/es/opera-install.md b/docs/es/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/es/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From eb36affe0dc476be0d02bcc96298af0426a57e72 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:15 -0500 Subject: [PATCH 0318/2741] New translations manual-update.md (Spanish) --- docs/es/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/es/manual-update.md diff --git a/docs/es/manual-update.md b/docs/es/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/es/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 7d4f4ed751c7610b38c4edbd7ce324cb01d70068 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:16 -0500 Subject: [PATCH 0319/2741] New translations index.md (Spanish) --- docs/es/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/es/index.md diff --git a/docs/es/index.md b/docs/es/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/es/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From df32c51c916f2f437b4c10bc38b6d7f9393a5e71 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:17 -0500 Subject: [PATCH 0320/2741] New translations otp-backup-developer.md (French) --- docs/fr/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/fr/otp-backup-developer.md diff --git a/docs/fr/otp-backup-developer.md b/docs/fr/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/fr/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 2db33c3a75ca2d455b7670dad6c51d3da6f6b534 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:18 -0500 Subject: [PATCH 0321/2741] New translations firefox-issues.md (Spanish) --- docs/es/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/es/firefox-issues.md diff --git a/docs/es/firefox-issues.md b/docs/es/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/es/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 5699f5f10b7f00230c3b6adfdb79480fbb7cde2b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:19 -0500 Subject: [PATCH 0322/2741] New translations edge-privacy.md (Spanish) --- docs/es/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/es/edge-privacy.md diff --git a/docs/es/edge-privacy.md b/docs/es/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/es/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From 46a24a280abd24878dc025ad9c7c007976555cab Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:20 -0500 Subject: [PATCH 0323/2741] New translations edge-issues.md (Spanish) --- docs/es/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/es/edge-issues.md diff --git a/docs/es/edge-issues.md b/docs/es/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/es/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 1ae16db37972deb6825d581b5f24ad81838feee7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:21 -0500 Subject: [PATCH 0324/2741] New translations edge-backup.md (Spanish) --- docs/es/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/es/edge-backup.md diff --git a/docs/es/edge-backup.md b/docs/es/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/es/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 15de6883bc314c17fecf4d1c688af7071503e165 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:22 -0500 Subject: [PATCH 0325/2741] New translations debug-info.md (Spanish) --- docs/es/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/es/debug-info.md diff --git a/docs/es/debug-info.md b/docs/es/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/es/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 4dbbd3afa6144988627d41a8dbe41378c2a30f96 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:23 -0500 Subject: [PATCH 0326/2741] New translations chrome-issues.md (Spanish) --- docs/es/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/es/chrome-issues.md diff --git a/docs/es/chrome-issues.md b/docs/es/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/es/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 48af2a97156cf025dcb59733e9f6331d73fbe5b0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:24 -0500 Subject: [PATCH 0327/2741] New translations account-types.md (Spanish) --- docs/es/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/es/account-types.md diff --git a/docs/es/account-types.md b/docs/es/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/es/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 5d85bd8cd93a7ce0175566a8698323ac935a2c61 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:25 -0500 Subject: [PATCH 0328/2741] New translations en.yml (Spanish) --- _data/locales/sidebar/es.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/es.yml diff --git a/_data/locales/sidebar/es.yml b/_data/locales/sidebar/es.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/es.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 1297033945f97c92530e41ede5cee03b49dfc948 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:26 -0500 Subject: [PATCH 0329/2741] New translations en.json (Spanish) --- _data/locales/default/es.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/es.json diff --git a/_data/locales/default/es.json b/_data/locales/default/es.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/es.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From 3306b095ea0dcf157273d2cb370aafff1e25ca5c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:27 -0500 Subject: [PATCH 0330/2741] New translations policy-config.md (French) --- docs/fr/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/fr/policy-config.md diff --git a/docs/fr/policy-config.md b/docs/fr/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/fr/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From 3ccd12f679bfba178aaa4e9007fcc8fd863b5744 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:28 -0500 Subject: [PATCH 0331/2741] New translations otp-backup.md (French) --- docs/fr/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/fr/otp-backup.md diff --git a/docs/fr/otp-backup.md b/docs/fr/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/fr/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 6021bdb8bf6e7a9e21f95bcb4384b91b10e09da0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:29 -0500 Subject: [PATCH 0332/2741] New translations otp-backup-developer.md (Czech) --- docs/cs/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/cs/otp-backup-developer.md diff --git a/docs/cs/otp-backup-developer.md b/docs/cs/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/cs/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From c873f20ae1d866587229deb11993e7369036d959 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:31 -0500 Subject: [PATCH 0333/2741] New translations opera-install.md (Catalan) --- docs/ca/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/ca/opera-install.md diff --git a/docs/ca/opera-install.md b/docs/ca/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/ca/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 3719ace82563c7199b39cbb9bc2bf2e2051fdd84 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:32 -0500 Subject: [PATCH 0334/2741] New translations policy-config.md (Czech) --- docs/cs/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/cs/policy-config.md diff --git a/docs/cs/policy-config.md b/docs/cs/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/cs/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From ba783418ac50e884374655d30d351c7d0c3a8119 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:33 -0500 Subject: [PATCH 0335/2741] New translations edge-backup.md (Hebrew) --- docs/he/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/he/edge-backup.md diff --git a/docs/he/edge-backup.md b/docs/he/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/he/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 8c275dfe1db7bcd283b66df0e0937710e82f48d9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:34 -0500 Subject: [PATCH 0336/2741] New translations policy-config.md (Hebrew) --- docs/he/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/he/policy-config.md diff --git a/docs/he/policy-config.md b/docs/he/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/he/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From afa79a644315abf2ff665892a1e1cf5f96605943 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:35 -0500 Subject: [PATCH 0337/2741] New translations otp-backup.md (Hebrew) --- docs/he/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/he/otp-backup.md diff --git a/docs/he/otp-backup.md b/docs/he/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/he/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From f5e41ea93aee4a60511ba8dc6d03b72d61edd55d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:36 -0500 Subject: [PATCH 0338/2741] New translations otp-backup-developer.md (Hebrew) --- docs/he/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/he/otp-backup-developer.md diff --git a/docs/he/otp-backup-developer.md b/docs/he/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/he/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 04465d10ef60b1dd4a0f135eda620ca14d21cc0f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:37 -0500 Subject: [PATCH 0339/2741] New translations opera-install.md (Hebrew) --- docs/he/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/he/opera-install.md diff --git a/docs/he/opera-install.md b/docs/he/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/he/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 908ffcb10816f98621e879ab394f6ffe1b484980 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:38 -0500 Subject: [PATCH 0340/2741] New translations manual-update.md (Hebrew) --- docs/he/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/he/manual-update.md diff --git a/docs/he/manual-update.md b/docs/he/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/he/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 9087d95e3429bb651412e3bdfa8e9167247565c1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:39 -0500 Subject: [PATCH 0341/2741] New translations lost-codes.md (Hebrew) --- docs/he/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/he/lost-codes.md diff --git a/docs/he/lost-codes.md b/docs/he/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/he/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From b462bbdf328d52af30065fcb85ecb091828189de Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:40 -0500 Subject: [PATCH 0342/2741] New translations index.md (Hebrew) --- docs/he/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/he/index.md diff --git a/docs/he/index.md b/docs/he/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/he/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From 21bb55243e616154de654552575704471107b1e8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:41 -0500 Subject: [PATCH 0343/2741] New translations en.json (Danish) --- _data/locales/default/da.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/da.json diff --git a/_data/locales/default/da.json b/_data/locales/default/da.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/da.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From f080d54f5a0f20175bfc4e1bac0f3102360a1cff Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:42 -0500 Subject: [PATCH 0344/2741] New translations edge-privacy.md (Hebrew) --- docs/he/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/he/edge-privacy.md diff --git a/docs/he/edge-privacy.md b/docs/he/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/he/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From 8a03a06b945995692e1dd0e0fa15e2158af130d5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:43 -0500 Subject: [PATCH 0345/2741] New translations edge-issues.md (Hebrew) --- docs/he/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/he/edge-issues.md diff --git a/docs/he/edge-issues.md b/docs/he/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/he/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From acc5433746553eccef2c36570e80b55805a7034c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:44 -0500 Subject: [PATCH 0346/2741] New translations debug-info.md (Hebrew) --- docs/he/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/he/debug-info.md diff --git a/docs/he/debug-info.md b/docs/he/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/he/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 899e6139a0a1b98194eb570fbe14537d0e50f768 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:45 -0500 Subject: [PATCH 0347/2741] New translations en.yml (Hungarian) --- _data/locales/sidebar/hu.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/hu.yml diff --git a/_data/locales/sidebar/hu.yml b/_data/locales/sidebar/hu.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/hu.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 355c09a23df41f3e7eadf2370690814955088385 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:46 -0500 Subject: [PATCH 0348/2741] New translations chrome-issues.md (Hebrew) --- docs/he/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/he/chrome-issues.md diff --git a/docs/he/chrome-issues.md b/docs/he/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/he/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 05fa2643fbe2f34f758998f9788503235ae3c4dd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:47 -0500 Subject: [PATCH 0349/2741] New translations account-types.md (Hebrew) --- docs/he/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/he/account-types.md diff --git a/docs/he/account-types.md b/docs/he/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/he/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 8873de3749478f9e9eea0c47419b55c9ebcd87ce Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:48 -0500 Subject: [PATCH 0350/2741] New translations en.yml (Hebrew) --- _data/locales/sidebar/he.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/he.yml diff --git a/_data/locales/sidebar/he.yml b/_data/locales/sidebar/he.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/he.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 2fd21dfb80258c537e6e2289cc0c645f1783dba8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:49 -0500 Subject: [PATCH 0351/2741] New translations en.json (Hebrew) --- _data/locales/default/he.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/he.json diff --git a/_data/locales/default/he.json b/_data/locales/default/he.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/he.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From 15e5aecd5d28a721486509eb5b7d73980fec5ecc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:50 -0500 Subject: [PATCH 0352/2741] New translations policy-config.md (Finnish) --- docs/fi/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/fi/policy-config.md diff --git a/docs/fi/policy-config.md b/docs/fi/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/fi/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From 2224c8ca8252f088b297c394d17b234938d4bf72 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:51 -0500 Subject: [PATCH 0353/2741] New translations otp-backup.md (Finnish) --- docs/fi/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/fi/otp-backup.md diff --git a/docs/fi/otp-backup.md b/docs/fi/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/fi/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 2ac08605f07a4dc743eeeea49a1448279821ef4c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:52 -0500 Subject: [PATCH 0354/2741] New translations otp-backup-developer.md (Finnish) --- docs/fi/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/fi/otp-backup-developer.md diff --git a/docs/fi/otp-backup-developer.md b/docs/fi/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/fi/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From f2e7feb4aaae29f04380290d95b946bf8500e4a0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:53 -0500 Subject: [PATCH 0355/2741] New translations opera-install.md (Finnish) --- docs/fi/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/fi/opera-install.md diff --git a/docs/fi/opera-install.md b/docs/fi/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/fi/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From bfd48fea44f6e7ff9bfc6ca218c6b2ecf9c91b6d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:54 -0500 Subject: [PATCH 0356/2741] New translations manual-update.md (Finnish) --- docs/fi/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/fi/manual-update.md diff --git a/docs/fi/manual-update.md b/docs/fi/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/fi/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 049cc7299bf4fda6e1e4dcc24446987cc271db1e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:55 -0500 Subject: [PATCH 0357/2741] New translations lost-codes.md (Finnish) --- docs/fi/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/fi/lost-codes.md diff --git a/docs/fi/lost-codes.md b/docs/fi/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/fi/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 3091c7c70a0e52292189e017a371cce4240d9e17 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:56 -0500 Subject: [PATCH 0358/2741] New translations index.md (Finnish) --- docs/fi/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/fi/index.md diff --git a/docs/fi/index.md b/docs/fi/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/fi/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From a05a0f7b5fc1c4a9cfa860496ba69f05eb9e5126 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:57 -0500 Subject: [PATCH 0359/2741] New translations en.json (Hungarian) --- _data/locales/default/hu.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/hu.json diff --git a/_data/locales/default/hu.json b/_data/locales/default/hu.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/hu.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From 683789e6a1f5f37ec5b366ab11764c43d1aad9b6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:58 -0500 Subject: [PATCH 0360/2741] New translations account-types.md (Hungarian) --- docs/hu/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/hu/account-types.md diff --git a/docs/hu/account-types.md b/docs/hu/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/hu/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 39b958ee098f4760d788a81c4bec6a99849ea624 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:40:59 -0500 Subject: [PATCH 0361/2741] New translations edge-privacy.md (Finnish) --- docs/fi/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/fi/edge-privacy.md diff --git a/docs/fi/edge-privacy.md b/docs/fi/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/fi/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From 29f794d83d8f60834a9e3a39e7167257b6683386 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:00 -0500 Subject: [PATCH 0362/2741] New translations en.json (Italian) --- _data/locales/default/it.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/it.json diff --git a/_data/locales/default/it.json b/_data/locales/default/it.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/it.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From a19da8c9fb165f540eae543805d9e4730e9cc8c4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:04 -0500 Subject: [PATCH 0363/2741] New translations manual-update.md (Italian) --- docs/it/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/it/manual-update.md diff --git a/docs/it/manual-update.md b/docs/it/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/it/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 11eead0cfe8d9eae224ffa4304084a8d2c1f03c6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:07 -0500 Subject: [PATCH 0364/2741] New translations lost-codes.md (Italian) --- docs/it/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/it/lost-codes.md diff --git a/docs/it/lost-codes.md b/docs/it/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/it/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 12bcb73b73ce7f907680b3cc4e8b2cf9566ea23f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:08 -0500 Subject: [PATCH 0365/2741] New translations index.md (Italian) --- docs/it/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/it/index.md diff --git a/docs/it/index.md b/docs/it/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/it/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From 087311c2f8e22626436ccc92929efe2e046f72ca Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:10 -0500 Subject: [PATCH 0366/2741] New translations firefox-issues.md (Italian) --- docs/it/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/it/firefox-issues.md diff --git a/docs/it/firefox-issues.md b/docs/it/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/it/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 7cf7dd536ca43bb69b295474fa34522f9d07678f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:11 -0500 Subject: [PATCH 0367/2741] New translations edge-privacy.md (Italian) --- docs/it/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/it/edge-privacy.md diff --git a/docs/it/edge-privacy.md b/docs/it/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/it/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From 06b61ded05921f96805abfd9a24fae5aabd694a8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:12 -0500 Subject: [PATCH 0368/2741] New translations edge-issues.md (Italian) --- docs/it/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/it/edge-issues.md diff --git a/docs/it/edge-issues.md b/docs/it/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/it/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 0f836fac4f925b9c4eb5a5869568981e05e3ca40 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:13 -0500 Subject: [PATCH 0369/2741] New translations edge-backup.md (Italian) --- docs/it/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/it/edge-backup.md diff --git a/docs/it/edge-backup.md b/docs/it/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/it/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 6fe3fb18531287448e0e6171d674af2eb754f14b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:15 -0500 Subject: [PATCH 0370/2741] New translations debug-info.md (Italian) --- docs/it/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/it/debug-info.md diff --git a/docs/it/debug-info.md b/docs/it/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/it/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 63edccc14a31c991b5325f8bc05c78187802b7d2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:16 -0500 Subject: [PATCH 0371/2741] New translations chrome-issues.md (Italian) --- docs/it/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/it/chrome-issues.md diff --git a/docs/it/chrome-issues.md b/docs/it/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/it/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From af14bec111e9450f1c002e59bd5163c4fbe3433e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:17 -0500 Subject: [PATCH 0372/2741] New translations account-types.md (Italian) --- docs/it/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/it/account-types.md diff --git a/docs/it/account-types.md b/docs/it/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/it/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From a5488adacd918e126067e49ef7c9f6ad26f9430d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:18 -0500 Subject: [PATCH 0373/2741] New translations en.yml (Italian) --- _data/locales/sidebar/it.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/it.yml diff --git a/_data/locales/sidebar/it.yml b/_data/locales/sidebar/it.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/it.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From a59c6b841276a43e13f8e7939548a7dafc97c795 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:19 -0500 Subject: [PATCH 0374/2741] New translations policy-config.md (Hungarian) --- docs/hu/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/hu/policy-config.md diff --git a/docs/hu/policy-config.md b/docs/hu/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/hu/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From aaced51892a6acf960a21027289ed31d419e3031 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:20 -0500 Subject: [PATCH 0375/2741] New translations chrome-issues.md (Hungarian) --- docs/hu/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/hu/chrome-issues.md diff --git a/docs/hu/chrome-issues.md b/docs/hu/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/hu/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From ee878790f2604530e2a375eb32bd1f7c23fbb929 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:21 -0500 Subject: [PATCH 0376/2741] New translations otp-backup.md (Hungarian) --- docs/hu/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/hu/otp-backup.md diff --git a/docs/hu/otp-backup.md b/docs/hu/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/hu/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 61f3b657fdb4e8385ea364269b4809385d2a7319 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:22 -0500 Subject: [PATCH 0377/2741] New translations otp-backup-developer.md (Hungarian) --- docs/hu/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/hu/otp-backup-developer.md diff --git a/docs/hu/otp-backup-developer.md b/docs/hu/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/hu/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 9ca80ecfef52241b469d4344eabde240f6dbc7fe Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:24 -0500 Subject: [PATCH 0378/2741] New translations opera-install.md (Hungarian) --- docs/hu/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/hu/opera-install.md diff --git a/docs/hu/opera-install.md b/docs/hu/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/hu/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From e7541d5de04b17ea27d2a835a084e5ddadd114da Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:25 -0500 Subject: [PATCH 0379/2741] New translations manual-update.md (Hungarian) --- docs/hu/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/hu/manual-update.md diff --git a/docs/hu/manual-update.md b/docs/hu/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/hu/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From beca56b98d40200a6251d863088f6e4fd393f1e7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:26 -0500 Subject: [PATCH 0380/2741] New translations lost-codes.md (Hungarian) --- docs/hu/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/hu/lost-codes.md diff --git a/docs/hu/lost-codes.md b/docs/hu/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/hu/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From e218e1e6a81840b792989fd6ce1725d8ed7d32af Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:27 -0500 Subject: [PATCH 0381/2741] New translations index.md (Hungarian) --- docs/hu/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/hu/index.md diff --git a/docs/hu/index.md b/docs/hu/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/hu/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From fa9d1d74161547ddffdf770c3421ab8c2e88d30c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:28 -0500 Subject: [PATCH 0382/2741] New translations firefox-issues.md (Hungarian) --- docs/hu/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/hu/firefox-issues.md diff --git a/docs/hu/firefox-issues.md b/docs/hu/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/hu/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From a5a63ac37a900fcfab94d2bd8b69f19a11363d52 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:29 -0500 Subject: [PATCH 0383/2741] New translations edge-privacy.md (Hungarian) --- docs/hu/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/hu/edge-privacy.md diff --git a/docs/hu/edge-privacy.md b/docs/hu/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/hu/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From 22c98534133e21875100ee3c7a07286bc6620ee5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:30 -0500 Subject: [PATCH 0384/2741] New translations edge-issues.md (Hungarian) --- docs/hu/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/hu/edge-issues.md diff --git a/docs/hu/edge-issues.md b/docs/hu/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/hu/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 0390453623c94ff18712101e74875812389da0a3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:31 -0500 Subject: [PATCH 0385/2741] New translations edge-backup.md (Hungarian) --- docs/hu/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/hu/edge-backup.md diff --git a/docs/hu/edge-backup.md b/docs/hu/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/hu/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 9ddfd2e2a8ad7204eb9a80f051824032676b83f1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:32 -0500 Subject: [PATCH 0386/2741] New translations debug-info.md (Hungarian) --- docs/hu/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/hu/debug-info.md diff --git a/docs/hu/debug-info.md b/docs/hu/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/hu/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From b842d7c8795cc3340f1873403b4e85d6b9405f65 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:33 -0500 Subject: [PATCH 0387/2741] New translations firefox-issues.md (Finnish) --- docs/fi/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/fi/firefox-issues.md diff --git a/docs/fi/firefox-issues.md b/docs/fi/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/fi/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From fa64d64ec876a26b55ef1060e58307c40fb0a757 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:34 -0500 Subject: [PATCH 0388/2741] New translations firefox-issues.md (Hebrew) --- docs/he/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/he/firefox-issues.md diff --git a/docs/he/firefox-issues.md b/docs/he/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/he/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 26c16b500ce3393111451a0b374d4635f1a6ccee Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:35 -0500 Subject: [PATCH 0389/2741] New translations edge-issues.md (Finnish) --- docs/fi/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/fi/edge-issues.md diff --git a/docs/fi/edge-issues.md b/docs/fi/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/fi/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 5ac43eb99eb8b1d2577903f5405a0c2490b8cdd7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:36 -0500 Subject: [PATCH 0390/2741] New translations otp-backup-developer.md (Danish) --- docs/da/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/da/otp-backup-developer.md diff --git a/docs/da/otp-backup-developer.md b/docs/da/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/da/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 1f2e602957ffa4349ed7d17676098a3782c9ae57 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:37 -0500 Subject: [PATCH 0391/2741] New translations firefox-issues.md (German) --- docs/de/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/de/firefox-issues.md diff --git a/docs/de/firefox-issues.md b/docs/de/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/de/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 8bead570bcc0cc42e65d93f2bb87127891f90f01 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:38 -0500 Subject: [PATCH 0392/2741] New translations edge-privacy.md (German) --- docs/de/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/de/edge-privacy.md diff --git a/docs/de/edge-privacy.md b/docs/de/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/de/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From fd03696849dc9f1f471d89d46da5aa552337e107 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:39 -0500 Subject: [PATCH 0393/2741] New translations edge-issues.md (German) --- docs/de/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/de/edge-issues.md diff --git a/docs/de/edge-issues.md b/docs/de/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/de/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From f59c54be1b189c8c63be938a36c7da89300d3e01 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:40 -0500 Subject: [PATCH 0394/2741] New translations edge-backup.md (German) --- docs/de/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/de/edge-backup.md diff --git a/docs/de/edge-backup.md b/docs/de/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/de/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 51ceb3d52faf4af2b0e217a0e6e5a8dfc2634d38 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:41 -0500 Subject: [PATCH 0395/2741] New translations debug-info.md (German) --- docs/de/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/de/debug-info.md diff --git a/docs/de/debug-info.md b/docs/de/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/de/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 62caf53f51eb09d40a35099649d7732efeaa5a3d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:42 -0500 Subject: [PATCH 0396/2741] New translations chrome-issues.md (German) --- docs/de/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/de/chrome-issues.md diff --git a/docs/de/chrome-issues.md b/docs/de/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/de/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 248185dfcf1432e5de569cdd2870726864c7213d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:43 -0500 Subject: [PATCH 0397/2741] New translations account-types.md (German) --- docs/de/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/de/account-types.md diff --git a/docs/de/account-types.md b/docs/de/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/de/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 4be7bc729576364436610b13be3e9e50bf28ee59 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:44 -0500 Subject: [PATCH 0398/2741] New translations en.yml (German) --- _data/locales/sidebar/de.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/de.yml diff --git a/_data/locales/sidebar/de.yml b/_data/locales/sidebar/de.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/de.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 4dd964703dfa59307bed256c60ebb0781562ad2b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:45 -0500 Subject: [PATCH 0399/2741] New translations en.json (German) --- _data/locales/default/de.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/de.json diff --git a/_data/locales/default/de.json b/_data/locales/default/de.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/de.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From 55fbe19ddd32ccaf2c8e9c8311cfbe2ddd080dd6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:46 -0500 Subject: [PATCH 0400/2741] New translations policy-config.md (Danish) --- docs/da/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/da/policy-config.md diff --git a/docs/da/policy-config.md b/docs/da/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/da/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From 91c5359bad1302b86ac4d0998c8500e4318a3fb8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:47 -0500 Subject: [PATCH 0401/2741] New translations otp-backup.md (Danish) --- docs/da/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/da/otp-backup.md diff --git a/docs/da/otp-backup.md b/docs/da/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/da/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 6180a3e19e81f008367c78cf2bdd27b7c792ebae Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:48 -0500 Subject: [PATCH 0402/2741] New translations opera-install.md (Danish) --- docs/da/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/da/opera-install.md diff --git a/docs/da/opera-install.md b/docs/da/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/da/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 394e919398408aed4e17dd05d185d03e79c6787b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:49 -0500 Subject: [PATCH 0403/2741] New translations lost-codes.md (German) --- docs/de/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/de/lost-codes.md diff --git a/docs/de/lost-codes.md b/docs/de/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/de/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 492219f2448654c4f29313476359e5b37a7f454b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:50 -0500 Subject: [PATCH 0404/2741] New translations manual-update.md (Danish) --- docs/da/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/da/manual-update.md diff --git a/docs/da/manual-update.md b/docs/da/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/da/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From e8a8b0924d3285dd2bad0c387e7b4c162b711177 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:51 -0500 Subject: [PATCH 0405/2741] New translations lost-codes.md (Danish) --- docs/da/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/da/lost-codes.md diff --git a/docs/da/lost-codes.md b/docs/da/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/da/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 4be44bee61a03e0d87b5f40e79b9c44895093e8c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:52 -0500 Subject: [PATCH 0406/2741] New translations index.md (Danish) --- docs/da/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/da/index.md diff --git a/docs/da/index.md b/docs/da/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/da/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From 1345d8efbf1b1af873a4a136eb9e632555c8ca3b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:54 -0500 Subject: [PATCH 0407/2741] New translations edge-backup.md (Finnish) --- docs/fi/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/fi/edge-backup.md diff --git a/docs/fi/edge-backup.md b/docs/fi/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/fi/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 299062172b74f6e69d84db1b8ada44e5b58721f7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:55 -0500 Subject: [PATCH 0408/2741] New translations edge-privacy.md (Danish) --- docs/da/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/da/edge-privacy.md diff --git a/docs/da/edge-privacy.md b/docs/da/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/da/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From 58d9957bb0fa5ca615679aac07b83180bb9aa10e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:56 -0500 Subject: [PATCH 0409/2741] New translations edge-issues.md (Danish) --- docs/da/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/da/edge-issues.md diff --git a/docs/da/edge-issues.md b/docs/da/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/da/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 2cf64fbb91210648b2033f9ab3b945720bbe8c81 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:57 -0500 Subject: [PATCH 0410/2741] New translations edge-backup.md (Danish) --- docs/da/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/da/edge-backup.md diff --git a/docs/da/edge-backup.md b/docs/da/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/da/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From cb9e3be8dc4c23222596e5f2b3b625e68ca2ab3c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:41:59 -0500 Subject: [PATCH 0411/2741] New translations debug-info.md (Danish) --- docs/da/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/da/debug-info.md diff --git a/docs/da/debug-info.md b/docs/da/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/da/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 219fb4b06046e176a5e57418ec3dd4ea6ccc0333 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:00 -0500 Subject: [PATCH 0412/2741] New translations chrome-issues.md (Danish) --- docs/da/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/da/chrome-issues.md diff --git a/docs/da/chrome-issues.md b/docs/da/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/da/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 165826756fe870b7ffb82480115e8695a7c94b51 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:00 -0500 Subject: [PATCH 0413/2741] New translations account-types.md (Danish) --- docs/da/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/da/account-types.md diff --git a/docs/da/account-types.md b/docs/da/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/da/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 9201200af22738a759dbd8f9cfa670a0d02f05ff Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:01 -0500 Subject: [PATCH 0414/2741] New translations en.yml (Danish) --- _data/locales/sidebar/da.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/da.yml diff --git a/_data/locales/sidebar/da.yml b/_data/locales/sidebar/da.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/da.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 52432e1d9317961b7a27f4825527a9be9c04baed Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:02 -0500 Subject: [PATCH 0415/2741] New translations index.md (German) --- docs/de/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/de/index.md diff --git a/docs/de/index.md b/docs/de/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/de/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From 36ec85d5c479715455eec25acb2d9753c602c970 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:03 -0500 Subject: [PATCH 0416/2741] New translations firefox-issues.md (Danish) --- docs/da/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/da/firefox-issues.md diff --git a/docs/da/firefox-issues.md b/docs/da/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/da/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From eda4373e386800376f27517778675869cca69a9d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:04 -0500 Subject: [PATCH 0417/2741] New translations manual-update.md (German) --- docs/de/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/de/manual-update.md diff --git a/docs/de/manual-update.md b/docs/de/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/de/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 79839633430178dd8199730042970638199c9e60 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:05 -0500 Subject: [PATCH 0418/2741] New translations index.md (Greek) --- docs/el/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/el/index.md diff --git a/docs/el/index.md b/docs/el/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/el/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From a4065f8b2ab2773ac17db58449e6aca1fae4feab Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:06 -0500 Subject: [PATCH 0419/2741] New translations opera-install.md (German) --- docs/de/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/de/opera-install.md diff --git a/docs/de/opera-install.md b/docs/de/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/de/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 17abb416b7ae67e484772ce5388bc5e487e671fe Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:08 -0500 Subject: [PATCH 0420/2741] New translations debug-info.md (Finnish) --- docs/fi/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/fi/debug-info.md diff --git a/docs/fi/debug-info.md b/docs/fi/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/fi/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 3f75a5f458cfdc19c63cab7c7a9530cb49c77948 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:08 -0500 Subject: [PATCH 0421/2741] New translations chrome-issues.md (Finnish) --- docs/fi/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/fi/chrome-issues.md diff --git a/docs/fi/chrome-issues.md b/docs/fi/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/fi/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From eef682eddc8ac5bffba8337691868584ce50480b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:09 -0500 Subject: [PATCH 0422/2741] New translations account-types.md (Finnish) --- docs/fi/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/fi/account-types.md diff --git a/docs/fi/account-types.md b/docs/fi/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/fi/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From caf5bfc9f3522c6ea6db416ddad9edc1c4e94320 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:11 -0500 Subject: [PATCH 0423/2741] New translations en.json (Finnish) --- _data/locales/default/fi.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/fi.json diff --git a/_data/locales/default/fi.json b/_data/locales/default/fi.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/fi.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From da1b0ebc129eb1145d0a1bc3842644a2a8d5f206 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:12 -0500 Subject: [PATCH 0424/2741] New translations policy-config.md (Greek) --- docs/el/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/el/policy-config.md diff --git a/docs/el/policy-config.md b/docs/el/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/el/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From e718e9971ae60e2be2b70abea0941707053a6b9c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:13 -0500 Subject: [PATCH 0425/2741] New translations otp-backup.md (Greek) --- docs/el/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/el/otp-backup.md diff --git a/docs/el/otp-backup.md b/docs/el/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/el/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 1dcda206344b2f60244b5beb42f3720b0630f063 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:14 -0500 Subject: [PATCH 0426/2741] New translations otp-backup-developer.md (Greek) --- docs/el/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/el/otp-backup-developer.md diff --git a/docs/el/otp-backup-developer.md b/docs/el/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/el/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 56b05b8aaa8988c21132c2b8159c50603661da80 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:14 -0500 Subject: [PATCH 0427/2741] New translations opera-install.md (Greek) --- docs/el/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/el/opera-install.md diff --git a/docs/el/opera-install.md b/docs/el/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/el/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 7856ac21cff1f027a81f279984511f6169a65979 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:15 -0500 Subject: [PATCH 0428/2741] New translations manual-update.md (Greek) --- docs/el/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/el/manual-update.md diff --git a/docs/el/manual-update.md b/docs/el/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/el/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From cbca40e002116bd4dc5cf238752edf9cd0fb85e5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:16 -0500 Subject: [PATCH 0429/2741] New translations lost-codes.md (Greek) --- docs/el/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/el/lost-codes.md diff --git a/docs/el/lost-codes.md b/docs/el/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/el/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From e0a2171b3875bf576588f5552a4a6dbf513595d0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:17 -0500 Subject: [PATCH 0430/2741] New translations en.yml (Finnish) --- _data/locales/sidebar/fi.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/fi.yml diff --git a/_data/locales/sidebar/fi.yml b/_data/locales/sidebar/fi.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/fi.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From af8cf0ed5c61a39e38eb19d41f53dd9458f7f616 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:18 -0500 Subject: [PATCH 0431/2741] New translations firefox-issues.md (Greek) --- docs/el/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/el/firefox-issues.md diff --git a/docs/el/firefox-issues.md b/docs/el/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/el/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 7d76113d0680f0374179cc1187addf600ba1fa47 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:20 -0500 Subject: [PATCH 0432/2741] New translations en.yml (Greek) --- _data/locales/sidebar/el.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/el.yml diff --git a/_data/locales/sidebar/el.yml b/_data/locales/sidebar/el.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/el.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From d288be1b801f3dace1dbfa3331b5f42bf3885ebe Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:20 -0500 Subject: [PATCH 0433/2741] New translations otp-backup-developer.md (German) --- docs/de/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/de/otp-backup-developer.md diff --git a/docs/de/otp-backup-developer.md b/docs/de/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/de/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From bd1fb376b3b6997517779ccc780efafe2259b4fc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:21 -0500 Subject: [PATCH 0434/2741] New translations edge-privacy.md (Greek) --- docs/el/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/el/edge-privacy.md diff --git a/docs/el/edge-privacy.md b/docs/el/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/el/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From b0c3bc9061b36cd409a76eddd05836c99829cdcd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:22 -0500 Subject: [PATCH 0435/2741] New translations otp-backup.md (German) --- docs/de/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/de/otp-backup.md diff --git a/docs/de/otp-backup.md b/docs/de/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/de/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 85cd345c68603b5acb7484880c6822b7e230b369 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:23 -0500 Subject: [PATCH 0436/2741] New translations en.json (Greek) --- _data/locales/default/el.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/el.json diff --git a/_data/locales/default/el.json b/_data/locales/default/el.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/el.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From 9d17650d6baaf89b96f757af27264c6c9cc595c5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:24 -0500 Subject: [PATCH 0437/2741] New translations policy-config.md (German) --- docs/de/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/de/policy-config.md diff --git a/docs/de/policy-config.md b/docs/de/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/de/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From 85930a0a84fc330427c95e6f45d153b7c004e314 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:25 -0500 Subject: [PATCH 0438/2741] New translations account-types.md (Greek) --- docs/el/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/el/account-types.md diff --git a/docs/el/account-types.md b/docs/el/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/el/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From ea83e5fe13b0bc52bee583237e3ec6a8095b2171 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:26 -0500 Subject: [PATCH 0439/2741] New translations chrome-issues.md (Greek) --- docs/el/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/el/chrome-issues.md diff --git a/docs/el/chrome-issues.md b/docs/el/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/el/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 14fd92ead0d9c65d0a48db41f2502dfa1369baa8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:27 -0500 Subject: [PATCH 0440/2741] New translations debug-info.md (Greek) --- docs/el/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/el/debug-info.md diff --git a/docs/el/debug-info.md b/docs/el/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/el/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 2b129c72f5831e1e89ebcd788dd9774199cfca8a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:28 -0500 Subject: [PATCH 0441/2741] New translations edge-backup.md (Greek) --- docs/el/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/el/edge-backup.md diff --git a/docs/el/edge-backup.md b/docs/el/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/el/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 0e546a33663663930a83866c6ca042f37203e5e5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:29 -0500 Subject: [PATCH 0442/2741] New translations edge-issues.md (Greek) --- docs/el/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/el/edge-issues.md diff --git a/docs/el/edge-issues.md b/docs/el/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/el/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From e4af72b27831c830c02b24ee4ec15121f27b9f6f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:31 -0500 Subject: [PATCH 0443/2741] New translations policy-config.md (Portuguese, Brazilian) --- docs/pt_BR/policy-config.md | 49 +++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/pt_BR/policy-config.md diff --git a/docs/pt_BR/policy-config.md b/docs/pt_BR/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/pt_BR/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From 35a02cef1a841f6771f8bf04753afd42135854ad Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:32 -0500 Subject: [PATCH 0444/2741] New translations edge-issues.md (Indonesian) --- docs/id/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/id/edge-issues.md diff --git a/docs/id/edge-issues.md b/docs/id/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/id/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 75a8d3f4713372bc919b3d12b516ba5d63331b84 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:33 -0500 Subject: [PATCH 0445/2741] New translations en.json (Indonesian) --- _data/locales/default/id.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/id.json diff --git a/_data/locales/default/id.json b/_data/locales/default/id.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/id.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From d0998fcba22b5dd82530976a0cb87eff46e6c2e8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:34 -0500 Subject: [PATCH 0446/2741] New translations en.yml (Indonesian) --- _data/locales/sidebar/id.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/id.yml diff --git a/_data/locales/sidebar/id.yml b/_data/locales/sidebar/id.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/id.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From b76c04b8d338ad1168f148b4064ec0d47a6627e8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:35 -0500 Subject: [PATCH 0447/2741] New translations account-types.md (Indonesian) --- docs/id/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/id/account-types.md diff --git a/docs/id/account-types.md b/docs/id/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/id/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From fcac7a0e3387f9105361c1837e70281c40d9638d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:36 -0500 Subject: [PATCH 0448/2741] New translations chrome-issues.md (Indonesian) --- docs/id/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/id/chrome-issues.md diff --git a/docs/id/chrome-issues.md b/docs/id/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/id/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From fc7353ff14a19feb137047a8c2cd6949e03b65da Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:37 -0500 Subject: [PATCH 0449/2741] New translations debug-info.md (Indonesian) --- docs/id/debug-info.md | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/id/debug-info.md diff --git a/docs/id/debug-info.md b/docs/id/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/id/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From c1d584002bb91614b19327981b41c3c4131e06f4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:38 -0500 Subject: [PATCH 0450/2741] New translations edge-backup.md (Indonesian) --- docs/id/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/id/edge-backup.md diff --git a/docs/id/edge-backup.md b/docs/id/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/id/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From c493b33eeb0b9d9f01f37cacc384f78ac07092ad Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:39 -0500 Subject: [PATCH 0451/2741] New translations manual-update.md (Indonesian) --- docs/id/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/id/manual-update.md diff --git a/docs/id/manual-update.md b/docs/id/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/id/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From e73e7dd64639717ec393b39571ff241984836b50 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:39 -0500 Subject: [PATCH 0452/2741] New translations edge-privacy.md (Indonesian) --- docs/id/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/id/edge-privacy.md diff --git a/docs/id/edge-privacy.md b/docs/id/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/id/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From 42408f3b793aa3d864d084bc5d95d3b722670c2f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:40 -0500 Subject: [PATCH 0453/2741] New translations firefox-issues.md (Indonesian) --- docs/id/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/id/firefox-issues.md diff --git a/docs/id/firefox-issues.md b/docs/id/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/id/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 6f071bb5c26df2c00b46f13c3920f7fbfd78bf7f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:41 -0500 Subject: [PATCH 0454/2741] New translations index.md (Indonesian) --- docs/id/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/id/index.md diff --git a/docs/id/index.md b/docs/id/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/id/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From 90a8236a24e073213e1a9c9b721915c94b2d6d57 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:42 -0500 Subject: [PATCH 0455/2741] New translations lost-codes.md (Indonesian) --- docs/id/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/id/lost-codes.md diff --git a/docs/id/lost-codes.md b/docs/id/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/id/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 14cd43752a7ed2fe80964470b6e2de2a7de0385f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:43 -0500 Subject: [PATCH 0456/2741] New translations opera-install.md (Indonesian) --- docs/id/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/id/opera-install.md diff --git a/docs/id/opera-install.md b/docs/id/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/id/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From a520a973ab11b42e3fdd22946d5eeb0dbda93eb2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:44 -0500 Subject: [PATCH 0457/2741] New translations otp-backup-developer.md (Indonesian) --- docs/id/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/id/otp-backup-developer.md diff --git a/docs/id/otp-backup-developer.md b/docs/id/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/id/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 6acefe665b4f47fd2bfea0103bbf9ec98165c1e5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:45 -0500 Subject: [PATCH 0458/2741] New translations otp-backup.md (Indonesian) --- docs/id/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/id/otp-backup.md diff --git a/docs/id/otp-backup.md b/docs/id/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/id/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From e670008ca0639ee136d483a3d0a9fdc5aa0d0c59 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:46 -0500 Subject: [PATCH 0459/2741] New translations otp-backup-developer.md (Portuguese, Brazilian) --- docs/pt_BR/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/pt_BR/otp-backup-developer.md diff --git a/docs/pt_BR/otp-backup-developer.md b/docs/pt_BR/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/pt_BR/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From f3561e54a52592c6cc78799da85f238d90252a69 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:47 -0500 Subject: [PATCH 0460/2741] New translations otp-backup.md (Portuguese, Brazilian) --- docs/pt_BR/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/pt_BR/otp-backup.md diff --git a/docs/pt_BR/otp-backup.md b/docs/pt_BR/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/pt_BR/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 3a57025e3506bafdef548185b69935f06ecddfec Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:48 -0500 Subject: [PATCH 0461/2741] New translations en.json (Portuguese, Brazilian) --- _data/locales/default/pt_BR.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/pt_BR.json diff --git a/_data/locales/default/pt_BR.json b/_data/locales/default/pt_BR.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/pt_BR.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From 7bdd5ab7222289ca083a4314c05e8d276a7910cc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:49 -0500 Subject: [PATCH 0462/2741] New translations opera-install.md (Portuguese, Brazilian) --- docs/pt_BR/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/pt_BR/opera-install.md diff --git a/docs/pt_BR/opera-install.md b/docs/pt_BR/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/pt_BR/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 9e1101a1b8a955d249554a3b1b93c328a4e56880 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:50 -0500 Subject: [PATCH 0463/2741] New translations account-types.md (Portuguese, Brazilian) --- docs/pt_BR/account-types.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/pt_BR/account-types.md diff --git a/docs/pt_BR/account-types.md b/docs/pt_BR/account-types.md new file mode 100644 index 000000000..bd4ffe757 --- /dev/null +++ b/docs/pt_BR/account-types.md @@ -0,0 +1,12 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 15f6984574cba1a31fa6e4d0f3f1fdf2ae159a22 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:51 -0500 Subject: [PATCH 0464/2741] New translations lost-codes.md (Vietnamese) --- docs/vi/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/vi/lost-codes.md diff --git a/docs/vi/lost-codes.md b/docs/vi/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/vi/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From f41a901f4205a39151dd69ced3e932fc44ff9b6f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:52 -0500 Subject: [PATCH 0465/2741] New translations manual-update.md (Vietnamese) --- docs/vi/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/vi/manual-update.md diff --git a/docs/vi/manual-update.md b/docs/vi/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/vi/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From c564c2887b9ee52e2093c8f344b52da3914a2c80 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:53 -0500 Subject: [PATCH 0466/2741] New translations opera-install.md (Vietnamese) --- docs/vi/opera-install.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/vi/opera-install.md diff --git a/docs/vi/opera-install.md b/docs/vi/opera-install.md new file mode 100644 index 000000000..de68a686e --- /dev/null +++ b/docs/vi/opera-install.md @@ -0,0 +1,9 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From ee52f9645baad9957199046990a533ad1ee92c03 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:54 -0500 Subject: [PATCH 0467/2741] New translations otp-backup-developer.md (Vietnamese) --- docs/vi/otp-backup-developer.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/vi/otp-backup-developer.md diff --git a/docs/vi/otp-backup-developer.md b/docs/vi/otp-backup-developer.md new file mode 100644 index 000000000..2753eb171 --- /dev/null +++ b/docs/vi/otp-backup-developer.md @@ -0,0 +1,21 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From e305bd41d2a33f0d16310fb8df21f9d32e5e1abf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:55 -0500 Subject: [PATCH 0468/2741] New translations otp-backup.md (Vietnamese) --- docs/vi/otp-backup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/vi/otp-backup.md diff --git a/docs/vi/otp-backup.md b/docs/vi/otp-backup.md new file mode 100644 index 000000000..42dd1fc5e --- /dev/null +++ b/docs/vi/otp-backup.md @@ -0,0 +1,17 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 99d82293edbffdda6fd60564a30087ba1171e90f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:56 -0500 Subject: [PATCH 0469/2741] New translations policy-config.md (Vietnamese) --- docs/vi/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/vi/policy-config.md diff --git a/docs/vi/policy-config.md b/docs/vi/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/vi/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From bb90e20a4dcc5c4e1affda32b429af5224c402cd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:57 -0500 Subject: [PATCH 0470/2741] New translations en.yml (Portuguese, Brazilian) --- _data/locales/sidebar/pt_BR.yml | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/locales/sidebar/pt_BR.yml diff --git a/_data/locales/sidebar/pt_BR.yml b/_data/locales/sidebar/pt_BR.yml new file mode 100644 index 000000000..9d116bcc3 --- /dev/null +++ b/_data/locales/sidebar/pt_BR.yml @@ -0,0 +1,34 @@ +--- +sections: + - + title: Browser Pages + ver: 1 + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + ver: 1 + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From f7e70a8494f2e45ce5ec716b96d67a205b06ba96 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:58 -0500 Subject: [PATCH 0471/2741] New translations chrome-issues.md (Portuguese, Brazilian) --- docs/pt_BR/chrome-issues.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/pt_BR/chrome-issues.md diff --git a/docs/pt_BR/chrome-issues.md b/docs/pt_BR/chrome-issues.md new file mode 100644 index 000000000..315dc54d9 --- /dev/null +++ b/docs/pt_BR/chrome-issues.md @@ -0,0 +1,15 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From b759659f69859cc3090ba0e68119067c57a74693 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:42:59 -0500 Subject: [PATCH 0472/2741] New translations manual-update.md (Portuguese, Brazilian) --- docs/pt_BR/manual-update.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/pt_BR/manual-update.md diff --git a/docs/pt_BR/manual-update.md b/docs/pt_BR/manual-update.md new file mode 100644 index 000000000..c0baf66bf --- /dev/null +++ b/docs/pt_BR/manual-update.md @@ -0,0 +1,25 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 13356193521d754c531847a7ba5fe97f3e9500ee Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:43:00 -0500 Subject: [PATCH 0473/2741] New translations debug-info.md (Portuguese, Brazilian) --- docs/pt_BR/debug-info.md | 53 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/pt_BR/debug-info.md diff --git a/docs/pt_BR/debug-info.md b/docs/pt_BR/debug-info.md new file mode 100644 index 000000000..0805de35b --- /dev/null +++ b/docs/pt_BR/debug-info.md @@ -0,0 +1,53 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From d43038c2e68a8ccec7691791ca5fc6b2445b2a25 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:43:01 -0500 Subject: [PATCH 0474/2741] New translations edge-backup.md (Portuguese, Brazilian) --- docs/pt_BR/edge-backup.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/pt_BR/edge-backup.md diff --git a/docs/pt_BR/edge-backup.md b/docs/pt_BR/edge-backup.md new file mode 100644 index 000000000..32a0a2aad --- /dev/null +++ b/docs/pt_BR/edge-backup.md @@ -0,0 +1,26 @@ +--- +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 +--- +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 5cfa8491ef6d2d614d35836ba708a16819ef3d1d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:43:02 -0500 Subject: [PATCH 0475/2741] New translations edge-issues.md (Portuguese, Brazilian) --- docs/pt_BR/edge-issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/pt_BR/edge-issues.md diff --git a/docs/pt_BR/edge-issues.md b/docs/pt_BR/edge-issues.md new file mode 100644 index 000000000..a0c225247 --- /dev/null +++ b/docs/pt_BR/edge-issues.md @@ -0,0 +1,22 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 +--- +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +### Known Issues + +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) + +### Edge + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 492748abb274898963b9bd6d4045de8b44366834 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:43:04 -0500 Subject: [PATCH 0476/2741] New translations edge-privacy.md (Portuguese, Brazilian) --- docs/pt_BR/edge-privacy.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/pt_BR/edge-privacy.md diff --git a/docs/pt_BR/edge-privacy.md b/docs/pt_BR/edge-privacy.md new file mode 100644 index 000000000..42cfd7922 --- /dev/null +++ b/docs/pt_BR/edge-privacy.md @@ -0,0 +1,29 @@ +--- +title: Edge Privacy Policy +stub: edge-privacy +layout: no-sidebar +lang: en +ver: 1 +--- +### This document only applies to the Edge version of Authenticator. + +* * * + +### Summary + +- Your data stays on your device +- You are responsible for your data +- We don't ever see or have control over your data +- Authenticator does not transmit your data to any third parties + +### Data Storage and Use + +Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. + +### Managing Your Data + +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. + +### Contact + +If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file From 3867747c2c51b03f76dbb5704f1bb73c1f83192f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:43:05 -0500 Subject: [PATCH 0477/2741] New translations firefox-issues.md (Portuguese, Brazilian) --- docs/pt_BR/firefox-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/pt_BR/firefox-issues.md diff --git a/docs/pt_BR/firefox-issues.md b/docs/pt_BR/firefox-issues.md new file mode 100644 index 000000000..3237a0db6 --- /dev/null +++ b/docs/pt_BR/firefox-issues.md @@ -0,0 +1,17 @@ +--- +title: Firefox Issues +lang: en +ver: 2 +stub: firefox-issues +--- +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues + +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) + +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From e0a4c0fffcbf38884c71dc5dc7ce2bfd741644af Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:43:06 -0500 Subject: [PATCH 0478/2741] New translations index.md (Portuguese, Brazilian) --- docs/pt_BR/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/pt_BR/index.md diff --git a/docs/pt_BR/index.md b/docs/pt_BR/index.md new file mode 100644 index 000000000..e123d2080 --- /dev/null +++ b/docs/pt_BR/index.md @@ -0,0 +1,6 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- From 2d1de733dd0963e33f7a5889fcd01326b5af587d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:43:07 -0500 Subject: [PATCH 0479/2741] New translations lost-codes.md (Portuguese, Brazilian) --- docs/pt_BR/lost-codes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/pt_BR/lost-codes.md diff --git a/docs/pt_BR/lost-codes.md b/docs/pt_BR/lost-codes.md new file mode 100644 index 000000000..7365f5786 --- /dev/null +++ b/docs/pt_BR/lost-codes.md @@ -0,0 +1,18 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common reocvery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From d901acfa40f138012ec8fa7b9914bf9c1613efd2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:43:08 -0500 Subject: [PATCH 0480/2741] New translations policy-config.md (Indonesian) --- docs/id/policy-config.md | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/id/policy-config.md diff --git a/docs/id/policy-config.md b/docs/id/policy-config.md new file mode 100644 index 000000000..eb1b96ffa --- /dev/null +++ b/docs/id/policy-config.md @@ -0,0 +1,49 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From f8fe34d1464af7be92c37f46d188d2eba91965c9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:56:20 -0500 Subject: [PATCH 0481/2741] New translations en.yml (Hebrew) --- _data/locales/sidebar/he.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/he.yml b/_data/locales/sidebar/he.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/he.yml +++ b/_data/locales/sidebar/he.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From e8aa4d8c6aa38160db8552ece93dbdce9be757f9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:56:23 -0500 Subject: [PATCH 0482/2741] New translations firefox-issues.md (Hebrew) --- docs/he/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/he/firefox-issues.md b/docs/he/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/he/firefox-issues.md +++ b/docs/he/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From 37bbca59d709a33a02604152e38ff611ae1b482e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:56:26 -0500 Subject: [PATCH 0483/2741] New translations en.yml (Hungarian) --- _data/locales/sidebar/hu.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/hu.yml b/_data/locales/sidebar/hu.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/hu.yml +++ b/_data/locales/sidebar/hu.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From 1a3f23642133ed57cd51d0cffa461109d490c6a0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:56:29 -0500 Subject: [PATCH 0484/2741] New translations firefox-issues.md (Hungarian) --- docs/hu/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hu/firefox-issues.md b/docs/hu/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/hu/firefox-issues.md +++ b/docs/hu/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From 282cf0a92a078eff1e636888d70f02b6d34686a2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:56:31 -0500 Subject: [PATCH 0485/2741] New translations firefox-issues.md (Greek) --- docs/el/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/el/firefox-issues.md b/docs/el/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/el/firefox-issues.md +++ b/docs/el/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From 08cfec1b27679a79c6d6cbb0415b08e00d3d9c02 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:56:40 -0500 Subject: [PATCH 0486/2741] New translations en.yml (Greek) --- _data/locales/sidebar/el.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/el.yml b/_data/locales/sidebar/el.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/el.yml +++ b/_data/locales/sidebar/el.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From 2d72b0490ee92e91d0c351d2cebdef73f5e44baf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:56:45 -0500 Subject: [PATCH 0487/2741] New translations firefox-issues.md (Finnish) --- docs/fi/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fi/firefox-issues.md b/docs/fi/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/fi/firefox-issues.md +++ b/docs/fi/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From 53cc5d94286d7596b2641b9c21600bb30bdc977e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:56:49 -0500 Subject: [PATCH 0488/2741] New translations en.yml (Finnish) --- _data/locales/sidebar/fi.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/fi.yml b/_data/locales/sidebar/fi.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/fi.yml +++ b/_data/locales/sidebar/fi.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From 096c17b36cc23a5a3f1bf2d7cca8df2fe3c3cb12 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:56:52 -0500 Subject: [PATCH 0489/2741] New translations firefox-issues.md (German) --- docs/de/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/de/firefox-issues.md b/docs/de/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/de/firefox-issues.md +++ b/docs/de/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From 5a10fdffe53e64405cf7a120374df00b81686726 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:56:54 -0500 Subject: [PATCH 0490/2741] New translations en.yml (Romanian) --- _data/locales/sidebar/ro.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/ro.yml b/_data/locales/sidebar/ro.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/ro.yml +++ b/_data/locales/sidebar/ro.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From be2ba82c1d6362851ab7c67359cacc04d9b3ef02 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:56:55 -0500 Subject: [PATCH 0491/2741] New translations en.yml (Korean) --- _data/locales/sidebar/ko.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/ko.yml b/_data/locales/sidebar/ko.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/ko.yml +++ b/_data/locales/sidebar/ko.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From 2193ada7a2028b09ede700163ec2d4d25d368220 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:56:58 -0500 Subject: [PATCH 0492/2741] New translations firefox-issues.md (Korean) --- docs/ko/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ko/firefox-issues.md b/docs/ko/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/ko/firefox-issues.md +++ b/docs/ko/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From 507dc0eab68f0267c6432df7d5571ec45e422ecb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:57:02 -0500 Subject: [PATCH 0493/2741] New translations en.yml (Dutch) --- _data/locales/sidebar/nl.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/nl.yml b/_data/locales/sidebar/nl.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/nl.yml +++ b/_data/locales/sidebar/nl.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From efb855306a50d9cc5eede76cb5e643fed9645460 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:57:05 -0500 Subject: [PATCH 0494/2741] New translations firefox-issues.md (Dutch) --- docs/nl/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nl/firefox-issues.md b/docs/nl/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/nl/firefox-issues.md +++ b/docs/nl/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From 0befe7f2759669b9181bbd2254eb8488c90cbeaf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:57:10 -0500 Subject: [PATCH 0495/2741] New translations en.yml (Italian) --- _data/locales/sidebar/it.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/it.yml b/_data/locales/sidebar/it.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/it.yml +++ b/_data/locales/sidebar/it.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From 4098c80e661c5e9423da53d99de0c025599b778e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:57:13 -0500 Subject: [PATCH 0496/2741] New translations firefox-issues.md (Italian) --- docs/it/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/it/firefox-issues.md b/docs/it/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/it/firefox-issues.md +++ b/docs/it/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From a9fc9dc8e6ea2649c267cb3c34305ed1c42743b6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:57:16 -0500 Subject: [PATCH 0497/2741] New translations en.yml (Japanese) --- _data/locales/sidebar/ja.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/ja.yml b/_data/locales/sidebar/ja.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/ja.yml +++ b/_data/locales/sidebar/ja.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From dc26806eb66f61f7227f786caadced6c4300b240 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:57:19 -0500 Subject: [PATCH 0498/2741] New translations firefox-issues.md (Japanese) --- docs/ja/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ja/firefox-issues.md b/docs/ja/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/ja/firefox-issues.md +++ b/docs/ja/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From 251399ebc945cba1c22925a7fd5895f51c3a66d3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:57:23 -0500 Subject: [PATCH 0499/2741] New translations firefox-issues.md (Spanish) --- docs/es/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/es/firefox-issues.md b/docs/es/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/es/firefox-issues.md +++ b/docs/es/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From f277b26e2648bcfbf1c969a8ed9972dbbcf247e9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:57:26 -0500 Subject: [PATCH 0500/2741] New translations en.yml (Arabic) --- _data/locales/sidebar/ar.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/ar.yml b/_data/locales/sidebar/ar.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/ar.yml +++ b/_data/locales/sidebar/ar.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From 429db8fdce469aaace15191c65ec9c12355ee680 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:57:30 -0500 Subject: [PATCH 0501/2741] New translations firefox-issues.md (Arabic) --- docs/ar/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ar/firefox-issues.md b/docs/ar/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/ar/firefox-issues.md +++ b/docs/ar/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From 8fc79c2a7185ed255b9fac207953ab52994ad94c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:57:33 -0500 Subject: [PATCH 0502/2741] New translations en.yml (Bulgarian) --- _data/locales/sidebar/bg.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/bg.yml b/_data/locales/sidebar/bg.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/bg.yml +++ b/_data/locales/sidebar/bg.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From 301ac756a38da631aa09acbd0276892fb9ea400c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:57:35 -0500 Subject: [PATCH 0503/2741] New translations en.yml (Spanish) --- _data/locales/sidebar/es.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/es.yml b/_data/locales/sidebar/es.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/es.yml +++ b/_data/locales/sidebar/es.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From 4173b7f4fd7a2669853e1a1f7c6fb4934aebf2f7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:57:39 -0500 Subject: [PATCH 0504/2741] New translations firefox-issues.md (Romanian) --- docs/ro/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ro/firefox-issues.md b/docs/ro/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/ro/firefox-issues.md +++ b/docs/ro/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From 40f35f6424ba92b01fef10c8f87b45308d8c9af6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:57:42 -0500 Subject: [PATCH 0505/2741] New translations en.yml (French) --- _data/locales/sidebar/fr.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/fr.yml b/_data/locales/sidebar/fr.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/fr.yml +++ b/_data/locales/sidebar/fr.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From f863524d53e470b91c4d91def72fe6ceddf35af8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:57:45 -0500 Subject: [PATCH 0506/2741] New translations firefox-issues.md (French) --- docs/fr/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fr/firefox-issues.md b/docs/fr/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/fr/firefox-issues.md +++ b/docs/fr/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From afa3ac9989e6d21085ff8f7d4d8419918ec27af1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:57:50 -0500 Subject: [PATCH 0507/2741] New translations firefox-issues.md (Czech) --- docs/cs/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cs/firefox-issues.md b/docs/cs/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/cs/firefox-issues.md +++ b/docs/cs/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From f872db3d5dc33da6c4282b1d283fa172190f8f9e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:57:53 -0500 Subject: [PATCH 0508/2741] New translations en.yml (Danish) --- _data/locales/sidebar/da.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/da.yml b/_data/locales/sidebar/da.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/da.yml +++ b/_data/locales/sidebar/da.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From 52b8c2807aa0c055ed8dd3812e26b3d4991a7044 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:57:56 -0500 Subject: [PATCH 0509/2741] New translations firefox-issues.md (Danish) --- docs/da/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/da/firefox-issues.md b/docs/da/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/da/firefox-issues.md +++ b/docs/da/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From faeb5d62f590744c3a2ac1420b56a6c097d7e3d0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:57:59 -0500 Subject: [PATCH 0510/2741] New translations en.yml (German) --- _data/locales/sidebar/de.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/de.yml b/_data/locales/sidebar/de.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/de.yml +++ b/_data/locales/sidebar/de.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From 963b046488e4127f9f130565576a040f39e3b2cb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:58:05 -0500 Subject: [PATCH 0511/2741] New translations firefox-issues.md (Bulgarian) --- docs/bg/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bg/firefox-issues.md b/docs/bg/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/bg/firefox-issues.md +++ b/docs/bg/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From de349d8904d38673c882d7bed5d1ff57db735ca5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:58:08 -0500 Subject: [PATCH 0512/2741] New translations en.yml (Catalan) --- _data/locales/sidebar/ca.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/ca.yml b/_data/locales/sidebar/ca.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/ca.yml +++ b/_data/locales/sidebar/ca.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From 228a6415db31ba81eeef328752623146a17580c1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:58:11 -0500 Subject: [PATCH 0513/2741] New translations en.yml (Czech) --- _data/locales/sidebar/cs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/cs.yml b/_data/locales/sidebar/cs.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/cs.yml +++ b/_data/locales/sidebar/cs.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From e27f8c23ec043d08bff94518f6bd5ec86e0d67eb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:58:15 -0500 Subject: [PATCH 0514/2741] New translations firefox-issues.md (Catalan) --- docs/ca/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ca/firefox-issues.md b/docs/ca/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/ca/firefox-issues.md +++ b/docs/ca/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From 6e3e3a5054801b3cd1740ce20eab4369bb00b225 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:58:18 -0500 Subject: [PATCH 0515/2741] New translations firefox-issues.md (Chinese Simplified) --- docs/zh_CN/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh_CN/firefox-issues.md b/docs/zh_CN/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/zh_CN/firefox-issues.md +++ b/docs/zh_CN/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From 7c1f2a94b68ce3210d1fcb5e84ded47b25c5c083 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:58:21 -0500 Subject: [PATCH 0516/2741] New translations en.yml (Chinese Traditional) --- _data/locales/sidebar/zh_TW.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/zh_TW.yml b/_data/locales/sidebar/zh_TW.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/zh_TW.yml +++ b/_data/locales/sidebar/zh_TW.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From ac884ddf41eaa4456a40467623d27e59b8157066 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:58:25 -0500 Subject: [PATCH 0517/2741] New translations firefox-issues.md (Chinese Traditional) --- docs/zh_TW/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh_TW/firefox-issues.md b/docs/zh_TW/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/zh_TW/firefox-issues.md +++ b/docs/zh_TW/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From 42ba17effaea24c0ea221db5bb1375f484247838 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:58:26 -0500 Subject: [PATCH 0518/2741] New translations en.yml (Chinese Simplified) --- _data/locales/sidebar/zh_CN.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/zh_CN.yml b/_data/locales/sidebar/zh_CN.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/zh_CN.yml +++ b/_data/locales/sidebar/zh_CN.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From 7fe9c1198b4cf5e18a276cd158d1c74b549406d9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:58:30 -0500 Subject: [PATCH 0519/2741] New translations en.yml (Ukrainian) --- _data/locales/sidebar/uk.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/uk.yml b/_data/locales/sidebar/uk.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/uk.yml +++ b/_data/locales/sidebar/uk.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From 31efa80f663fc9b95fbb6508ca17b98d7542b193 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:58:32 -0500 Subject: [PATCH 0520/2741] New translations firefox-issues.md (Ukrainian) --- docs/uk/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/uk/firefox-issues.md b/docs/uk/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/uk/firefox-issues.md +++ b/docs/uk/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From 164f900fa5c70b9509d25e532a67877dbe2766a3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:58:39 -0500 Subject: [PATCH 0521/2741] New translations en.yml (Indonesian) --- _data/locales/sidebar/id.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/id.yml b/_data/locales/sidebar/id.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/id.yml +++ b/_data/locales/sidebar/id.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From 77f4ba05fb02add020894a838aca2393e0de841c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:58:42 -0500 Subject: [PATCH 0522/2741] New translations firefox-issues.md (Indonesian) --- docs/id/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/id/firefox-issues.md b/docs/id/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/id/firefox-issues.md +++ b/docs/id/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From 0f82505d20171454b1cfc7c3bcc20cfe9149e15d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:58:45 -0500 Subject: [PATCH 0523/2741] New translations firefox-issues.md (Portuguese, Brazilian) --- docs/pt_BR/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pt_BR/firefox-issues.md b/docs/pt_BR/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/pt_BR/firefox-issues.md +++ b/docs/pt_BR/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From 3075e477bc179c0dbdbb94fcf8b06efde453e8b6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:58:51 -0500 Subject: [PATCH 0524/2741] New translations firefox-issues.md (Vietnamese) --- docs/vi/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vi/firefox-issues.md b/docs/vi/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/vi/firefox-issues.md +++ b/docs/vi/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From cbcbe857be6bd617bf3d98edcda8020370c39744 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:58:53 -0500 Subject: [PATCH 0525/2741] New translations en.yml (Vietnamese) --- _data/locales/sidebar/vi.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/vi.yml b/_data/locales/sidebar/vi.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/vi.yml +++ b/_data/locales/sidebar/vi.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From 687c49606e83f9f034eef4c95102676f3e8609e5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:59:01 -0500 Subject: [PATCH 0526/2741] New translations en.yml (Portuguese, Brazilian) --- _data/locales/sidebar/pt_BR.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/pt_BR.yml b/_data/locales/sidebar/pt_BR.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/pt_BR.yml +++ b/_data/locales/sidebar/pt_BR.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From e320c5fe2c6a9acbc6ede63d48bf220645048eea Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:59:04 -0500 Subject: [PATCH 0527/2741] New translations firefox-issues.md (Turkish) --- docs/tr/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/firefox-issues.md b/docs/tr/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/tr/firefox-issues.md +++ b/docs/tr/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From a6ffeedf3a7fad774f028712a8942034889d1731 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:59:09 -0500 Subject: [PATCH 0528/2741] New translations en.yml (Portuguese) --- _data/locales/sidebar/pt.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/pt.yml b/_data/locales/sidebar/pt.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/pt.yml +++ b/_data/locales/sidebar/pt.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From 44ced76e5774ca99bd6455c56a48c9d7cc560d77 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:59:12 -0500 Subject: [PATCH 0529/2741] New translations firefox-issues.md (Portuguese) --- docs/pt/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pt/firefox-issues.md b/docs/pt/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/pt/firefox-issues.md +++ b/docs/pt/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From 042fdaca8596217ff3ec909b4aeaebf3a539feb2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:59:15 -0500 Subject: [PATCH 0530/2741] New translations firefox-issues.md (Polish) --- docs/pl/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pl/firefox-issues.md b/docs/pl/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/pl/firefox-issues.md +++ b/docs/pl/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From 6dc90b6902ad2a55752f3143aaa68a25939f0f55 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:59:16 -0500 Subject: [PATCH 0531/2741] New translations en.yml (Russian) --- _data/locales/sidebar/ru.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/ru.yml b/_data/locales/sidebar/ru.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/ru.yml +++ b/_data/locales/sidebar/ru.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From 51d32672cd72780571b4241763308dffbc70007c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:59:17 -0500 Subject: [PATCH 0532/2741] New translations firefox-issues.md (Norwegian) --- docs/no/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/no/firefox-issues.md b/docs/no/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/no/firefox-issues.md +++ b/docs/no/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From 5a957cade83698ca0befcc055e2e48bf5a9ead7d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:59:19 -0500 Subject: [PATCH 0533/2741] New translations en.yml (Norwegian) --- _data/locales/sidebar/no.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/no.yml b/_data/locales/sidebar/no.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/no.yml +++ b/_data/locales/sidebar/no.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From 2d942e8fa682bcf68e21f7ed893e7ea3cac28060 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:59:25 -0500 Subject: [PATCH 0534/2741] New translations en.yml (Polish) --- _data/locales/sidebar/pl.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/pl.yml b/_data/locales/sidebar/pl.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/pl.yml +++ b/_data/locales/sidebar/pl.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From 536593f6de78b32965bb0db5feca8a1660d5137e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:59:29 -0500 Subject: [PATCH 0535/2741] New translations en.yml (Swedish) --- _data/locales/sidebar/sv.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/sv.yml b/_data/locales/sidebar/sv.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/sv.yml +++ b/_data/locales/sidebar/sv.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From e2970f9d5c0742921ed05f4a1f01d4a004af9251 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:59:32 -0500 Subject: [PATCH 0536/2741] New translations firefox-issues.md (Swedish) --- docs/sv/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sv/firefox-issues.md b/docs/sv/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/sv/firefox-issues.md +++ b/docs/sv/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From fecc41e725195d65915f5dc6b8319e56f97e3439 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:59:35 -0500 Subject: [PATCH 0537/2741] New translations en.yml (Turkish) --- _data/locales/sidebar/tr.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/tr.yml b/_data/locales/sidebar/tr.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/tr.yml +++ b/_data/locales/sidebar/tr.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From 5b252f4cc4b8db6f401fc8d6ef9beefe8575d40b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:59:40 -0500 Subject: [PATCH 0538/2741] New translations firefox-issues.md (Russian) --- docs/ru/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ru/firefox-issues.md b/docs/ru/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/ru/firefox-issues.md +++ b/docs/ru/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From 40b01e07dfc9d43d17d8d046bb7f3ba7e6d8ae6b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:59:43 -0500 Subject: [PATCH 0539/2741] New translations en.yml (Serbian (Cyrillic)) --- _data/locales/sidebar/sr.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_data/locales/sidebar/sr.yml b/_data/locales/sidebar/sr.yml index 9d116bcc3..85ca00582 100644 --- a/_data/locales/sidebar/sr.yml +++ b/_data/locales/sidebar/sr.yml @@ -2,7 +2,6 @@ sections: - title: Browser Pages - ver: 1 docs: - title: Chrome @@ -15,7 +14,6 @@ sections: stub: edge-issues - title: Additional Info - ver: 1 docs: - title: Lost Codes From 5058e4fbacdd44ce1fb79cb243e4be9f2feaf5cd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 19:59:46 -0500 Subject: [PATCH 0540/2741] New translations firefox-issues.md (Serbian (Cyrillic)) --- docs/sr/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sr/firefox-issues.md b/docs/sr/firefox-issues.md index 3237a0db6..e84f51d54 100644 --- a/docs/sr/firefox-issues.md +++ b/docs/sr/firefox-issues.md @@ -1,8 +1,8 @@ --- title: Firefox Issues +stub: firefox-issues lang: en ver: 2 -stub: firefox-issues --- {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} From b11c336ae6a76c3b242e93abec414264a206e3e2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:05:20 -0500 Subject: [PATCH 0541/2741] New translations edge-privacy.md (Arabic) --- docs/ar/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ar/edge-privacy.md b/docs/ar/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/ar/edge-privacy.md +++ b/docs/ar/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From 5a0f624536adc0fc1f6ec4cb1f3b92d225e8f947 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:05:55 -0500 Subject: [PATCH 0542/2741] New translations edge-privacy.md (Serbian (Cyrillic)) --- docs/sr/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sr/edge-privacy.md b/docs/sr/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/sr/edge-privacy.md +++ b/docs/sr/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From b80dcab3cadc90e9e4ed9e9c3052640b30aec1af Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:06:01 -0500 Subject: [PATCH 0543/2741] New translations edge-privacy.md (Russian) --- docs/ru/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ru/edge-privacy.md b/docs/ru/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/ru/edge-privacy.md +++ b/docs/ru/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From 9ce005a9cdc20ffe0bd17f819a126cc199ba0b6a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:06:03 -0500 Subject: [PATCH 0544/2741] New translations edge-privacy.md (Turkish) --- docs/tr/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/edge-privacy.md b/docs/tr/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/tr/edge-privacy.md +++ b/docs/tr/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From 85711f6a46813927be168f564cebb91234f5d7e9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:06:08 -0500 Subject: [PATCH 0545/2741] New translations edge-privacy.md (Swedish) --- docs/sv/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sv/edge-privacy.md b/docs/sv/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/sv/edge-privacy.md +++ b/docs/sv/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From 0cab0f682d564130e724b2c7c425be4aab2b2a41 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:06:12 -0500 Subject: [PATCH 0546/2741] New translations edge-privacy.md (Polish) --- docs/pl/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pl/edge-privacy.md b/docs/pl/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/pl/edge-privacy.md +++ b/docs/pl/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From d761cbc3edb261c1977362ad54291149815ce6ea Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:06:17 -0500 Subject: [PATCH 0547/2741] New translations edge-privacy.md (Norwegian) --- docs/no/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/no/edge-privacy.md b/docs/no/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/no/edge-privacy.md +++ b/docs/no/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From 348196a3a4c4222a8a225ad9c9b565420e177fd2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:06:24 -0500 Subject: [PATCH 0548/2741] New translations edge-privacy.md (Portuguese) --- docs/pt/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pt/edge-privacy.md b/docs/pt/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/pt/edge-privacy.md +++ b/docs/pt/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From 3505b89d5ad483efbd5059ec83ab0e0a7922627b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:06:32 -0500 Subject: [PATCH 0549/2741] New translations edge-privacy.md (Vietnamese) --- docs/vi/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vi/edge-privacy.md b/docs/vi/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/vi/edge-privacy.md +++ b/docs/vi/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From 7f43b5d75acea5b30794486a41c1f5f732fba24c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:06:35 -0500 Subject: [PATCH 0550/2741] New translations edge-privacy.md (Portuguese, Brazilian) --- docs/pt_BR/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pt_BR/edge-privacy.md b/docs/pt_BR/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/pt_BR/edge-privacy.md +++ b/docs/pt_BR/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From 8979f985738d41b3bce8f19ef4c2d12565bcba4a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:06:38 -0500 Subject: [PATCH 0551/2741] New translations edge-privacy.md (Indonesian) --- docs/id/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/id/edge-privacy.md b/docs/id/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/id/edge-privacy.md +++ b/docs/id/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From 7673dcfe15534586cae5a7f4c857ca33b3107832 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:06:47 -0500 Subject: [PATCH 0552/2741] New translations edge-privacy.md (Ukrainian) --- docs/uk/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/uk/edge-privacy.md b/docs/uk/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/uk/edge-privacy.md +++ b/docs/uk/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From 4517b1a59bf74a68ef5c64375edd809e477d8027 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:06:53 -0500 Subject: [PATCH 0553/2741] New translations edge-privacy.md (Chinese Traditional) --- docs/zh_TW/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh_TW/edge-privacy.md b/docs/zh_TW/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/zh_TW/edge-privacy.md +++ b/docs/zh_TW/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From a5e3c32bdd0433295ab636796a96ae066ce0e1af Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:06:58 -0500 Subject: [PATCH 0554/2741] New translations edge-privacy.md (Chinese Simplified) --- docs/zh_CN/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh_CN/edge-privacy.md b/docs/zh_CN/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/zh_CN/edge-privacy.md +++ b/docs/zh_CN/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From d6e840533d9827442be82edebc40f187585f494f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:07:20 -0500 Subject: [PATCH 0555/2741] New translations edge-privacy.md (Bulgarian) --- docs/bg/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bg/edge-privacy.md b/docs/bg/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/bg/edge-privacy.md +++ b/docs/bg/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From 1a4fe78824e2522c9c90fd76acf5934c8c1e0188 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:14:27 -0500 Subject: [PATCH 0556/2741] New translations edge-privacy.md (Romanian) --- docs/ro/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ro/edge-privacy.md b/docs/ro/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/ro/edge-privacy.md +++ b/docs/ro/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From 60259f9dd57b4c582fb2d32683008b4aefb27c3e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:14:32 -0500 Subject: [PATCH 0557/2741] New translations edge-privacy.md (Dutch) --- docs/nl/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nl/edge-privacy.md b/docs/nl/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/nl/edge-privacy.md +++ b/docs/nl/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From ffc075d8078f542d1900b25e22ba88b4b4e7b458 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:14:37 -0500 Subject: [PATCH 0558/2741] New translations edge-privacy.md (Danish) --- docs/da/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/da/edge-privacy.md b/docs/da/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/da/edge-privacy.md +++ b/docs/da/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From 0fbf18b91fe870376d20954a7ae276109908ae6d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:14:38 -0500 Subject: [PATCH 0559/2741] New translations edge-privacy.md (French) --- docs/fr/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fr/edge-privacy.md b/docs/fr/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/fr/edge-privacy.md +++ b/docs/fr/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From b5fc6a7ac8739709b67cc03c885cf9203445efc1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:14:39 -0500 Subject: [PATCH 0560/2741] New translations edge-privacy.md (Spanish) --- docs/es/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/es/edge-privacy.md b/docs/es/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/es/edge-privacy.md +++ b/docs/es/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From 0cfabd34efac3be1fb069d6c6dae777e993e3992 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:14:41 -0500 Subject: [PATCH 0561/2741] New translations edge-privacy.md (Catalan) --- docs/ca/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ca/edge-privacy.md b/docs/ca/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/ca/edge-privacy.md +++ b/docs/ca/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From fc26554b90723064d9e0c30b67766121a2e13273 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:14:42 -0500 Subject: [PATCH 0562/2741] New translations edge-privacy.md (Czech) --- docs/cs/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cs/edge-privacy.md b/docs/cs/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/cs/edge-privacy.md +++ b/docs/cs/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From 5b03b35c5182a0f49472691de424ce770df723d0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:14:44 -0500 Subject: [PATCH 0563/2741] New translations edge-privacy.md (Korean) --- docs/ko/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ko/edge-privacy.md b/docs/ko/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/ko/edge-privacy.md +++ b/docs/ko/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From b71be9f9bca582b30b361fa305ac8eaed072a580 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:14:45 -0500 Subject: [PATCH 0564/2741] New translations edge-privacy.md (German) --- docs/de/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/de/edge-privacy.md b/docs/de/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/de/edge-privacy.md +++ b/docs/de/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From 528c84fa5fd9f5b59f111461b6cdca52f20a2a45 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:14:47 -0500 Subject: [PATCH 0565/2741] New translations edge-privacy.md (Greek) --- docs/el/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/el/edge-privacy.md b/docs/el/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/el/edge-privacy.md +++ b/docs/el/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From 9bff7b1dfe0bc8668c8417e0d568ae3b1e479408 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:14:48 -0500 Subject: [PATCH 0566/2741] New translations edge-privacy.md (Finnish) --- docs/fi/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fi/edge-privacy.md b/docs/fi/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/fi/edge-privacy.md +++ b/docs/fi/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From 8c5595b0e747e6852a480713b932903ffb856584 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:14:49 -0500 Subject: [PATCH 0567/2741] New translations edge-privacy.md (Hebrew) --- docs/he/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/he/edge-privacy.md b/docs/he/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/he/edge-privacy.md +++ b/docs/he/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From 1cf6d92986a97e6751968c28f560a986070fbbe9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:14:50 -0500 Subject: [PATCH 0568/2741] New translations edge-privacy.md (Hungarian) --- docs/hu/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hu/edge-privacy.md b/docs/hu/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/hu/edge-privacy.md +++ b/docs/hu/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From f7446dd9179d2e987c845965729687779deb3b9b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:14:52 -0500 Subject: [PATCH 0569/2741] New translations edge-privacy.md (Italian) --- docs/it/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/it/edge-privacy.md b/docs/it/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/it/edge-privacy.md +++ b/docs/it/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From 982026b9bdc55099b3fed1b2af5bd21328b8a4c4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 9 Apr 2019 20:14:53 -0500 Subject: [PATCH 0570/2741] New translations edge-privacy.md (Japanese) --- docs/ja/edge-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ja/edge-privacy.md b/docs/ja/edge-privacy.md index 42cfd7922..7064b1356 100644 --- a/docs/ja/edge-privacy.md +++ b/docs/ja/edge-privacy.md @@ -22,7 +22,7 @@ Authenticator may store your account name, secret key, account issuer, and other ### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [[Backing up in Edge]]. You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. ### Contact From 517df613b3e4848b64e9850be976c68ae09188b6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:01 -0500 Subject: [PATCH 0571/2741] New translations en.json (Romanian) --- _data/locales/default/ro.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/ro.json b/_data/locales/default/ro.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/ro.json +++ b/_data/locales/default/ro.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From d4b881e8a6d48ad3fb12f8a4ad0baa4311aeff6d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:02 -0500 Subject: [PATCH 0572/2741] New translations account-types.md (Finnish) --- docs/fi/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/fi/account-types.md b/docs/fi/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/fi/account-types.md +++ b/docs/fi/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From 05e652050e9dd92d5e39893018e92402408808ab Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:05 -0500 Subject: [PATCH 0573/2741] New translations edge-privacy.md (Greek) --- docs/el/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/el/edge-privacy.md b/docs/el/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/el/edge-privacy.md +++ b/docs/el/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From 0ad211913f70cf9846f43c110fa085897551f026 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:06 -0500 Subject: [PATCH 0574/2741] New translations firefox-issues.md (Greek) --- docs/el/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/el/firefox-issues.md b/docs/el/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/el/firefox-issues.md +++ b/docs/el/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 259abb83f4d7178f1083b017d0d1ac744b17fe56 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:07 -0500 Subject: [PATCH 0575/2741] New translations index.md (Greek) --- docs/el/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/el/index.md b/docs/el/index.md index e123d2080..c89c47dd2 100644 --- a/docs/el/index.md +++ b/docs/el/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From aaa58c323a45586cd02aee5321a93485f7dbdafe Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:08 -0500 Subject: [PATCH 0576/2741] New translations lost-codes.md (Greek) --- docs/el/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/el/lost-codes.md b/docs/el/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/el/lost-codes.md +++ b/docs/el/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From 8c87aaa46981ad191708cad3111aec151a220a53 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:09 -0500 Subject: [PATCH 0577/2741] New translations manual-update.md (Greek) --- docs/el/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/el/manual-update.md b/docs/el/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/el/manual-update.md +++ b/docs/el/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From 3c2f199c940547a5199883b9733d7235c69a3ff4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:11 -0500 Subject: [PATCH 0578/2741] New translations opera-install.md (Greek) --- docs/el/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/el/opera-install.md b/docs/el/opera-install.md index de68a686e..133751699 100644 --- a/docs/el/opera-install.md +++ b/docs/el/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 8dca705252c2841e86035d17464487a1d0022558 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:12 -0500 Subject: [PATCH 0579/2741] New translations otp-backup-developer.md (Greek) --- docs/el/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/el/otp-backup-developer.md b/docs/el/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/el/otp-backup-developer.md +++ b/docs/el/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From d1cd265e85b0877f8dae01465cf729ec50d1ed97 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:13 -0500 Subject: [PATCH 0580/2741] New translations otp-backup.md (Greek) --- docs/el/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/el/otp-backup.md b/docs/el/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/el/otp-backup.md +++ b/docs/el/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From 632d4c49b1fd51cae8c4e02b790e3023cae6b845 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:15 -0500 Subject: [PATCH 0581/2741] New translations policy-config.md (Greek) --- docs/el/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/el/policy-config.md b/docs/el/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/el/policy-config.md +++ b/docs/el/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From 86a0eeb1c22be86eddfd8bb3c7bc8ca48a58f9b0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:16 -0500 Subject: [PATCH 0582/2741] New translations en.json (Finnish) --- _data/locales/default/fi.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/fi.json b/_data/locales/default/fi.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/fi.json +++ b/_data/locales/default/fi.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From a54d112ba174b99e90f3b088bf99d19160c39bfe Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:17 -0500 Subject: [PATCH 0583/2741] New translations en.yml (Finnish) --- _data/locales/sidebar/fi.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/fi.yml b/_data/locales/sidebar/fi.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/fi.yml +++ b/_data/locales/sidebar/fi.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From 8864b770ae9c5037336d6a6a603694db25ad5b5e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:18 -0500 Subject: [PATCH 0584/2741] New translations chrome-issues.md (Finnish) --- docs/fi/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/fi/chrome-issues.md b/docs/fi/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/fi/chrome-issues.md +++ b/docs/fi/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From a4773551588da2c2bdb58abc0a741cfe7026e489 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:19 -0500 Subject: [PATCH 0585/2741] New translations edge-backup.md (Greek) --- docs/el/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/el/edge-backup.md b/docs/el/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/el/edge-backup.md +++ b/docs/el/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From f5dfd2d7731af7fa14d1aa9e778e4b974f0ba68a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:21 -0500 Subject: [PATCH 0586/2741] New translations debug-info.md (Finnish) --- docs/fi/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/fi/debug-info.md b/docs/fi/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/fi/debug-info.md +++ b/docs/fi/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From 48cf1f4f85e5640abfbb5bf4293ca0e07e4ce4f1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:22 -0500 Subject: [PATCH 0587/2741] New translations edge-backup.md (Finnish) --- docs/fi/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/fi/edge-backup.md b/docs/fi/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/fi/edge-backup.md +++ b/docs/fi/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From 6386ebf7ae25437aa7c4a69efc2043adfeb6a391 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:23 -0500 Subject: [PATCH 0588/2741] New translations edge-issues.md (Finnish) --- docs/fi/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/fi/edge-issues.md b/docs/fi/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/fi/edge-issues.md +++ b/docs/fi/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From caa7ed1cfd7973ff0d6dfaabaa94e5fdc1e01cf0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:25 -0500 Subject: [PATCH 0589/2741] New translations edge-privacy.md (Finnish) --- docs/fi/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/fi/edge-privacy.md b/docs/fi/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/fi/edge-privacy.md +++ b/docs/fi/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From 80f171f15c0301b0f0ee17cd7aff4700f8d5dbad Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:26 -0500 Subject: [PATCH 0590/2741] New translations firefox-issues.md (Finnish) --- docs/fi/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/fi/firefox-issues.md b/docs/fi/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/fi/firefox-issues.md +++ b/docs/fi/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 29b044cec99cff2782adf1bd67191f194b55c04b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:27 -0500 Subject: [PATCH 0591/2741] New translations index.md (Finnish) --- docs/fi/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/fi/index.md b/docs/fi/index.md index e123d2080..c89c47dd2 100644 --- a/docs/fi/index.md +++ b/docs/fi/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From 41ecd267c5508f76f05df4a108814278632b07ee Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:28 -0500 Subject: [PATCH 0592/2741] New translations lost-codes.md (Finnish) --- docs/fi/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/fi/lost-codes.md b/docs/fi/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/fi/lost-codes.md +++ b/docs/fi/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From 03f2731c1af7ab7cbd2de6e3768af4976b3ab79a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:29 -0500 Subject: [PATCH 0593/2741] New translations manual-update.md (Finnish) --- docs/fi/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/fi/manual-update.md b/docs/fi/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/fi/manual-update.md +++ b/docs/fi/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From 26a03b9e19b6e4d064ce45ddc9ce1932a57d8652 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:31 -0500 Subject: [PATCH 0594/2741] New translations opera-install.md (Finnish) --- docs/fi/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/fi/opera-install.md b/docs/fi/opera-install.md index de68a686e..133751699 100644 --- a/docs/fi/opera-install.md +++ b/docs/fi/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 0e754a6307fb5f700a70680c6d5230bb6f257303 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:32 -0500 Subject: [PATCH 0595/2741] New translations otp-backup-developer.md (Finnish) --- docs/fi/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/fi/otp-backup-developer.md b/docs/fi/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/fi/otp-backup-developer.md +++ b/docs/fi/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From 248566e4d30a26224c233ddd1b6232d233a21399 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:33 -0500 Subject: [PATCH 0596/2741] New translations otp-backup.md (Finnish) --- docs/fi/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/fi/otp-backup.md b/docs/fi/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/fi/otp-backup.md +++ b/docs/fi/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From 87ba35321e9be532ce26ca35a342cddf21ecf0fc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:34 -0500 Subject: [PATCH 0597/2741] New translations policy-config.md (Finnish) --- docs/fi/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/fi/policy-config.md b/docs/fi/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/fi/policy-config.md +++ b/docs/fi/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From a4457cd63d8ba7b99520f89c9e7ee932a974ff34 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:36 -0500 Subject: [PATCH 0598/2741] New translations edge-issues.md (Greek) --- docs/el/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/el/edge-issues.md b/docs/el/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/el/edge-issues.md +++ b/docs/el/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From f65a67faaa1908e615d216c02f5bfbb8ecdb1c60 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:37 -0500 Subject: [PATCH 0599/2741] New translations debug-info.md (Greek) --- docs/el/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/el/debug-info.md b/docs/el/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/el/debug-info.md +++ b/docs/el/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From a214ab59c7724fc031e79088406875c792362f70 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:38 -0500 Subject: [PATCH 0600/2741] New translations en.yml (Hebrew) --- _data/locales/sidebar/he.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/he.yml b/_data/locales/sidebar/he.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/he.yml +++ b/_data/locales/sidebar/he.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From 201a2ec83207b1f31862077ea3cf22b9d2114604 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:39 -0500 Subject: [PATCH 0601/2741] New translations edge-backup.md (German) --- docs/de/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/de/edge-backup.md b/docs/de/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/de/edge-backup.md +++ b/docs/de/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From fcb5d45ce951587efd23bd3391a1f7b29e8e44e3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:40 -0500 Subject: [PATCH 0602/2741] New translations index.md (Danish) --- docs/da/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/da/index.md b/docs/da/index.md index e123d2080..c89c47dd2 100644 --- a/docs/da/index.md +++ b/docs/da/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From a65bbde0f4d06188cfdb496066af115e13795338 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:41 -0500 Subject: [PATCH 0603/2741] New translations lost-codes.md (Danish) --- docs/da/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/da/lost-codes.md b/docs/da/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/da/lost-codes.md +++ b/docs/da/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From 1b9eaa8f4976b8021cc0885fa8edcec59b548146 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:43 -0500 Subject: [PATCH 0604/2741] New translations manual-update.md (Danish) --- docs/da/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/da/manual-update.md b/docs/da/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/da/manual-update.md +++ b/docs/da/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From b33fd883c6ecf56c7ec01bfbc43d1702bceb28d7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:44 -0500 Subject: [PATCH 0605/2741] New translations opera-install.md (Danish) --- docs/da/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/da/opera-install.md b/docs/da/opera-install.md index de68a686e..133751699 100644 --- a/docs/da/opera-install.md +++ b/docs/da/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 75519e620377e4b57dd2eaff04d89248daf1de36 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:45 -0500 Subject: [PATCH 0606/2741] New translations otp-backup-developer.md (Danish) --- docs/da/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/da/otp-backup-developer.md b/docs/da/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/da/otp-backup-developer.md +++ b/docs/da/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From 6b9a91c4c7e6f6e9911bdbb2992ffa63c41e7574 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:46 -0500 Subject: [PATCH 0607/2741] New translations otp-backup.md (Danish) --- docs/da/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/da/otp-backup.md b/docs/da/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/da/otp-backup.md +++ b/docs/da/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From 382c8a13235aece23bbcb42da5b403c69ef5f428 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:47 -0500 Subject: [PATCH 0608/2741] New translations policy-config.md (Danish) --- docs/da/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/da/policy-config.md b/docs/da/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/da/policy-config.md +++ b/docs/da/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From 156b8959e6c1dcc396584318ae83ad121fa6e7fc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:49 -0500 Subject: [PATCH 0609/2741] New translations en.json (German) --- _data/locales/default/de.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/de.json b/_data/locales/default/de.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/de.json +++ b/_data/locales/default/de.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From 4e79af6de45b2b3e41cf8ab760d445681a0610eb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:50 -0500 Subject: [PATCH 0610/2741] New translations en.yml (German) --- _data/locales/sidebar/de.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/de.yml b/_data/locales/sidebar/de.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/de.yml +++ b/_data/locales/sidebar/de.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From 90c0f70dd4c0bc91c5554c3f272d328ceda06a99 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:51 -0500 Subject: [PATCH 0611/2741] New translations account-types.md (German) --- docs/de/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/de/account-types.md b/docs/de/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/de/account-types.md +++ b/docs/de/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From aa338793273f904d64e6993d1c51b6debc841f27 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:52 -0500 Subject: [PATCH 0612/2741] New translations chrome-issues.md (German) --- docs/de/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/de/chrome-issues.md b/docs/de/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/de/chrome-issues.md +++ b/docs/de/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 8a792d20f0f812a3e761f5a178bcf427b4523458 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:56 -0500 Subject: [PATCH 0613/2741] New translations debug-info.md (German) --- docs/de/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/de/debug-info.md b/docs/de/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/de/debug-info.md +++ b/docs/de/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From c9f1dce745242a3c1cc0ba6ef2ed0cde02f61e42 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:57 -0500 Subject: [PATCH 0614/2741] New translations edge-issues.md (German) --- docs/de/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/de/edge-issues.md b/docs/de/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/de/edge-issues.md +++ b/docs/de/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 7bd3590ac504d1039b1ca5f285ca1929c50191aa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:39:58 -0500 Subject: [PATCH 0615/2741] New translations chrome-issues.md (Greek) --- docs/el/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/el/chrome-issues.md b/docs/el/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/el/chrome-issues.md +++ b/docs/el/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From d81847e52f11b8d27920ee73b41c24d91285506c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:00 -0500 Subject: [PATCH 0616/2741] New translations edge-privacy.md (German) --- docs/de/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/de/edge-privacy.md b/docs/de/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/de/edge-privacy.md +++ b/docs/de/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From 7e26bb3b9d894c7262524279289fb2c5eb8ede72 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:01 -0500 Subject: [PATCH 0617/2741] New translations firefox-issues.md (German) --- docs/de/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/de/firefox-issues.md b/docs/de/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/de/firefox-issues.md +++ b/docs/de/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 2013b68ae25f02b4f3f98abf386441ad6eaadea2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:02 -0500 Subject: [PATCH 0618/2741] New translations index.md (German) --- docs/de/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/de/index.md b/docs/de/index.md index e123d2080..c89c47dd2 100644 --- a/docs/de/index.md +++ b/docs/de/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From b143105bb234e2c27fb8652ffdac134b57f31a86 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:03 -0500 Subject: [PATCH 0619/2741] New translations lost-codes.md (German) --- docs/de/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/de/lost-codes.md b/docs/de/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/de/lost-codes.md +++ b/docs/de/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From 3e351bede375173e29f574bff5513eb868d317dd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:04 -0500 Subject: [PATCH 0620/2741] New translations manual-update.md (German) --- docs/de/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/de/manual-update.md b/docs/de/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/de/manual-update.md +++ b/docs/de/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From ec8092c465b8bf816f02f0c9709787db2cf86a84 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:07 -0500 Subject: [PATCH 0621/2741] New translations opera-install.md (German) --- docs/de/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/de/opera-install.md b/docs/de/opera-install.md index de68a686e..133751699 100644 --- a/docs/de/opera-install.md +++ b/docs/de/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 29371409187b57fd3a3aa36086e7a387af6164fc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:08 -0500 Subject: [PATCH 0622/2741] New translations otp-backup-developer.md (German) --- docs/de/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/de/otp-backup-developer.md b/docs/de/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/de/otp-backup-developer.md +++ b/docs/de/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From ede8f42d03333e31a553571e159c45b590b9f3dd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:09 -0500 Subject: [PATCH 0623/2741] New translations otp-backup.md (German) --- docs/de/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/de/otp-backup.md b/docs/de/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/de/otp-backup.md +++ b/docs/de/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From 5c73b99d23b161e37869538ade07b2305e45ac13 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:10 -0500 Subject: [PATCH 0624/2741] New translations policy-config.md (German) --- docs/de/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/de/policy-config.md b/docs/de/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/de/policy-config.md +++ b/docs/de/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From c526cb4d56c289549286d9fd35ae433fd336097a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:11 -0500 Subject: [PATCH 0625/2741] New translations en.json (Greek) --- _data/locales/default/el.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/el.json b/_data/locales/default/el.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/el.json +++ b/_data/locales/default/el.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From e8c11858bb88a09ae1d2f559106f3c71d5da7b0d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:12 -0500 Subject: [PATCH 0626/2741] New translations en.yml (Greek) --- _data/locales/sidebar/el.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/el.yml b/_data/locales/sidebar/el.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/el.yml +++ b/_data/locales/sidebar/el.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From 4fe804907c3b128056d75d275bace42869ddf7f8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:14 -0500 Subject: [PATCH 0627/2741] New translations account-types.md (Greek) --- docs/el/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/el/account-types.md b/docs/el/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/el/account-types.md +++ b/docs/el/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From 36089fb90e4d151525c382ac433dfb1268621e0f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:15 -0500 Subject: [PATCH 0628/2741] New translations en.json (Hebrew) --- _data/locales/default/he.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/he.json b/_data/locales/default/he.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/he.json +++ b/_data/locales/default/he.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From afc7e7ea063f9ff002b610f08e8f3646a2b937ee Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:16 -0500 Subject: [PATCH 0629/2741] New translations chrome-issues.md (Hebrew) --- docs/he/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/he/chrome-issues.md b/docs/he/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/he/chrome-issues.md +++ b/docs/he/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From fd24b9dffc7be1d0d226a46ab877dd01647c589b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:18 -0500 Subject: [PATCH 0630/2741] New translations edge-privacy.md (Danish) --- docs/da/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/da/edge-privacy.md b/docs/da/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/da/edge-privacy.md +++ b/docs/da/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From f20e29ed2a86073ca7d5b46c461c45fe5601c401 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:19 -0500 Subject: [PATCH 0631/2741] New translations policy-config.md (Italian) --- docs/it/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/it/policy-config.md b/docs/it/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/it/policy-config.md +++ b/docs/it/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From 900c219945c1872325a823c3089aeafc7202a946 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:20 -0500 Subject: [PATCH 0632/2741] New translations chrome-issues.md (Italian) --- docs/it/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/it/chrome-issues.md b/docs/it/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/it/chrome-issues.md +++ b/docs/it/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From dd8254aa6e8b71d22c75e9384038f2064e148996 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:21 -0500 Subject: [PATCH 0633/2741] New translations debug-info.md (Italian) --- docs/it/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/it/debug-info.md b/docs/it/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/it/debug-info.md +++ b/docs/it/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From 0294d5fc97804390d54d8253f9aea0ea6ed8d448 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:23 -0500 Subject: [PATCH 0634/2741] New translations edge-backup.md (Italian) --- docs/it/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/it/edge-backup.md b/docs/it/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/it/edge-backup.md +++ b/docs/it/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From c9ffed58d1fded7347311bb6870786475678e0de Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:24 -0500 Subject: [PATCH 0635/2741] New translations edge-issues.md (Italian) --- docs/it/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/it/edge-issues.md b/docs/it/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/it/edge-issues.md +++ b/docs/it/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 21dce6fbc1b16e8947d85bb11bb4c6462431cd1c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:25 -0500 Subject: [PATCH 0636/2741] New translations edge-privacy.md (Italian) --- docs/it/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/it/edge-privacy.md b/docs/it/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/it/edge-privacy.md +++ b/docs/it/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From 9dd8bb956adf923e4b11a92fceab7cba25b071d8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:26 -0500 Subject: [PATCH 0637/2741] New translations firefox-issues.md (Italian) --- docs/it/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/it/firefox-issues.md b/docs/it/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/it/firefox-issues.md +++ b/docs/it/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From c057b9455ae20a27c77f739b3969788ee5264d24 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:28 -0500 Subject: [PATCH 0638/2741] New translations index.md (Italian) --- docs/it/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/it/index.md b/docs/it/index.md index e123d2080..c89c47dd2 100644 --- a/docs/it/index.md +++ b/docs/it/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From eb715b9214bfe0c5a79e0fc31bcb5d4fce4b66cf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:29 -0500 Subject: [PATCH 0639/2741] New translations lost-codes.md (Italian) --- docs/it/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/it/lost-codes.md b/docs/it/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/it/lost-codes.md +++ b/docs/it/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From 6dae5affad86005fbdcd8aa28b6913b6baea6329 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:30 -0500 Subject: [PATCH 0640/2741] New translations manual-update.md (Italian) --- docs/it/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/it/manual-update.md b/docs/it/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/it/manual-update.md +++ b/docs/it/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From d03e637dcb0712120635c801d1f57260301b0513 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:32 -0500 Subject: [PATCH 0641/2741] New translations opera-install.md (Italian) --- docs/it/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/it/opera-install.md b/docs/it/opera-install.md index de68a686e..133751699 100644 --- a/docs/it/opera-install.md +++ b/docs/it/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 88bd20654cbf57bb0390fba942775c3370cd7916 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:33 -0500 Subject: [PATCH 0642/2741] New translations otp-backup-developer.md (Italian) --- docs/it/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/it/otp-backup-developer.md b/docs/it/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/it/otp-backup-developer.md +++ b/docs/it/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From 13e320202f1af9463fa2c240c1de54899fd7c3ad Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:34 -0500 Subject: [PATCH 0643/2741] New translations otp-backup.md (Italian) --- docs/it/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/it/otp-backup.md b/docs/it/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/it/otp-backup.md +++ b/docs/it/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From 7d1cca5172fd3fd178b164ef785e090fde6165e4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:35 -0500 Subject: [PATCH 0644/2741] New translations en.json (Japanese) --- _data/locales/default/ja.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/ja.json b/_data/locales/default/ja.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/ja.json +++ b/_data/locales/default/ja.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From 95d7533fa8865df54a2cc54ceed9d1aa4cf26e32 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:37 -0500 Subject: [PATCH 0645/2741] New translations en.yml (Italian) --- _data/locales/sidebar/it.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/it.yml b/_data/locales/sidebar/it.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/it.yml +++ b/_data/locales/sidebar/it.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From 66f0f9c30b8567cfe80552dae7010a43a7f9e527 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:38 -0500 Subject: [PATCH 0646/2741] New translations en.yml (Japanese) --- _data/locales/sidebar/ja.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/ja.yml b/_data/locales/sidebar/ja.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/ja.yml +++ b/_data/locales/sidebar/ja.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From 8d5afc524248ad2157fd634baadcbc7339ed8b35 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:39 -0500 Subject: [PATCH 0647/2741] New translations account-types.md (Japanese) --- docs/ja/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/ja/account-types.md b/docs/ja/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/ja/account-types.md +++ b/docs/ja/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From 6ac9148b45d1c82a8d8169a6263bc30681da6976 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:40 -0500 Subject: [PATCH 0648/2741] New translations chrome-issues.md (Japanese) --- docs/ja/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/ja/chrome-issues.md b/docs/ja/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/ja/chrome-issues.md +++ b/docs/ja/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 08a56277b5798c4b4f254915e8d82d6ab7919a64 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:41 -0500 Subject: [PATCH 0649/2741] New translations debug-info.md (Japanese) --- docs/ja/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/ja/debug-info.md b/docs/ja/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/ja/debug-info.md +++ b/docs/ja/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From 7bceea8303598f13766b6bc27426943ff62467ab Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:43 -0500 Subject: [PATCH 0650/2741] New translations edge-backup.md (Japanese) --- docs/ja/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ja/edge-backup.md b/docs/ja/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/ja/edge-backup.md +++ b/docs/ja/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From b02a271aeea1cfc9ed17ed2769f4e8a97810e67c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:44 -0500 Subject: [PATCH 0651/2741] New translations edge-issues.md (Japanese) --- docs/ja/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/ja/edge-issues.md b/docs/ja/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/ja/edge-issues.md +++ b/docs/ja/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From c29a794c87d0cf4230c85d76b5f65c99e2a7d374 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:45 -0500 Subject: [PATCH 0652/2741] New translations edge-privacy.md (Japanese) --- docs/ja/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/ja/edge-privacy.md b/docs/ja/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/ja/edge-privacy.md +++ b/docs/ja/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From 136df807c325e034c5f544cac61a76476305a89f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:46 -0500 Subject: [PATCH 0653/2741] New translations firefox-issues.md (Japanese) --- docs/ja/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/ja/firefox-issues.md b/docs/ja/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/ja/firefox-issues.md +++ b/docs/ja/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 2fd0bc8a9e8f442d6da2696dfdc04c1795958719 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:47 -0500 Subject: [PATCH 0654/2741] New translations index.md (Japanese) --- docs/ja/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ja/index.md b/docs/ja/index.md index e123d2080..c89c47dd2 100644 --- a/docs/ja/index.md +++ b/docs/ja/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From f17f6a4c313c48068725f09da0782784e3361ace Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:49 -0500 Subject: [PATCH 0655/2741] New translations lost-codes.md (Japanese) --- docs/ja/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/ja/lost-codes.md b/docs/ja/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/ja/lost-codes.md +++ b/docs/ja/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From 188322f2e38b8e9c49ab7b25f52377dccbea4481 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:50 -0500 Subject: [PATCH 0656/2741] New translations manual-update.md (Japanese) --- docs/ja/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ja/manual-update.md b/docs/ja/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/ja/manual-update.md +++ b/docs/ja/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From 5d3160c0e00d45956346eeec2efe6fdae9c851b2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:51 -0500 Subject: [PATCH 0657/2741] New translations en.yml (Romanian) --- _data/locales/sidebar/ro.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/ro.yml b/_data/locales/sidebar/ro.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/ro.yml +++ b/_data/locales/sidebar/ro.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From 9378afd9503bc5008eadf9221a8cdf11f9939863 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:53 -0500 Subject: [PATCH 0658/2741] New translations account-types.md (Italian) --- docs/it/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/it/account-types.md b/docs/it/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/it/account-types.md +++ b/docs/it/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From d185f9be32c32fa2b7c1d878a669313656b01a63 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:54 -0500 Subject: [PATCH 0659/2741] New translations en.json (Italian) --- _data/locales/default/it.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/it.json b/_data/locales/default/it.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/it.json +++ b/_data/locales/default/it.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From cdd15be76e05b22b88aa93fbc16a5dcfa334d327 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:55 -0500 Subject: [PATCH 0660/2741] New translations debug-info.md (Hebrew) --- docs/he/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/he/debug-info.md b/docs/he/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/he/debug-info.md +++ b/docs/he/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From af3abf69c70380842c802756c832e4c9fb3b081b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:56 -0500 Subject: [PATCH 0661/2741] New translations en.yml (Hungarian) --- _data/locales/sidebar/hu.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/hu.yml b/_data/locales/sidebar/hu.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/hu.yml +++ b/_data/locales/sidebar/hu.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From 19970feb04149f07bf49fa01c14ee525ee6c013d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:57 -0500 Subject: [PATCH 0662/2741] New translations edge-backup.md (Hebrew) --- docs/he/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/he/edge-backup.md b/docs/he/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/he/edge-backup.md +++ b/docs/he/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From decea1979cf2cdc8605c5517d2c8786d00bb83de Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:40:59 -0500 Subject: [PATCH 0663/2741] New translations edge-issues.md (Hebrew) --- docs/he/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/he/edge-issues.md b/docs/he/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/he/edge-issues.md +++ b/docs/he/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 843cb2fe8182f0b9f5d1b8996c5fa2bd25ae69f8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:00 -0500 Subject: [PATCH 0664/2741] New translations edge-privacy.md (Hebrew) --- docs/he/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/he/edge-privacy.md b/docs/he/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/he/edge-privacy.md +++ b/docs/he/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From a57e0306752a8dd80412bc42d718badb2f6ca8e8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:01 -0500 Subject: [PATCH 0665/2741] New translations firefox-issues.md (Hebrew) --- docs/he/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/he/firefox-issues.md b/docs/he/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/he/firefox-issues.md +++ b/docs/he/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From f27709f8272a6fb7b0baf1bc964c0f13a1c167bb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:03 -0500 Subject: [PATCH 0666/2741] New translations index.md (Hebrew) --- docs/he/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/he/index.md b/docs/he/index.md index e123d2080..c89c47dd2 100644 --- a/docs/he/index.md +++ b/docs/he/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From 14469262b3a6c0cea785175c7d1c55e19a07c2ff Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:04 -0500 Subject: [PATCH 0667/2741] New translations lost-codes.md (Hebrew) --- docs/he/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/he/lost-codes.md b/docs/he/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/he/lost-codes.md +++ b/docs/he/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From c7d2cc5b724457988b55457ef4f96411d6a2bf86 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:06 -0500 Subject: [PATCH 0668/2741] New translations manual-update.md (Hebrew) --- docs/he/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/he/manual-update.md b/docs/he/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/he/manual-update.md +++ b/docs/he/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From 09c21cc512c2d81a9ae0b43bc148c8ff438062a3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:07 -0500 Subject: [PATCH 0669/2741] New translations opera-install.md (Hebrew) --- docs/he/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/he/opera-install.md b/docs/he/opera-install.md index de68a686e..133751699 100644 --- a/docs/he/opera-install.md +++ b/docs/he/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 0f91e244815116ea8a0eef868e9b43143f72870a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:08 -0500 Subject: [PATCH 0670/2741] New translations otp-backup-developer.md (Hebrew) --- docs/he/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/he/otp-backup-developer.md b/docs/he/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/he/otp-backup-developer.md +++ b/docs/he/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From 8f164ec8d4a790f73528f9f1082325b5d3673f73 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:10 -0500 Subject: [PATCH 0671/2741] New translations otp-backup.md (Hebrew) --- docs/he/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/he/otp-backup.md b/docs/he/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/he/otp-backup.md +++ b/docs/he/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From 41311871ff19a470b8cf98ce794ced2d3fc80b03 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:11 -0500 Subject: [PATCH 0672/2741] New translations policy-config.md (Hebrew) --- docs/he/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/he/policy-config.md b/docs/he/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/he/policy-config.md +++ b/docs/he/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From 545940ac132987b48d254945f5b3140a268d4ea7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:12 -0500 Subject: [PATCH 0673/2741] New translations en.json (Hungarian) --- _data/locales/default/hu.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/hu.json b/_data/locales/default/hu.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/hu.json +++ b/_data/locales/default/hu.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From 8bdf2eaea18fbbafbc329593aee6abdd0413f78d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:15 -0500 Subject: [PATCH 0674/2741] New translations account-types.md (Hungarian) --- docs/hu/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/hu/account-types.md b/docs/hu/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/hu/account-types.md +++ b/docs/hu/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From b8ab9b1dacbf2a4d2f9d39f3a816af77175dec23 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:16 -0500 Subject: [PATCH 0675/2741] New translations policy-config.md (Hungarian) --- docs/hu/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/hu/policy-config.md b/docs/hu/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/hu/policy-config.md +++ b/docs/hu/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From 08f27f696760079651e7addcf91b03e701f9a814 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:17 -0500 Subject: [PATCH 0676/2741] New translations chrome-issues.md (Hungarian) --- docs/hu/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/hu/chrome-issues.md b/docs/hu/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/hu/chrome-issues.md +++ b/docs/hu/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 63ff457c05864f8eca0c6300fe4270fc498552d5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:18 -0500 Subject: [PATCH 0677/2741] New translations debug-info.md (Hungarian) --- docs/hu/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/hu/debug-info.md b/docs/hu/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/hu/debug-info.md +++ b/docs/hu/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From 59f189ceefa82f5896bdace3b70c8b1cc12b33c2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:19 -0500 Subject: [PATCH 0678/2741] New translations edge-backup.md (Hungarian) --- docs/hu/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/hu/edge-backup.md b/docs/hu/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/hu/edge-backup.md +++ b/docs/hu/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From 03ddeb03e1a6d2fdadbf42b857ce385db786e206 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:20 -0500 Subject: [PATCH 0679/2741] New translations edge-issues.md (Hungarian) --- docs/hu/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/hu/edge-issues.md b/docs/hu/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/hu/edge-issues.md +++ b/docs/hu/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 74f12fdb3d2de785d32735522b80eed99a96adec Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:21 -0500 Subject: [PATCH 0680/2741] New translations edge-privacy.md (Hungarian) --- docs/hu/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/hu/edge-privacy.md b/docs/hu/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/hu/edge-privacy.md +++ b/docs/hu/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From 4cb5154a566b03c4e974f2c20ef1a23c68b0251e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:22 -0500 Subject: [PATCH 0681/2741] New translations firefox-issues.md (Hungarian) --- docs/hu/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/hu/firefox-issues.md b/docs/hu/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/hu/firefox-issues.md +++ b/docs/hu/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 4372481e07564a52f7d454b8c42b035f5bd59a5a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:23 -0500 Subject: [PATCH 0682/2741] New translations index.md (Hungarian) --- docs/hu/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/hu/index.md b/docs/hu/index.md index e123d2080..c89c47dd2 100644 --- a/docs/hu/index.md +++ b/docs/hu/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From 7890cf208b0235b043dad1531d7a76e916982534 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:24 -0500 Subject: [PATCH 0683/2741] New translations lost-codes.md (Hungarian) --- docs/hu/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/hu/lost-codes.md b/docs/hu/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/hu/lost-codes.md +++ b/docs/hu/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From 4ad9c798771cf20e4d151641b11518dc7bfa8435 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:26 -0500 Subject: [PATCH 0684/2741] New translations manual-update.md (Hungarian) --- docs/hu/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/hu/manual-update.md b/docs/hu/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/hu/manual-update.md +++ b/docs/hu/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From dc75ebba53841bd5a67384d880812743c54f4af1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:27 -0500 Subject: [PATCH 0685/2741] New translations opera-install.md (Hungarian) --- docs/hu/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/hu/opera-install.md b/docs/hu/opera-install.md index de68a686e..133751699 100644 --- a/docs/hu/opera-install.md +++ b/docs/hu/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From ff96bb622b511e100088edc2afde49a9984d188d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:28 -0500 Subject: [PATCH 0686/2741] New translations otp-backup-developer.md (Hungarian) --- docs/hu/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/hu/otp-backup-developer.md b/docs/hu/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/hu/otp-backup-developer.md +++ b/docs/hu/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From bd964643d3a0c71ebb3849e242f841666157f875 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:29 -0500 Subject: [PATCH 0687/2741] New translations otp-backup.md (Hungarian) --- docs/hu/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/hu/otp-backup.md b/docs/hu/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/hu/otp-backup.md +++ b/docs/hu/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From d3d1315f571273750a8eecbad7c17bd5e0ea0305 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:30 -0500 Subject: [PATCH 0688/2741] New translations firefox-issues.md (Danish) --- docs/da/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/da/firefox-issues.md b/docs/da/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/da/firefox-issues.md +++ b/docs/da/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 315c427a8949bc42f96091cb7a45e494e3831233 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:31 -0500 Subject: [PATCH 0689/2741] New translations account-types.md (Hebrew) --- docs/he/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/he/account-types.md b/docs/he/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/he/account-types.md +++ b/docs/he/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From 5510c420373947daefc720ab0ed08634e59a9833 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:33 -0500 Subject: [PATCH 0690/2741] New translations edge-issues.md (Danish) --- docs/da/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/da/edge-issues.md b/docs/da/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/da/edge-issues.md +++ b/docs/da/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From e067c91dff5ed4e893e038dc19d643736c9ccf35 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:34 -0500 Subject: [PATCH 0691/2741] New translations opera-install.md (Spanish) --- docs/es/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/es/opera-install.md b/docs/es/opera-install.md index de68a686e..133751699 100644 --- a/docs/es/opera-install.md +++ b/docs/es/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 03159bf08e69318bcbab7ff5511446a59625c9d5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:35 -0500 Subject: [PATCH 0692/2741] New translations en.json (Spanish) --- _data/locales/default/es.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/es.json b/_data/locales/default/es.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/es.json +++ b/_data/locales/default/es.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From 170973f66f96a0f5faf9b7eca8540c92ae3d00da Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:36 -0500 Subject: [PATCH 0693/2741] New translations en.yml (Spanish) --- _data/locales/sidebar/es.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/es.yml b/_data/locales/sidebar/es.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/es.yml +++ b/_data/locales/sidebar/es.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From c1939c2a5a8731c156f908283bccd402dbe86b05 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:37 -0500 Subject: [PATCH 0694/2741] New translations account-types.md (Spanish) --- docs/es/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/es/account-types.md b/docs/es/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/es/account-types.md +++ b/docs/es/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From 1b8bae1914d3b1e0872f44325b00d2f6f5df203e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:38 -0500 Subject: [PATCH 0695/2741] New translations chrome-issues.md (Spanish) --- docs/es/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/es/chrome-issues.md b/docs/es/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/es/chrome-issues.md +++ b/docs/es/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 830826d01521efaa78780252beb8c0da57696146 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:39 -0500 Subject: [PATCH 0696/2741] New translations debug-info.md (Spanish) --- docs/es/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/es/debug-info.md b/docs/es/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/es/debug-info.md +++ b/docs/es/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From 378461ed15bda0619e72d79868b7e7a2f5bc3e12 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:40 -0500 Subject: [PATCH 0697/2741] New translations edge-backup.md (Spanish) --- docs/es/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/es/edge-backup.md b/docs/es/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/es/edge-backup.md +++ b/docs/es/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From 7bcf7848bd05568750a6a4882a374b3396ee0f66 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:41 -0500 Subject: [PATCH 0698/2741] New translations edge-issues.md (Spanish) --- docs/es/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/es/edge-issues.md b/docs/es/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/es/edge-issues.md +++ b/docs/es/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From d5f6bcc0f4032c91b6bee1834c3036ef25f96c8d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:43 -0500 Subject: [PATCH 0699/2741] New translations edge-privacy.md (Spanish) --- docs/es/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/es/edge-privacy.md b/docs/es/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/es/edge-privacy.md +++ b/docs/es/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From 06545c0fe32b52f8256ef26a15dab40fe3b4cba6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:44 -0500 Subject: [PATCH 0700/2741] New translations firefox-issues.md (Spanish) --- docs/es/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/es/firefox-issues.md b/docs/es/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/es/firefox-issues.md +++ b/docs/es/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From e9a87067214f55e8287a8f26e11ab4b97c9e2c18 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:45 -0500 Subject: [PATCH 0701/2741] New translations index.md (Spanish) --- docs/es/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/es/index.md b/docs/es/index.md index e123d2080..c89c47dd2 100644 --- a/docs/es/index.md +++ b/docs/es/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From a8e384b731ee915e23c3469e05068066c230009f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:46 -0500 Subject: [PATCH 0702/2741] New translations lost-codes.md (Spanish) --- docs/es/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/es/lost-codes.md b/docs/es/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/es/lost-codes.md +++ b/docs/es/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From f84c781fb4ee8ac7d465ef266028179411ef4add Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:47 -0500 Subject: [PATCH 0703/2741] New translations manual-update.md (Spanish) --- docs/es/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/es/manual-update.md b/docs/es/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/es/manual-update.md +++ b/docs/es/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From a75dc7d67e4a30b7cc16e7e1427f2fa73e081522 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:48 -0500 Subject: [PATCH 0704/2741] New translations otp-backup-developer.md (Spanish) --- docs/es/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/es/otp-backup-developer.md b/docs/es/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/es/otp-backup-developer.md +++ b/docs/es/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From 03ed4a04ea142102718653da55fb229a01c7ba33 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:49 -0500 Subject: [PATCH 0705/2741] New translations otp-backup-developer.md (French) --- docs/fr/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/fr/otp-backup-developer.md b/docs/fr/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/fr/otp-backup-developer.md +++ b/docs/fr/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From 6c0c92688de6ee3b113c1e80e415cc3835ffa27e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:51 -0500 Subject: [PATCH 0706/2741] New translations otp-backup.md (Spanish) --- docs/es/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/es/otp-backup.md b/docs/es/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/es/otp-backup.md +++ b/docs/es/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From 1bde5a3ba5b32b51cda4e63f06eeb896b6956e95 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:52 -0500 Subject: [PATCH 0707/2741] New translations policy-config.md (Spanish) --- docs/es/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/es/policy-config.md b/docs/es/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/es/policy-config.md +++ b/docs/es/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From a906aaac429942571c2124401f1a836ea368aa0f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:53 -0500 Subject: [PATCH 0708/2741] New translations en.json (Arabic) --- _data/locales/default/ar.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/ar.json b/_data/locales/default/ar.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/ar.json +++ b/_data/locales/default/ar.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From 6270f10224459ad50566863d9ddbed80a08bebf0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:54 -0500 Subject: [PATCH 0709/2741] New translations en.yml (Arabic) --- _data/locales/sidebar/ar.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/ar.yml b/_data/locales/sidebar/ar.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/ar.yml +++ b/_data/locales/sidebar/ar.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From 0fe2d2590dae20919c1fc829d916d1d4b569ea94 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:55 -0500 Subject: [PATCH 0710/2741] New translations account-types.md (Arabic) --- docs/ar/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/ar/account-types.md b/docs/ar/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/ar/account-types.md +++ b/docs/ar/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From 207271ae5f6a78423a7aee715742911690b6904f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:56 -0500 Subject: [PATCH 0711/2741] New translations chrome-issues.md (Arabic) --- docs/ar/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/ar/chrome-issues.md b/docs/ar/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/ar/chrome-issues.md +++ b/docs/ar/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 463b936f185e3d95b34451eeddd6ff7c4312e1b6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:58 -0500 Subject: [PATCH 0712/2741] New translations debug-info.md (Arabic) --- docs/ar/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/ar/debug-info.md b/docs/ar/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/ar/debug-info.md +++ b/docs/ar/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From be83fce7a8ba969be4e39a8f889a545be8b7b0e4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:41:59 -0500 Subject: [PATCH 0713/2741] New translations edge-backup.md (Arabic) --- docs/ar/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ar/edge-backup.md b/docs/ar/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/ar/edge-backup.md +++ b/docs/ar/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From 43cc12a25234a5e35677ba78452efd3e32c4f8c1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:00 -0500 Subject: [PATCH 0714/2741] New translations edge-issues.md (Arabic) --- docs/ar/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/ar/edge-issues.md b/docs/ar/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/ar/edge-issues.md +++ b/docs/ar/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 63dc9b1c7d6046da3cd638703288110e49ff82a8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:01 -0500 Subject: [PATCH 0715/2741] New translations edge-privacy.md (Arabic) --- docs/ar/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/ar/edge-privacy.md b/docs/ar/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/ar/edge-privacy.md +++ b/docs/ar/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From 8357fdde47cf8d503db34cbbe880098cab27eb4b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:03 -0500 Subject: [PATCH 0716/2741] New translations firefox-issues.md (Arabic) --- docs/ar/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/ar/firefox-issues.md b/docs/ar/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/ar/firefox-issues.md +++ b/docs/ar/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 47c885ff74a91a434ac34e83098bcf38d958831a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:05 -0500 Subject: [PATCH 0717/2741] New translations index.md (Arabic) --- docs/ar/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ar/index.md b/docs/ar/index.md index e123d2080..c89c47dd2 100644 --- a/docs/ar/index.md +++ b/docs/ar/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From 8698c7842ed552bc960488db1fadb55feae5a822 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:06 -0500 Subject: [PATCH 0718/2741] New translations otp-backup.md (French) --- docs/fr/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/fr/otp-backup.md b/docs/fr/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/fr/otp-backup.md +++ b/docs/fr/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From 0e0ca8a531075b4ad5590cd936029436bd19ff77 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:07 -0500 Subject: [PATCH 0719/2741] New translations opera-install.md (French) --- docs/fr/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/fr/opera-install.md b/docs/fr/opera-install.md index de68a686e..133751699 100644 --- a/docs/fr/opera-install.md +++ b/docs/fr/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 3619242545f95a168888cb8c52e8a34ca3a3c0a9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:08 -0500 Subject: [PATCH 0720/2741] New translations manual-update.md (Arabic) --- docs/ar/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ar/manual-update.md b/docs/ar/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/ar/manual-update.md +++ b/docs/ar/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From 27c7a9d01753aff76b5fc7820fe2a622ede45309 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:09 -0500 Subject: [PATCH 0721/2741] New translations otp-backup-developer.md (Romanian) --- docs/ro/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/ro/otp-backup-developer.md b/docs/ro/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/ro/otp-backup-developer.md +++ b/docs/ro/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From 830a7e56abdab2e0969e9318eb38819e36478e7f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:11 -0500 Subject: [PATCH 0722/2741] New translations account-types.md (Romanian) --- docs/ro/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/ro/account-types.md b/docs/ro/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/ro/account-types.md +++ b/docs/ro/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From 8e7f9dd098b8bb3c97adea92e629071f907a4549 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:12 -0500 Subject: [PATCH 0723/2741] New translations edge-backup.md (Danish) --- docs/da/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/da/edge-backup.md b/docs/da/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/da/edge-backup.md +++ b/docs/da/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From 6d7cee537d118e1b57e3f01689c7705cc61937de Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:13 -0500 Subject: [PATCH 0724/2741] New translations chrome-issues.md (Romanian) --- docs/ro/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/ro/chrome-issues.md b/docs/ro/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/ro/chrome-issues.md +++ b/docs/ro/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 780272349e2ada511bf2c81ec8e00b024d877186 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:14 -0500 Subject: [PATCH 0725/2741] New translations debug-info.md (Romanian) --- docs/ro/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/ro/debug-info.md b/docs/ro/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/ro/debug-info.md +++ b/docs/ro/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From d4f65cb53387cf625b36932e0aead51a2dd048b4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:15 -0500 Subject: [PATCH 0726/2741] New translations edge-backup.md (Romanian) --- docs/ro/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ro/edge-backup.md b/docs/ro/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/ro/edge-backup.md +++ b/docs/ro/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From 14437d04471933f8e21897c29f9e8d96ab3da24d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:17 -0500 Subject: [PATCH 0727/2741] New translations edge-issues.md (Romanian) --- docs/ro/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/ro/edge-issues.md b/docs/ro/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/ro/edge-issues.md +++ b/docs/ro/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 9cf049063c2a995516021e633086f4b738ffbfce Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:18 -0500 Subject: [PATCH 0728/2741] New translations edge-privacy.md (Romanian) --- docs/ro/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/ro/edge-privacy.md b/docs/ro/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/ro/edge-privacy.md +++ b/docs/ro/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From c25aa419f4ed43be0e5fe9bd07ead83f5351c771 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:19 -0500 Subject: [PATCH 0729/2741] New translations firefox-issues.md (Romanian) --- docs/ro/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/ro/firefox-issues.md b/docs/ro/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/ro/firefox-issues.md +++ b/docs/ro/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 9ba7fd34dbb6e2cdd9690e7b41aa17e6a1b139bc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:21 -0500 Subject: [PATCH 0730/2741] New translations index.md (Romanian) --- docs/ro/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ro/index.md b/docs/ro/index.md index e123d2080..c89c47dd2 100644 --- a/docs/ro/index.md +++ b/docs/ro/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From 9709d1c58c0e13b1da78bf9c6bfeee827dbde1e3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:22 -0500 Subject: [PATCH 0731/2741] New translations lost-codes.md (Romanian) --- docs/ro/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/ro/lost-codes.md b/docs/ro/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/ro/lost-codes.md +++ b/docs/ro/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From 3507baa3656cf30df61b20ed8ac9c0232a7e65b3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:23 -0500 Subject: [PATCH 0732/2741] New translations manual-update.md (Romanian) --- docs/ro/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ro/manual-update.md b/docs/ro/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/ro/manual-update.md +++ b/docs/ro/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From c81485df9569fdc9dfc7f810392e898287058e28 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:24 -0500 Subject: [PATCH 0733/2741] New translations opera-install.md (Romanian) --- docs/ro/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/ro/opera-install.md b/docs/ro/opera-install.md index de68a686e..133751699 100644 --- a/docs/ro/opera-install.md +++ b/docs/ro/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 5783d8d32cde02079e1395962ed7de662fce5576 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:25 -0500 Subject: [PATCH 0734/2741] New translations otp-backup.md (Romanian) --- docs/ro/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/ro/otp-backup.md b/docs/ro/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/ro/otp-backup.md +++ b/docs/ro/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From 980237f4276f5cb35ec589da6e7d910b099b7db8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:26 -0500 Subject: [PATCH 0735/2741] New translations manual-update.md (French) --- docs/fr/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/fr/manual-update.md b/docs/fr/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/fr/manual-update.md +++ b/docs/fr/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From 340c0ae216521c50a1361755ae01825bec81079b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:28 -0500 Subject: [PATCH 0736/2741] New translations policy-config.md (Romanian) --- docs/ro/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/ro/policy-config.md b/docs/ro/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/ro/policy-config.md +++ b/docs/ro/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From ce200aea86ee53769e60b9f2c4b6b5ea594a8322 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:29 -0500 Subject: [PATCH 0737/2741] New translations en.json (French) --- _data/locales/default/fr.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/fr.json b/_data/locales/default/fr.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/fr.json +++ b/_data/locales/default/fr.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From a922aef2101653e75a8b4743f69e2196d3a7e464 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:30 -0500 Subject: [PATCH 0738/2741] New translations en.yml (French) --- _data/locales/sidebar/fr.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/fr.yml b/_data/locales/sidebar/fr.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/fr.yml +++ b/_data/locales/sidebar/fr.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From 77b663acf3d71c1acbbe91d9b3caa77bdf1c8e90 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:31 -0500 Subject: [PATCH 0739/2741] New translations account-types.md (French) --- docs/fr/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/fr/account-types.md b/docs/fr/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/fr/account-types.md +++ b/docs/fr/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From 5c25748158a9c6807a6d1fc5d26e770d8b1580b1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:33 -0500 Subject: [PATCH 0740/2741] New translations chrome-issues.md (French) --- docs/fr/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/fr/chrome-issues.md b/docs/fr/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/fr/chrome-issues.md +++ b/docs/fr/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From f398d40e33f21e9c9e68aad5339ca3b4eb6b6428 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:34 -0500 Subject: [PATCH 0741/2741] New translations debug-info.md (French) --- docs/fr/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/fr/debug-info.md b/docs/fr/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/fr/debug-info.md +++ b/docs/fr/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From cc5e0fb44c4afdaeebce66ed4f018a6e623fefb7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:35 -0500 Subject: [PATCH 0742/2741] New translations edge-backup.md (French) --- docs/fr/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/fr/edge-backup.md b/docs/fr/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/fr/edge-backup.md +++ b/docs/fr/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From cb136e3e3bd895680032c8b5e4038e9c37be6be7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:37 -0500 Subject: [PATCH 0743/2741] New translations edge-issues.md (French) --- docs/fr/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/fr/edge-issues.md b/docs/fr/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/fr/edge-issues.md +++ b/docs/fr/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From a6a0698d61cc1f67e3f4c8be032ad17be3bcedfb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:38 -0500 Subject: [PATCH 0744/2741] New translations edge-privacy.md (French) --- docs/fr/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/fr/edge-privacy.md b/docs/fr/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/fr/edge-privacy.md +++ b/docs/fr/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From 897d3182f730233b04670dd9ed566d120be24d01 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:40 -0500 Subject: [PATCH 0745/2741] New translations firefox-issues.md (French) --- docs/fr/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/fr/firefox-issues.md b/docs/fr/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/fr/firefox-issues.md +++ b/docs/fr/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 9bdd559e1a950fa34b09091169ff0ce6b957989c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:41 -0500 Subject: [PATCH 0746/2741] New translations index.md (French) --- docs/fr/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/fr/index.md b/docs/fr/index.md index e123d2080..c89c47dd2 100644 --- a/docs/fr/index.md +++ b/docs/fr/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From c0155a26eb2358055eb08a776784f3579378cc15 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:42 -0500 Subject: [PATCH 0747/2741] New translations lost-codes.md (French) --- docs/fr/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/fr/lost-codes.md b/docs/fr/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/fr/lost-codes.md +++ b/docs/fr/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From d0370fa86bd16c3e8b0e1473786346ee9cf3e476 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:43 -0500 Subject: [PATCH 0748/2741] New translations lost-codes.md (Arabic) --- docs/ar/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/ar/lost-codes.md b/docs/ar/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/ar/lost-codes.md +++ b/docs/ar/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From 215bf92d82a2f168a4dc3568f6bd33e9f742dcf2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:45 -0500 Subject: [PATCH 0749/2741] New translations policy-config.md (French) --- docs/fr/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/fr/policy-config.md b/docs/fr/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/fr/policy-config.md +++ b/docs/fr/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From 8cda00c7efb76f8b5bcdd4dc15a206f8fd7f9c95 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:46 -0500 Subject: [PATCH 0750/2741] New translations edge-backup.md (Czech) --- docs/cs/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/cs/edge-backup.md b/docs/cs/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/cs/edge-backup.md +++ b/docs/cs/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From 3a8b7f0c3ddf9a35dc4e3ef34dbc1e8120ceaa68 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:47 -0500 Subject: [PATCH 0751/2741] New translations firefox-issues.md (Czech) --- docs/cs/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/cs/firefox-issues.md b/docs/cs/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/cs/firefox-issues.md +++ b/docs/cs/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From c6ca1a09477457ef4e3647d6c66af9a5293f07a0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:48 -0500 Subject: [PATCH 0752/2741] New translations lost-codes.md (Catalan) --- docs/ca/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/ca/lost-codes.md b/docs/ca/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/ca/lost-codes.md +++ b/docs/ca/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From d71c5d558024c32e06d8e81225c0bac9bb931ef8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:49 -0500 Subject: [PATCH 0753/2741] New translations manual-update.md (Catalan) --- docs/ca/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ca/manual-update.md b/docs/ca/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/ca/manual-update.md +++ b/docs/ca/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From d379db839755a276b6021cb9e0423dd38fbfdcf0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:51 -0500 Subject: [PATCH 0754/2741] New translations opera-install.md (Catalan) --- docs/ca/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/ca/opera-install.md b/docs/ca/opera-install.md index de68a686e..133751699 100644 --- a/docs/ca/opera-install.md +++ b/docs/ca/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 02fbaf43ae6030ea54c9e9a117229760e27e0978 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:52 -0500 Subject: [PATCH 0755/2741] New translations otp-backup.md (Catalan) --- docs/ca/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/ca/otp-backup.md b/docs/ca/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/ca/otp-backup.md +++ b/docs/ca/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From b091c56fad9b8267b12da12547402346ed276106 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:53 -0500 Subject: [PATCH 0756/2741] New translations policy-config.md (Catalan) --- docs/ca/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/ca/policy-config.md b/docs/ca/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/ca/policy-config.md +++ b/docs/ca/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From 614247b5441e7b3ddd8eae832f3dd2ddc4fafcbf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:54 -0500 Subject: [PATCH 0757/2741] New translations en.json (Czech) --- _data/locales/default/cs.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/cs.json b/_data/locales/default/cs.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/cs.json +++ b/_data/locales/default/cs.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From 9ec7b17fc689c6d661bb170ea1b79e251ea98b6c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:55 -0500 Subject: [PATCH 0758/2741] New translations en.yml (Czech) --- _data/locales/sidebar/cs.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/cs.yml b/_data/locales/sidebar/cs.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/cs.yml +++ b/_data/locales/sidebar/cs.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From e464b04df25067d01d4a324f0c700618975669ee Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:56 -0500 Subject: [PATCH 0759/2741] New translations account-types.md (Czech) --- docs/cs/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/cs/account-types.md b/docs/cs/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/cs/account-types.md +++ b/docs/cs/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From 10747f6fbad4c65372e4a162b1e08543b821cfaa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:57 -0500 Subject: [PATCH 0760/2741] New translations chrome-issues.md (Czech) --- docs/cs/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/cs/chrome-issues.md b/docs/cs/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/cs/chrome-issues.md +++ b/docs/cs/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From e3926888b4bd27a71190d8dd7c0e88b81adb4b6b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:58 -0500 Subject: [PATCH 0761/2741] New translations debug-info.md (Czech) --- docs/cs/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/cs/debug-info.md b/docs/cs/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/cs/debug-info.md +++ b/docs/cs/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From e7d49d9017b0da3df6a688ea7c32a56ef5a1573d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:42:59 -0500 Subject: [PATCH 0762/2741] New translations edge-issues.md (Czech) --- docs/cs/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/cs/edge-issues.md b/docs/cs/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/cs/edge-issues.md +++ b/docs/cs/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 7e42c873d060146930a04ec0a4963c280d9e43db Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:01 -0500 Subject: [PATCH 0763/2741] New translations edge-privacy.md (Czech) --- docs/cs/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/cs/edge-privacy.md b/docs/cs/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/cs/edge-privacy.md +++ b/docs/cs/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From 0234137da0a6bde21ee5c224173d22fd6aa27b8d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:02 -0500 Subject: [PATCH 0764/2741] New translations index.md (Czech) --- docs/cs/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/cs/index.md b/docs/cs/index.md index e123d2080..c89c47dd2 100644 --- a/docs/cs/index.md +++ b/docs/cs/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From 1e1ebffef9c81754a23446377a6b6e64e6e9f3d2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:04 -0500 Subject: [PATCH 0765/2741] New translations firefox-issues.md (Catalan) --- docs/ca/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/ca/firefox-issues.md b/docs/ca/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/ca/firefox-issues.md +++ b/docs/ca/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 48ef0caca1ff47dfbe486eef28db8df7b55b4ee8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:05 -0500 Subject: [PATCH 0766/2741] New translations lost-codes.md (Czech) --- docs/cs/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/cs/lost-codes.md b/docs/cs/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/cs/lost-codes.md +++ b/docs/cs/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From 6f25515995bac901cd407d70125de90dfe72cde7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:06 -0500 Subject: [PATCH 0767/2741] New translations manual-update.md (Czech) --- docs/cs/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/cs/manual-update.md b/docs/cs/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/cs/manual-update.md +++ b/docs/cs/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From 532065036e5dc1e9252e3a0b2f51baac5e5b7b02 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:07 -0500 Subject: [PATCH 0768/2741] New translations opera-install.md (Czech) --- docs/cs/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/cs/opera-install.md b/docs/cs/opera-install.md index de68a686e..133751699 100644 --- a/docs/cs/opera-install.md +++ b/docs/cs/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From abf189b6877c397d1b67c0446922b3e129f32e1c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:08 -0500 Subject: [PATCH 0769/2741] New translations otp-backup-developer.md (Czech) --- docs/cs/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/cs/otp-backup-developer.md b/docs/cs/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/cs/otp-backup-developer.md +++ b/docs/cs/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From fb30904e2599c62e01dfc280ade4147eb26dca04 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:10 -0500 Subject: [PATCH 0770/2741] New translations otp-backup.md (Czech) --- docs/cs/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/cs/otp-backup.md b/docs/cs/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/cs/otp-backup.md +++ b/docs/cs/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From 156d8487863e1c6ad03ace58f2d48b546d13b778 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:11 -0500 Subject: [PATCH 0771/2741] New translations policy-config.md (Czech) --- docs/cs/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/cs/policy-config.md b/docs/cs/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/cs/policy-config.md +++ b/docs/cs/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From a6aef49d73f1b03d11615482ed9a139012e793a2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:12 -0500 Subject: [PATCH 0772/2741] New translations en.json (Danish) --- _data/locales/default/da.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/da.json b/_data/locales/default/da.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/da.json +++ b/_data/locales/default/da.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From 77e629459e5b625ef1ab029a0d597610b33a37b1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:13 -0500 Subject: [PATCH 0773/2741] New translations en.yml (Danish) --- _data/locales/sidebar/da.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/da.yml b/_data/locales/sidebar/da.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/da.yml +++ b/_data/locales/sidebar/da.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From ecf40c60c458caca12ae262391cdcdfd947fd0f7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:14 -0500 Subject: [PATCH 0774/2741] New translations account-types.md (Danish) --- docs/da/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/da/account-types.md b/docs/da/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/da/account-types.md +++ b/docs/da/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From a679cf2b763e956490e34bbecb50254fab109fb0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:15 -0500 Subject: [PATCH 0775/2741] New translations opera-install.md (Arabic) --- docs/ar/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/ar/opera-install.md b/docs/ar/opera-install.md index de68a686e..133751699 100644 --- a/docs/ar/opera-install.md +++ b/docs/ar/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From ef950b00970e7d756382baf33e8db11f1f69c64e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:16 -0500 Subject: [PATCH 0776/2741] New translations chrome-issues.md (Danish) --- docs/da/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/da/chrome-issues.md b/docs/da/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/da/chrome-issues.md +++ b/docs/da/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 52de6fb3e30bc5a19f1de64e3cb7d902cd1287c0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:17 -0500 Subject: [PATCH 0777/2741] New translations debug-info.md (Danish) --- docs/da/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/da/debug-info.md b/docs/da/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/da/debug-info.md +++ b/docs/da/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From 36989a6766942e2bab350fea862d2ead78e5285e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:19 -0500 Subject: [PATCH 0778/2741] New translations index.md (Catalan) --- docs/ca/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ca/index.md b/docs/ca/index.md index e123d2080..c89c47dd2 100644 --- a/docs/ca/index.md +++ b/docs/ca/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From f20e4ef60cf57909ac138c33082d80f752a6d98d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:20 -0500 Subject: [PATCH 0779/2741] New translations otp-backup-developer.md (Catalan) --- docs/ca/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/ca/otp-backup-developer.md b/docs/ca/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/ca/otp-backup-developer.md +++ b/docs/ca/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From cd4bf817d942a4ddc11c85461ac68606cf43a4e6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:21 -0500 Subject: [PATCH 0780/2741] New translations edge-privacy.md (Catalan) --- docs/ca/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/ca/edge-privacy.md b/docs/ca/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/ca/edge-privacy.md +++ b/docs/ca/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From ae3723e32cb484812c01edd0d74353756c4ffe7a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:22 -0500 Subject: [PATCH 0781/2741] New translations lost-codes.md (Bulgarian) --- docs/bg/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/bg/lost-codes.md b/docs/bg/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/bg/lost-codes.md +++ b/docs/bg/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From 3abdd9eae04544f6a9dabc0eb37bd77e20d4558b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:24 -0500 Subject: [PATCH 0782/2741] New translations otp-backup-developer.md (Arabic) --- docs/ar/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/ar/otp-backup-developer.md b/docs/ar/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/ar/otp-backup-developer.md +++ b/docs/ar/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From 177fbe46b707ad9030c6dea877e6558360dbeb0c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:25 -0500 Subject: [PATCH 0783/2741] New translations otp-backup.md (Arabic) --- docs/ar/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/ar/otp-backup.md b/docs/ar/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/ar/otp-backup.md +++ b/docs/ar/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From 4749082036d360c49609d2f0aaab72fa7292df3f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:26 -0500 Subject: [PATCH 0784/2741] New translations policy-config.md (Arabic) --- docs/ar/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/ar/policy-config.md b/docs/ar/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/ar/policy-config.md +++ b/docs/ar/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From 4716a24313ddd435f431eb028125af0cbf777515 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:28 -0500 Subject: [PATCH 0785/2741] New translations en.json (Bulgarian) --- _data/locales/default/bg.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/bg.json b/_data/locales/default/bg.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/bg.json +++ b/_data/locales/default/bg.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From 9485c56ab55eabbe24cd63255a05dde529b03122 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:29 -0500 Subject: [PATCH 0786/2741] New translations en.yml (Bulgarian) --- _data/locales/sidebar/bg.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/bg.yml b/_data/locales/sidebar/bg.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/bg.yml +++ b/_data/locales/sidebar/bg.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From 6c36e02edefc6feda45ae612343238687e2e7c75 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:30 -0500 Subject: [PATCH 0787/2741] New translations account-types.md (Bulgarian) --- docs/bg/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/bg/account-types.md b/docs/bg/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/bg/account-types.md +++ b/docs/bg/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From 6d36eb25649d7b848b78c627856039d1845816ed Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:31 -0500 Subject: [PATCH 0788/2741] New translations chrome-issues.md (Bulgarian) --- docs/bg/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/bg/chrome-issues.md b/docs/bg/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/bg/chrome-issues.md +++ b/docs/bg/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 58cfcb43266c9c8dc22d38bad7dd56ec2a590cda Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:32 -0500 Subject: [PATCH 0789/2741] New translations debug-info.md (Bulgarian) --- docs/bg/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/bg/debug-info.md b/docs/bg/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/bg/debug-info.md +++ b/docs/bg/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From 8f8d88b858b22e5fa62418ddc8a6326bfb6cfe2a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:33 -0500 Subject: [PATCH 0790/2741] New translations edge-backup.md (Bulgarian) --- docs/bg/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/bg/edge-backup.md b/docs/bg/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/bg/edge-backup.md +++ b/docs/bg/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From eb3d4419b65db863883b668e9ffa94a4e614302d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:35 -0500 Subject: [PATCH 0791/2741] New translations edge-privacy.md (Bulgarian) --- docs/bg/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/bg/edge-privacy.md b/docs/bg/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/bg/edge-privacy.md +++ b/docs/bg/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From 338839c1abbeacce6e6d117ef226e94720bc397f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:36 -0500 Subject: [PATCH 0792/2741] New translations firefox-issues.md (Bulgarian) --- docs/bg/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/bg/firefox-issues.md b/docs/bg/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/bg/firefox-issues.md +++ b/docs/bg/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From f609c601edbc7886654bfda02c24b9649c2bf841 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:37 -0500 Subject: [PATCH 0793/2741] New translations index.md (Bulgarian) --- docs/bg/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/bg/index.md b/docs/bg/index.md index e123d2080..c89c47dd2 100644 --- a/docs/bg/index.md +++ b/docs/bg/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From 67d6b6ffc6ff5fcb0394be095e8032b7aea80f4f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:38 -0500 Subject: [PATCH 0794/2741] New translations edge-issues.md (Bulgarian) --- docs/bg/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/bg/edge-issues.md b/docs/bg/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/bg/edge-issues.md +++ b/docs/bg/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 9c1f570397200fde32ae4fbe3ad0c3d69f5f7243 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:39 -0500 Subject: [PATCH 0795/2741] New translations manual-update.md (Bulgarian) --- docs/bg/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/bg/manual-update.md b/docs/bg/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/bg/manual-update.md +++ b/docs/bg/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From a529c1a5c0a0257203d69f458ee234067effa34f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:40 -0500 Subject: [PATCH 0796/2741] New translations account-types.md (Catalan) --- docs/ca/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/ca/account-types.md b/docs/ca/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/ca/account-types.md +++ b/docs/ca/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From caf320663642e7c1d75dbbbacce1dd14a635fe45 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:42 -0500 Subject: [PATCH 0797/2741] New translations edge-backup.md (Catalan) --- docs/ca/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ca/edge-backup.md b/docs/ca/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/ca/edge-backup.md +++ b/docs/ca/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From 5c280bffbeccc60ebb14e0e3460a735163752eb1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:43 -0500 Subject: [PATCH 0798/2741] New translations debug-info.md (Catalan) --- docs/ca/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/ca/debug-info.md b/docs/ca/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/ca/debug-info.md +++ b/docs/ca/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From b8e1e6423576665c3206dd46e4d3b009f548d1f0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:44 -0500 Subject: [PATCH 0799/2741] New translations opera-install.md (Bulgarian) --- docs/bg/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/bg/opera-install.md b/docs/bg/opera-install.md index de68a686e..133751699 100644 --- a/docs/bg/opera-install.md +++ b/docs/bg/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 40536a39e5bd64fc64a4429d89b9be7ec03a5d4c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:45 -0500 Subject: [PATCH 0800/2741] New translations chrome-issues.md (Catalan) --- docs/ca/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/ca/chrome-issues.md b/docs/ca/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/ca/chrome-issues.md +++ b/docs/ca/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 6a8bf37c5f3af968f68bb5134cc2f85dea9990e5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:47 -0500 Subject: [PATCH 0801/2741] New translations en.yml (Catalan) --- _data/locales/sidebar/ca.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/ca.yml b/_data/locales/sidebar/ca.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/ca.yml +++ b/_data/locales/sidebar/ca.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From 43c169156ee86481ef37343f7bcc8ca9bc83ea43 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:48 -0500 Subject: [PATCH 0802/2741] New translations en.json (Catalan) --- _data/locales/default/ca.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/ca.json b/_data/locales/default/ca.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/ca.json +++ b/_data/locales/default/ca.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From 129e88c018d7f23e50add01266e9b7ea3eb4be4c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:49 -0500 Subject: [PATCH 0803/2741] New translations policy-config.md (Bulgarian) --- docs/bg/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/bg/policy-config.md b/docs/bg/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/bg/policy-config.md +++ b/docs/bg/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From 6d3aa0ce9a6b34356caba37758e4bc18a8d1aa75 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:50 -0500 Subject: [PATCH 0804/2741] New translations otp-backup.md (Bulgarian) --- docs/bg/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/bg/otp-backup.md b/docs/bg/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/bg/otp-backup.md +++ b/docs/bg/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From fb6e63e13876a4b2a92ea7947c7c83f13ad0a726 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:51 -0500 Subject: [PATCH 0805/2741] New translations otp-backup-developer.md (Bulgarian) --- docs/bg/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/bg/otp-backup-developer.md b/docs/bg/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/bg/otp-backup-developer.md +++ b/docs/bg/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From 2d1883fc775b4b8b4830fd26b63ef2e14afaccb2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:52 -0500 Subject: [PATCH 0806/2741] New translations edge-issues.md (Catalan) --- docs/ca/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/ca/edge-issues.md b/docs/ca/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/ca/edge-issues.md +++ b/docs/ca/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 38417544059eceddb89b42ff4183f2cac3a1c1b7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:53 -0500 Subject: [PATCH 0807/2741] New translations otp-backup-developer.md (Ukrainian) --- docs/uk/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/uk/otp-backup-developer.md b/docs/uk/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/uk/otp-backup-developer.md +++ b/docs/uk/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From 5dd4599b82ae8b771dc4fff1ecd4e757bd708e5e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:54 -0500 Subject: [PATCH 0808/2741] New translations en.json (Chinese Simplified) --- _data/locales/default/zh_CN.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/zh_CN.json b/_data/locales/default/zh_CN.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/zh_CN.json +++ b/_data/locales/default/zh_CN.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From a1c9ade8e8ccbb2506261e88fd930035e70cbe8b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:55 -0500 Subject: [PATCH 0809/2741] New translations policy-config.md (Ukrainian) --- docs/uk/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/uk/policy-config.md b/docs/uk/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/uk/policy-config.md +++ b/docs/uk/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From 84ae0c551efc41cf3062734e2399ff41bca7befe Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:56 -0500 Subject: [PATCH 0810/2741] New translations en.yml (Chinese Simplified) --- _data/locales/sidebar/zh_CN.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/zh_CN.yml b/_data/locales/sidebar/zh_CN.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/zh_CN.yml +++ b/_data/locales/sidebar/zh_CN.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From 6658b2a90c752e4941264293a4c04796a29fd9e4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:57 -0500 Subject: [PATCH 0811/2741] New translations otp-backup.md (Ukrainian) --- docs/uk/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/uk/otp-backup.md b/docs/uk/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/uk/otp-backup.md +++ b/docs/uk/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From 9a9a06a3646a88d520b30bf0fc2c847f15aaa99f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:58 -0500 Subject: [PATCH 0812/2741] New translations index.md (Ukrainian) --- docs/uk/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/uk/index.md b/docs/uk/index.md index e123d2080..c89c47dd2 100644 --- a/docs/uk/index.md +++ b/docs/uk/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From 3ba5ed746beb09f69fc3874f4fe4a4fe92bd2937 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:43:59 -0500 Subject: [PATCH 0813/2741] New translations opera-install.md (Ukrainian) --- docs/uk/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/uk/opera-install.md b/docs/uk/opera-install.md index de68a686e..133751699 100644 --- a/docs/uk/opera-install.md +++ b/docs/uk/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 2202ea3e94bc1f4aa53a44b713e527830e9e4b29 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:01 -0500 Subject: [PATCH 0814/2741] New translations manual-update.md (Ukrainian) --- docs/uk/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/uk/manual-update.md b/docs/uk/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/uk/manual-update.md +++ b/docs/uk/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From d7084a2a0c9644ba65ee5d4659fc6ea93e01e001 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:02 -0500 Subject: [PATCH 0815/2741] New translations lost-codes.md (Ukrainian) --- docs/uk/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/uk/lost-codes.md b/docs/uk/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/uk/lost-codes.md +++ b/docs/uk/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From 50d605a49f2fb94c24a1033c76d130cfbbd9654d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:03 -0500 Subject: [PATCH 0816/2741] New translations chrome-issues.md (Chinese Simplified) --- docs/zh_CN/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/zh_CN/chrome-issues.md b/docs/zh_CN/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/zh_CN/chrome-issues.md +++ b/docs/zh_CN/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 409a104acb66691111f53961d01cc2ac438b711c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:05 -0500 Subject: [PATCH 0817/2741] New translations edge-privacy.md (Ukrainian) --- docs/uk/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/uk/edge-privacy.md b/docs/uk/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/uk/edge-privacy.md +++ b/docs/uk/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From c75330888ba01923dc28dd8b7f315d513c4dd719 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:06 -0500 Subject: [PATCH 0818/2741] New translations firefox-issues.md (Ukrainian) --- docs/uk/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/uk/firefox-issues.md b/docs/uk/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/uk/firefox-issues.md +++ b/docs/uk/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 6d9b569a8f0261c5f5da5ab2db3b8b57c81c2ab8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:07 -0500 Subject: [PATCH 0819/2741] New translations account-types.md (Chinese Simplified) --- docs/zh_CN/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/zh_CN/account-types.md b/docs/zh_CN/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/zh_CN/account-types.md +++ b/docs/zh_CN/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From 228a13f1c55d1efa3e7a06c38e1409c20cb31eb5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:08 -0500 Subject: [PATCH 0820/2741] New translations firefox-issues.md (Swedish) --- docs/sv/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/sv/firefox-issues.md b/docs/sv/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/sv/firefox-issues.md +++ b/docs/sv/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From c54ade0d18aa91fe8f6a59fccf666c17b0399c24 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:09 -0500 Subject: [PATCH 0821/2741] New translations debug-info.md (Chinese Simplified) --- docs/zh_CN/debug-info.md | 56 +++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/zh_CN/debug-info.md b/docs/zh_CN/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/zh_CN/debug-info.md +++ b/docs/zh_CN/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From f7d9199cabcf27150010b33e69329f81f0bd1d02 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:10 -0500 Subject: [PATCH 0822/2741] New translations edge-backup.md (Chinese Simplified) --- docs/zh_CN/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/zh_CN/edge-backup.md b/docs/zh_CN/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/zh_CN/edge-backup.md +++ b/docs/zh_CN/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From 272d73f475e8ddc7f8bab05455ef91c60d6e1399 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:11 -0500 Subject: [PATCH 0823/2741] New translations edge-issues.md (Chinese Simplified) --- docs/zh_CN/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/zh_CN/edge-issues.md b/docs/zh_CN/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/zh_CN/edge-issues.md +++ b/docs/zh_CN/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From fdd01f99668dd948f6ac0d1c68f9a50ebab5195f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:12 -0500 Subject: [PATCH 0824/2741] New translations edge-privacy.md (Chinese Simplified) --- docs/zh_CN/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/zh_CN/edge-privacy.md b/docs/zh_CN/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/zh_CN/edge-privacy.md +++ b/docs/zh_CN/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From 533b6656f80477c618bfd23a058cbe043cb502f9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:13 -0500 Subject: [PATCH 0825/2741] New translations firefox-issues.md (Chinese Simplified) --- docs/zh_CN/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/zh_CN/firefox-issues.md b/docs/zh_CN/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/zh_CN/firefox-issues.md +++ b/docs/zh_CN/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 40b84dfd4f6df84e1f3e3e883baa2b796882c8d5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:14 -0500 Subject: [PATCH 0826/2741] New translations index.md (Chinese Simplified) --- docs/zh_CN/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/zh_CN/index.md b/docs/zh_CN/index.md index e123d2080..c89c47dd2 100644 --- a/docs/zh_CN/index.md +++ b/docs/zh_CN/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From f6ca60f9458bb4e7949b5aa5c4c19be1782917c2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:15 -0500 Subject: [PATCH 0827/2741] New translations lost-codes.md (Chinese Simplified) --- docs/zh_CN/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/zh_CN/lost-codes.md b/docs/zh_CN/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/zh_CN/lost-codes.md +++ b/docs/zh_CN/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From c628309fe7a9105b16d1a78a8f0c09dba7fb7240 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:17 -0500 Subject: [PATCH 0828/2741] New translations manual-update.md (Chinese Simplified) --- docs/zh_CN/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/zh_CN/manual-update.md b/docs/zh_CN/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/zh_CN/manual-update.md +++ b/docs/zh_CN/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From 2aff2aa7e717b26da8a6864e696be5546872a82b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:18 -0500 Subject: [PATCH 0829/2741] New translations opera-install.md (Chinese Simplified) --- docs/zh_CN/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/zh_CN/opera-install.md b/docs/zh_CN/opera-install.md index de68a686e..133751699 100644 --- a/docs/zh_CN/opera-install.md +++ b/docs/zh_CN/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From b5f617db65ca5ef2cb8558a7d24c1d071907a944 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:19 -0500 Subject: [PATCH 0830/2741] New translations otp-backup-developer.md (Chinese Simplified) --- docs/zh_CN/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/zh_CN/otp-backup-developer.md b/docs/zh_CN/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/zh_CN/otp-backup-developer.md +++ b/docs/zh_CN/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From dbc46743b6c5aaceb334138e6d6c823879997bb2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:20 -0500 Subject: [PATCH 0831/2741] New translations otp-backup.md (Chinese Simplified) --- docs/zh_CN/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/zh_CN/otp-backup.md b/docs/zh_CN/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/zh_CN/otp-backup.md +++ b/docs/zh_CN/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From 44d909e86b95d53fad8f2b67011b15991973a431 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:21 -0500 Subject: [PATCH 0832/2741] New translations policy-config.md (Chinese Simplified) --- docs/zh_CN/policy-config.md | 46 +++++++++++-------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/zh_CN/policy-config.md b/docs/zh_CN/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/zh_CN/policy-config.md +++ b/docs/zh_CN/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From f04841c2e55c72367b5d548d5673e3cd6652b757 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:22 -0500 Subject: [PATCH 0833/2741] New translations edge-backup.md (Ukrainian) --- docs/uk/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/uk/edge-backup.md b/docs/uk/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/uk/edge-backup.md +++ b/docs/uk/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From 4e644de8a24549ebaeb71825ed02de6108ca78fe Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:23 -0500 Subject: [PATCH 0834/2741] New translations en.json (Chinese Traditional) --- _data/locales/default/zh_TW.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/zh_TW.json b/_data/locales/default/zh_TW.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/zh_TW.json +++ b/_data/locales/default/zh_TW.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From a319ca1fe521457d212fb4d7ea53d6fe8ddae69a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:24 -0500 Subject: [PATCH 0835/2741] New translations edge-issues.md (Ukrainian) --- docs/uk/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/uk/edge-issues.md b/docs/uk/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/uk/edge-issues.md +++ b/docs/uk/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 6f61d462a43ad6ec8bf57695d0800a62db64ee4b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:25 -0500 Subject: [PATCH 0836/2741] New translations lost-codes.md (Swedish) --- docs/sv/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/sv/lost-codes.md b/docs/sv/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/sv/lost-codes.md +++ b/docs/sv/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From 881511d541e9a14363297e9344ec46cb2aadff7d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:26 -0500 Subject: [PATCH 0837/2741] New translations debug-info.md (Ukrainian) --- docs/uk/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/uk/debug-info.md b/docs/uk/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/uk/debug-info.md +++ b/docs/uk/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From 0f69c74213a028b6feb620524d82ff3a9cf8ea94 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:27 -0500 Subject: [PATCH 0838/2741] New translations edge-backup.md (Turkish) --- docs/tr/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/tr/edge-backup.md b/docs/tr/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/tr/edge-backup.md +++ b/docs/tr/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From da23a38e569efbaa40a979f7f28b03f317e9744b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:28 -0500 Subject: [PATCH 0839/2741] New translations account-types.md (Chinese Traditional) --- docs/zh_TW/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/zh_TW/account-types.md b/docs/zh_TW/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/zh_TW/account-types.md +++ b/docs/zh_TW/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From 0d2ea0c46af7f01dd41e91741924bdf143edc4c6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:29 -0500 Subject: [PATCH 0840/2741] New translations index.md (Swedish) --- docs/sv/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sv/index.md b/docs/sv/index.md index e123d2080..c89c47dd2 100644 --- a/docs/sv/index.md +++ b/docs/sv/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From ad335693f22dddbe0334fa386a642d2ae3f9072c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:31 -0500 Subject: [PATCH 0841/2741] New translations manual-update.md (Swedish) --- docs/sv/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/sv/manual-update.md b/docs/sv/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/sv/manual-update.md +++ b/docs/sv/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From 0c000c628de14432f156a1b7bd1105868edaa969 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:32 -0500 Subject: [PATCH 0842/2741] New translations opera-install.md (Swedish) --- docs/sv/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/sv/opera-install.md b/docs/sv/opera-install.md index de68a686e..133751699 100644 --- a/docs/sv/opera-install.md +++ b/docs/sv/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 80f5cf2425b21ef65c7042e47828209f9b59c9ac Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:33 -0500 Subject: [PATCH 0843/2741] New translations otp-backup-developer.md (Swedish) --- docs/sv/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/sv/otp-backup-developer.md b/docs/sv/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/sv/otp-backup-developer.md +++ b/docs/sv/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From b4b7d23a2ac72b36eb99337432b0a1e64438b5cb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:34 -0500 Subject: [PATCH 0844/2741] New translations otp-backup.md (Swedish) --- docs/sv/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/sv/otp-backup.md b/docs/sv/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/sv/otp-backup.md +++ b/docs/sv/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From bede3ebe55786d93283378293d77fb5f3bfec140 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:35 -0500 Subject: [PATCH 0845/2741] New translations policy-config.md (Swedish) --- docs/sv/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/sv/policy-config.md b/docs/sv/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/sv/policy-config.md +++ b/docs/sv/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From 30668329c4cf2fc0d24eccfdf652b9bfd5bcb679 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:36 -0500 Subject: [PATCH 0846/2741] New translations en.json (Turkish) --- _data/locales/default/tr.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/tr.json b/_data/locales/default/tr.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/tr.json +++ b/_data/locales/default/tr.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From c6249b9387c1f66d884281a44a5153ef68606f14 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:37 -0500 Subject: [PATCH 0847/2741] New translations en.yml (Turkish) --- _data/locales/sidebar/tr.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/tr.yml b/_data/locales/sidebar/tr.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/tr.yml +++ b/_data/locales/sidebar/tr.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From a89b78f6c1881ca979f654b7839895aa40abe036 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:38 -0500 Subject: [PATCH 0848/2741] New translations account-types.md (Turkish) --- docs/tr/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/tr/account-types.md b/docs/tr/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/tr/account-types.md +++ b/docs/tr/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From b2cc7da8542fee1c27fe53a91b85763e167bb5d6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:39 -0500 Subject: [PATCH 0849/2741] New translations chrome-issues.md (Turkish) --- docs/tr/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/tr/chrome-issues.md b/docs/tr/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/tr/chrome-issues.md +++ b/docs/tr/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From a3eb04323133f975eb1645c94feb6b82449050c2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:41 -0500 Subject: [PATCH 0850/2741] New translations debug-info.md (Turkish) --- docs/tr/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/tr/debug-info.md b/docs/tr/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/tr/debug-info.md +++ b/docs/tr/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From 0d21c2e9eca62c8872002f21b3789a7797a58720 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:42 -0500 Subject: [PATCH 0851/2741] New translations edge-issues.md (Turkish) --- docs/tr/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/tr/edge-issues.md b/docs/tr/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/tr/edge-issues.md +++ b/docs/tr/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From c3e5d8689d4f1dc8e9bee73dbd64b06b9c6353d0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:43 -0500 Subject: [PATCH 0852/2741] New translations chrome-issues.md (Ukrainian) --- docs/uk/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/uk/chrome-issues.md b/docs/uk/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/uk/chrome-issues.md +++ b/docs/uk/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From cf3ef763f22455e6fc837d50d9bbe0c245960362 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:45 -0500 Subject: [PATCH 0853/2741] New translations edge-privacy.md (Turkish) --- docs/tr/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/tr/edge-privacy.md b/docs/tr/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/tr/edge-privacy.md +++ b/docs/tr/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From 736e8e3466f1c522f58433184ed0bb4cb655f61d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:46 -0500 Subject: [PATCH 0854/2741] New translations firefox-issues.md (Turkish) --- docs/tr/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/tr/firefox-issues.md b/docs/tr/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/tr/firefox-issues.md +++ b/docs/tr/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From e278dc11b4ad233d6995ec1e500a55f6a213fd85 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:47 -0500 Subject: [PATCH 0855/2741] New translations index.md (Turkish) --- docs/tr/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tr/index.md b/docs/tr/index.md index e123d2080..c89c47dd2 100644 --- a/docs/tr/index.md +++ b/docs/tr/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From 5c3b0fb8e3ed3036a1de21794f67469b203aea83 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:48 -0500 Subject: [PATCH 0856/2741] New translations lost-codes.md (Turkish) --- docs/tr/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/tr/lost-codes.md b/docs/tr/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/tr/lost-codes.md +++ b/docs/tr/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From bfbdcb65a71d65e51039e7f43e9544b5df2fd244 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:49 -0500 Subject: [PATCH 0857/2741] New translations manual-update.md (Turkish) --- docs/tr/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/tr/manual-update.md b/docs/tr/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/tr/manual-update.md +++ b/docs/tr/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From 43cce6723e9a200ea7020bde01a9e5d147de5d49 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:51 -0500 Subject: [PATCH 0858/2741] New translations opera-install.md (Turkish) --- docs/tr/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/tr/opera-install.md b/docs/tr/opera-install.md index de68a686e..133751699 100644 --- a/docs/tr/opera-install.md +++ b/docs/tr/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From c7cc4a97a421e8f9dc1cea258d1d804971fbbd48 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:52 -0500 Subject: [PATCH 0859/2741] New translations otp-backup-developer.md (Turkish) --- docs/tr/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/tr/otp-backup-developer.md b/docs/tr/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/tr/otp-backup-developer.md +++ b/docs/tr/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From 76c37262b1e7ca700ed5d28ccf08dc304b17ca39 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:53 -0500 Subject: [PATCH 0860/2741] New translations otp-backup.md (Turkish) --- docs/tr/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/tr/otp-backup.md b/docs/tr/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/tr/otp-backup.md +++ b/docs/tr/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From f43ad1341209c4585d0a0fccc798a2c31c0aeb91 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:54 -0500 Subject: [PATCH 0861/2741] New translations policy-config.md (Turkish) --- docs/tr/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/tr/policy-config.md b/docs/tr/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/tr/policy-config.md +++ b/docs/tr/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From c130aab8748518a508bc2afbe4bf34c3747ea55c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:55 -0500 Subject: [PATCH 0862/2741] New translations en.json (Ukrainian) --- _data/locales/default/uk.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/uk.json b/_data/locales/default/uk.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/uk.json +++ b/_data/locales/default/uk.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From fc7651fc7a05cb15af45c7dbd4f8e010a3c46f31 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:56 -0500 Subject: [PATCH 0863/2741] New translations en.yml (Ukrainian) --- _data/locales/sidebar/uk.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/uk.yml b/_data/locales/sidebar/uk.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/uk.yml +++ b/_data/locales/sidebar/uk.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From dc3e0c2292af186ca2a448b2eb76aac0c90fffde Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:57 -0500 Subject: [PATCH 0864/2741] New translations account-types.md (Ukrainian) --- docs/uk/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/uk/account-types.md b/docs/uk/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/uk/account-types.md +++ b/docs/uk/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From d5236ebb9b159d5beefea3d1091fc5ecce6d5a2f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:58 -0500 Subject: [PATCH 0865/2741] New translations en.yml (Chinese Traditional) --- _data/locales/sidebar/zh_TW.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/zh_TW.yml b/_data/locales/sidebar/zh_TW.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/zh_TW.yml +++ b/_data/locales/sidebar/zh_TW.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From a06900606a6e829b07ed8cdbb15aa64da116e514 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:44:59 -0500 Subject: [PATCH 0866/2741] New translations opera-install.md (Indonesian) --- docs/id/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/id/opera-install.md b/docs/id/opera-install.md index de68a686e..133751699 100644 --- a/docs/id/opera-install.md +++ b/docs/id/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 258395f8e3e8133b875a44de58fea4f0cdd32d2c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:01 -0500 Subject: [PATCH 0867/2741] New translations chrome-issues.md (Chinese Traditional) --- docs/zh_TW/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/zh_TW/chrome-issues.md b/docs/zh_TW/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/zh_TW/chrome-issues.md +++ b/docs/zh_TW/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 16c9d179ed19500a327a9df7aa039a390d58fdae Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:03 -0500 Subject: [PATCH 0868/2741] New translations en.json (Indonesian) --- _data/locales/default/id.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/id.json b/_data/locales/default/id.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/id.json +++ b/_data/locales/default/id.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From 6972170fad5e530a9d5a830830251cd53006ca4b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:05 -0500 Subject: [PATCH 0869/2741] New translations debug-info.md (Portuguese, Brazilian) --- docs/pt_BR/debug-info.md | 56 +++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/pt_BR/debug-info.md b/docs/pt_BR/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/pt_BR/debug-info.md +++ b/docs/pt_BR/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From 07add82692ae504afac0090041d6a20872f68e13 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:06 -0500 Subject: [PATCH 0870/2741] New translations edge-backup.md (Portuguese, Brazilian) --- docs/pt_BR/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/pt_BR/edge-backup.md b/docs/pt_BR/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/pt_BR/edge-backup.md +++ b/docs/pt_BR/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From f5b3d7c32f8c1c209bb81d943e57edf7794ae39a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:07 -0500 Subject: [PATCH 0871/2741] New translations edge-issues.md (Portuguese, Brazilian) --- docs/pt_BR/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/pt_BR/edge-issues.md b/docs/pt_BR/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/pt_BR/edge-issues.md +++ b/docs/pt_BR/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From cad15c61431c44baa3d1beccda9378752e95bbf2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:09 -0500 Subject: [PATCH 0872/2741] New translations edge-privacy.md (Portuguese, Brazilian) --- docs/pt_BR/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/pt_BR/edge-privacy.md b/docs/pt_BR/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/pt_BR/edge-privacy.md +++ b/docs/pt_BR/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From 1f599cffcc31743e16c269aaf2548a24bb52163f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:10 -0500 Subject: [PATCH 0873/2741] New translations firefox-issues.md (Portuguese, Brazilian) --- docs/pt_BR/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/pt_BR/firefox-issues.md b/docs/pt_BR/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/pt_BR/firefox-issues.md +++ b/docs/pt_BR/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From befc63754a5e080b55239d256a8b3914b990fbe6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:11 -0500 Subject: [PATCH 0874/2741] New translations index.md (Portuguese, Brazilian) --- docs/pt_BR/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pt_BR/index.md b/docs/pt_BR/index.md index e123d2080..c89c47dd2 100644 --- a/docs/pt_BR/index.md +++ b/docs/pt_BR/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From 1479a93c53bd0616da9566fa8bc97bbac2374a44 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:13 -0500 Subject: [PATCH 0875/2741] New translations lost-codes.md (Portuguese, Brazilian) --- docs/pt_BR/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/pt_BR/lost-codes.md b/docs/pt_BR/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/pt_BR/lost-codes.md +++ b/docs/pt_BR/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From b3520864a1f5d726f73d01d22f97e38bf767fa0a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:14 -0500 Subject: [PATCH 0876/2741] New translations manual-update.md (Portuguese, Brazilian) --- docs/pt_BR/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/pt_BR/manual-update.md b/docs/pt_BR/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/pt_BR/manual-update.md +++ b/docs/pt_BR/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From 59b20ca481cc54f4f1c3b995ebe3c5073bbe6521 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:15 -0500 Subject: [PATCH 0877/2741] New translations opera-install.md (Portuguese, Brazilian) --- docs/pt_BR/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/pt_BR/opera-install.md b/docs/pt_BR/opera-install.md index de68a686e..133751699 100644 --- a/docs/pt_BR/opera-install.md +++ b/docs/pt_BR/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 943f7431a60a7925702472918f785b3355c61da7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:16 -0500 Subject: [PATCH 0878/2741] New translations otp-backup-developer.md (Portuguese, Brazilian) --- docs/pt_BR/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/pt_BR/otp-backup-developer.md b/docs/pt_BR/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/pt_BR/otp-backup-developer.md +++ b/docs/pt_BR/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From 4e2e57635497ad5a171f1f9c37fc7917d6a87833 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:17 -0500 Subject: [PATCH 0879/2741] New translations otp-backup.md (Portuguese, Brazilian) --- docs/pt_BR/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/pt_BR/otp-backup.md b/docs/pt_BR/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/pt_BR/otp-backup.md +++ b/docs/pt_BR/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From e91db955cc87685d5a02b0569415147f9a2f54dc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:19 -0500 Subject: [PATCH 0880/2741] New translations policy-config.md (Portuguese, Brazilian) --- docs/pt_BR/policy-config.md | 46 +++++++++++-------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/pt_BR/policy-config.md b/docs/pt_BR/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/pt_BR/policy-config.md +++ b/docs/pt_BR/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From eb5d967c6baffbbadef60fcbc8ba4317c2176ad4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:20 -0500 Subject: [PATCH 0881/2741] New translations en.yml (Indonesian) --- _data/locales/sidebar/id.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/id.yml b/_data/locales/sidebar/id.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/id.yml +++ b/_data/locales/sidebar/id.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From 764252d24899e3744eac3f1023621ec89957717e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:21 -0500 Subject: [PATCH 0882/2741] New translations account-types.md (Portuguese, Brazilian) --- docs/pt_BR/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/pt_BR/account-types.md b/docs/pt_BR/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/pt_BR/account-types.md +++ b/docs/pt_BR/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From 570e8f555db763ee2ce19e61a851a065015c12c8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:22 -0500 Subject: [PATCH 0883/2741] New translations account-types.md (Indonesian) --- docs/id/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/id/account-types.md b/docs/id/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/id/account-types.md +++ b/docs/id/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From a03af3a567e1c99f3a52bd524cbf438124b9de7a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:23 -0500 Subject: [PATCH 0884/2741] New translations chrome-issues.md (Indonesian) --- docs/id/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/id/chrome-issues.md b/docs/id/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/id/chrome-issues.md +++ b/docs/id/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 00b6ba46c1cb39f4a34a8278f2fc6b0f1676ffc4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:25 -0500 Subject: [PATCH 0885/2741] New translations debug-info.md (Indonesian) --- docs/id/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/id/debug-info.md b/docs/id/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/id/debug-info.md +++ b/docs/id/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From 90aec335791510c4209a18d6c702860d09edfec5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:26 -0500 Subject: [PATCH 0886/2741] New translations edge-backup.md (Indonesian) --- docs/id/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/id/edge-backup.md b/docs/id/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/id/edge-backup.md +++ b/docs/id/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From 1302d702f229c8ede68eeb899d6468c8387063d8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:27 -0500 Subject: [PATCH 0887/2741] New translations edge-issues.md (Indonesian) --- docs/id/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/id/edge-issues.md b/docs/id/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/id/edge-issues.md +++ b/docs/id/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From b46aafb854001aa36747b52b27ad8059b0f64ff5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:29 -0500 Subject: [PATCH 0888/2741] New translations edge-privacy.md (Indonesian) --- docs/id/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/id/edge-privacy.md b/docs/id/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/id/edge-privacy.md +++ b/docs/id/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From 95d5661324318c5dbeb11cd92e6ffd17343b53af Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:31 -0500 Subject: [PATCH 0889/2741] New translations firefox-issues.md (Indonesian) --- docs/id/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/id/firefox-issues.md b/docs/id/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/id/firefox-issues.md +++ b/docs/id/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 9be976d55592a1290acee5912eba80e346308561 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:32 -0500 Subject: [PATCH 0890/2741] New translations index.md (Indonesian) --- docs/id/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/id/index.md b/docs/id/index.md index e123d2080..c89c47dd2 100644 --- a/docs/id/index.md +++ b/docs/id/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From b050cc77f412bdd285f4578662c3e1fc0ea21baf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:33 -0500 Subject: [PATCH 0891/2741] New translations lost-codes.md (Indonesian) --- docs/id/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/id/lost-codes.md b/docs/id/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/id/lost-codes.md +++ b/docs/id/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From b424c38a96750b285c89fceb18b9dc276f27064c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:34 -0500 Subject: [PATCH 0892/2741] New translations manual-update.md (Indonesian) --- docs/id/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/id/manual-update.md b/docs/id/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/id/manual-update.md +++ b/docs/id/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From 265a1a2b186ca5ae4e15a05b404fbb2b648c2007 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:35 -0500 Subject: [PATCH 0893/2741] New translations otp-backup-developer.md (Indonesian) --- docs/id/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/id/otp-backup-developer.md b/docs/id/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/id/otp-backup-developer.md +++ b/docs/id/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From 8ca58c00a01c1a9adad180296fdab68ae31560ba Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:36 -0500 Subject: [PATCH 0894/2741] New translations otp-backup.md (Indonesian) --- docs/id/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/id/otp-backup.md b/docs/id/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/id/otp-backup.md +++ b/docs/id/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From f439765f6da5630d231628b5ebc2e839890dc7de Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:37 -0500 Subject: [PATCH 0895/2741] New translations edge-issues.md (Swedish) --- docs/sv/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/sv/edge-issues.md b/docs/sv/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/sv/edge-issues.md +++ b/docs/sv/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From ee271619a6fd1cb8ed741fd8bd00fae5a4fbf9db Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:39 -0500 Subject: [PATCH 0896/2741] New translations chrome-issues.md (Portuguese, Brazilian) --- docs/pt_BR/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/pt_BR/chrome-issues.md b/docs/pt_BR/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/pt_BR/chrome-issues.md +++ b/docs/pt_BR/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From f0da2178a2ab9e9e86bf14b5ed9c377a5557c46c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:40 -0500 Subject: [PATCH 0897/2741] New translations en.yml (Portuguese, Brazilian) --- _data/locales/sidebar/pt_BR.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/pt_BR.yml b/_data/locales/sidebar/pt_BR.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/pt_BR.yml +++ b/_data/locales/sidebar/pt_BR.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From 8df74a78c65dd87022bd6c642b41be17f28720f1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:41 -0500 Subject: [PATCH 0898/2741] New translations debug-info.md (Chinese Traditional) --- docs/zh_TW/debug-info.md | 56 +++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/zh_TW/debug-info.md b/docs/zh_TW/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/zh_TW/debug-info.md +++ b/docs/zh_TW/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From a9bcda7ccfc5415d3b8a54e5f29e39fcf0efbe02 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:42 -0500 Subject: [PATCH 0899/2741] New translations en.yml (Vietnamese) --- _data/locales/sidebar/vi.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/vi.yml b/_data/locales/sidebar/vi.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/vi.yml +++ b/_data/locales/sidebar/vi.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From a14e2dc58c72efd4786649ff432981380a389ea9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:43 -0500 Subject: [PATCH 0900/2741] New translations edge-backup.md (Chinese Traditional) --- docs/zh_TW/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/zh_TW/edge-backup.md b/docs/zh_TW/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/zh_TW/edge-backup.md +++ b/docs/zh_TW/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From 03d3294eaf30ad0124962c5408d59102f36ccbe3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:45 -0500 Subject: [PATCH 0901/2741] New translations edge-issues.md (Chinese Traditional) --- docs/zh_TW/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/zh_TW/edge-issues.md b/docs/zh_TW/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/zh_TW/edge-issues.md +++ b/docs/zh_TW/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From d6f2697c1b371df8d92ca8a798add4db7ef8a46b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:46 -0500 Subject: [PATCH 0902/2741] New translations edge-privacy.md (Chinese Traditional) --- docs/zh_TW/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/zh_TW/edge-privacy.md b/docs/zh_TW/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/zh_TW/edge-privacy.md +++ b/docs/zh_TW/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From ebec76274cc43168c5d39d4770a6a734fec753ad Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:47 -0500 Subject: [PATCH 0903/2741] New translations firefox-issues.md (Chinese Traditional) --- docs/zh_TW/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/zh_TW/firefox-issues.md b/docs/zh_TW/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/zh_TW/firefox-issues.md +++ b/docs/zh_TW/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From ba5de0f52bd12d7db9d35c9af822971849d520af Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:48 -0500 Subject: [PATCH 0904/2741] New translations index.md (Chinese Traditional) --- docs/zh_TW/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/zh_TW/index.md b/docs/zh_TW/index.md index e123d2080..c89c47dd2 100644 --- a/docs/zh_TW/index.md +++ b/docs/zh_TW/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From 6726df6d7d4b66dec690fc4ff3206d4347262274 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:49 -0500 Subject: [PATCH 0905/2741] New translations lost-codes.md (Chinese Traditional) --- docs/zh_TW/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/zh_TW/lost-codes.md b/docs/zh_TW/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/zh_TW/lost-codes.md +++ b/docs/zh_TW/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From 5b67586ed3b56fb0cbe3d88e48e91574c24ab354 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:50 -0500 Subject: [PATCH 0906/2741] New translations manual-update.md (Chinese Traditional) --- docs/zh_TW/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/zh_TW/manual-update.md b/docs/zh_TW/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/zh_TW/manual-update.md +++ b/docs/zh_TW/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From 7242d3f60d5138c1a4284124f23d1a9336c34c6a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:51 -0500 Subject: [PATCH 0907/2741] New translations opera-install.md (Chinese Traditional) --- docs/zh_TW/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/zh_TW/opera-install.md b/docs/zh_TW/opera-install.md index de68a686e..133751699 100644 --- a/docs/zh_TW/opera-install.md +++ b/docs/zh_TW/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 2f1799b733d1a546cd45a3effcb50b1a4b81502c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:52 -0500 Subject: [PATCH 0908/2741] New translations otp-backup-developer.md (Chinese Traditional) --- docs/zh_TW/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/zh_TW/otp-backup-developer.md b/docs/zh_TW/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/zh_TW/otp-backup-developer.md +++ b/docs/zh_TW/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From 3e19e7694282d30d1b2d345fedb65d6ac0696f47 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:53 -0500 Subject: [PATCH 0909/2741] New translations otp-backup.md (Chinese Traditional) --- docs/zh_TW/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/zh_TW/otp-backup.md b/docs/zh_TW/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/zh_TW/otp-backup.md +++ b/docs/zh_TW/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From de42145581bd2b70477ed9602d8c3054c654b098 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:54 -0500 Subject: [PATCH 0910/2741] New translations policy-config.md (Chinese Traditional) --- docs/zh_TW/policy-config.md | 46 +++++++++++-------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/zh_TW/policy-config.md b/docs/zh_TW/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/zh_TW/policy-config.md +++ b/docs/zh_TW/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From 774045b305c3ef21f17c3b1a001154be32be48bd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:56 -0500 Subject: [PATCH 0911/2741] New translations en.json (Vietnamese) --- _data/locales/default/vi.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/vi.json b/_data/locales/default/vi.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/vi.json +++ b/_data/locales/default/vi.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From 0e42894e7ed565bbf5f37f1be189784c43172a72 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:57 -0500 Subject: [PATCH 0912/2741] New translations account-types.md (Vietnamese) --- docs/vi/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/vi/account-types.md b/docs/vi/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/vi/account-types.md +++ b/docs/vi/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From a45d92bcb22bb444e473c0f4a878e9bdbae186ad Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:58 -0500 Subject: [PATCH 0913/2741] New translations en.json (Portuguese, Brazilian) --- _data/locales/default/pt_BR.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/pt_BR.json b/_data/locales/default/pt_BR.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/pt_BR.json +++ b/_data/locales/default/pt_BR.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From 4a25dfdbc9b6ff20de5497130202bc4c92f8f40e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:45:59 -0500 Subject: [PATCH 0914/2741] New translations chrome-issues.md (Vietnamese) --- docs/vi/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/vi/chrome-issues.md b/docs/vi/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/vi/chrome-issues.md +++ b/docs/vi/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 53d56631464c2fc2d406ecc5028ba3d14ffc8f90 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:00 -0500 Subject: [PATCH 0915/2741] New translations debug-info.md (Vietnamese) --- docs/vi/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/vi/debug-info.md b/docs/vi/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/vi/debug-info.md +++ b/docs/vi/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From 84637cf4a557935935bbb14215ce8e2499479bce Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:02 -0500 Subject: [PATCH 0916/2741] New translations edge-backup.md (Vietnamese) --- docs/vi/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/vi/edge-backup.md b/docs/vi/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/vi/edge-backup.md +++ b/docs/vi/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From 57aa84dee550ef48584f7ceeadb50641f8e8c956 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:04 -0500 Subject: [PATCH 0917/2741] New translations edge-issues.md (Vietnamese) --- docs/vi/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/vi/edge-issues.md b/docs/vi/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/vi/edge-issues.md +++ b/docs/vi/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From ca620dc43688bb17add5478197c08e3bbe9e51b1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:05 -0500 Subject: [PATCH 0918/2741] New translations edge-privacy.md (Vietnamese) --- docs/vi/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/vi/edge-privacy.md b/docs/vi/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/vi/edge-privacy.md +++ b/docs/vi/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From 7971ed27bbed94a0d55ea55f5aedbd932d7933ef Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:06 -0500 Subject: [PATCH 0919/2741] New translations firefox-issues.md (Vietnamese) --- docs/vi/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/vi/firefox-issues.md b/docs/vi/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/vi/firefox-issues.md +++ b/docs/vi/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 18a91356ca7ed30e4e8693ae3df60443c1185d3d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:07 -0500 Subject: [PATCH 0920/2741] New translations index.md (Vietnamese) --- docs/vi/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/vi/index.md b/docs/vi/index.md index e123d2080..c89c47dd2 100644 --- a/docs/vi/index.md +++ b/docs/vi/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From 0f715767f3a8553c9a93900093c384d717006b58 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:08 -0500 Subject: [PATCH 0921/2741] New translations lost-codes.md (Vietnamese) --- docs/vi/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/vi/lost-codes.md b/docs/vi/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/vi/lost-codes.md +++ b/docs/vi/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From 43eaae679f83ccfba7e2c48c672b2e08bc4ad15d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:09 -0500 Subject: [PATCH 0922/2741] New translations manual-update.md (Vietnamese) --- docs/vi/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/vi/manual-update.md b/docs/vi/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/vi/manual-update.md +++ b/docs/vi/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From f449c1acf7931b7c6b266c3c60ab69262caf921c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:11 -0500 Subject: [PATCH 0923/2741] New translations opera-install.md (Vietnamese) --- docs/vi/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/vi/opera-install.md b/docs/vi/opera-install.md index de68a686e..133751699 100644 --- a/docs/vi/opera-install.md +++ b/docs/vi/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 725d05a62001c707b32f6916dbf928036cf268bd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:12 -0500 Subject: [PATCH 0924/2741] New translations otp-backup-developer.md (Vietnamese) --- docs/vi/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/vi/otp-backup-developer.md b/docs/vi/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/vi/otp-backup-developer.md +++ b/docs/vi/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From 1e07a69391f9cb5b5ac80ab630cc5916dd1c101d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:13 -0500 Subject: [PATCH 0925/2741] New translations otp-backup.md (Vietnamese) --- docs/vi/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/vi/otp-backup.md b/docs/vi/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/vi/otp-backup.md +++ b/docs/vi/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From adf82b127ee6c542f787eaefe90cb704c23bd6ee Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:14 -0500 Subject: [PATCH 0926/2741] New translations policy-config.md (Vietnamese) --- docs/vi/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/vi/policy-config.md b/docs/vi/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/vi/policy-config.md +++ b/docs/vi/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From 58f86141b44da796ee096beaf0db2faff7f206a3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:16 -0500 Subject: [PATCH 0927/2741] New translations edge-privacy.md (Swedish) --- docs/sv/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/sv/edge-privacy.md b/docs/sv/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/sv/edge-privacy.md +++ b/docs/sv/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From 6307a3ade59b613013ad4ed1cabc1064a7bfff85 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:17 -0500 Subject: [PATCH 0928/2741] New translations en.json (Korean) --- _data/locales/default/ko.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/ko.json b/_data/locales/default/ko.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/ko.json +++ b/_data/locales/default/ko.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From 694f386c7d46cf634ca8e2bce9f47b0ba9123382 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:18 -0500 Subject: [PATCH 0929/2741] New translations edge-backup.md (Swedish) --- docs/sv/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/sv/edge-backup.md b/docs/sv/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/sv/edge-backup.md +++ b/docs/sv/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From 574528b97e8426ff6c409dd74324edc6d0e54dde Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:19 -0500 Subject: [PATCH 0930/2741] New translations firefox-issues.md (Norwegian) --- docs/no/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/no/firefox-issues.md b/docs/no/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/no/firefox-issues.md +++ b/docs/no/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From bf36ea92df5c8d03f11c6aeb58f9290157908969 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:20 -0500 Subject: [PATCH 0931/2741] New translations opera-install.md (Dutch) --- docs/nl/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/nl/opera-install.md b/docs/nl/opera-install.md index de68a686e..133751699 100644 --- a/docs/nl/opera-install.md +++ b/docs/nl/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From e7284e6316921226ea7ab6917b047560f52d5e80 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:21 -0500 Subject: [PATCH 0932/2741] New translations otp-backup-developer.md (Dutch) --- docs/nl/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/nl/otp-backup-developer.md b/docs/nl/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/nl/otp-backup-developer.md +++ b/docs/nl/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From e59c583f54b865057b55ae2a55be375c6cf1ff0e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:22 -0500 Subject: [PATCH 0933/2741] New translations otp-backup.md (Dutch) --- docs/nl/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/nl/otp-backup.md b/docs/nl/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/nl/otp-backup.md +++ b/docs/nl/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From 0a4a06306c22d4a9f31282e0276ff7d73537b330 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:24 -0500 Subject: [PATCH 0934/2741] New translations policy-config.md (Dutch) --- docs/nl/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/nl/policy-config.md b/docs/nl/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/nl/policy-config.md +++ b/docs/nl/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From 3477e87cf515909c1c75cad22ce6f2453f2c11a1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:25 -0500 Subject: [PATCH 0935/2741] New translations en.json (Norwegian) --- _data/locales/default/no.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/no.json b/_data/locales/default/no.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/no.json +++ b/_data/locales/default/no.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From 23046fbdba1e8091a30980a186171ff0e941fe18 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:26 -0500 Subject: [PATCH 0936/2741] New translations en.yml (Norwegian) --- _data/locales/sidebar/no.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/no.yml b/_data/locales/sidebar/no.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/no.yml +++ b/_data/locales/sidebar/no.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From d0b4fbefb6b0725468e54f294a56c1e0252009f0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:27 -0500 Subject: [PATCH 0937/2741] New translations account-types.md (Norwegian) --- docs/no/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/no/account-types.md b/docs/no/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/no/account-types.md +++ b/docs/no/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From 02b67dce3379dae5dc3af9773dd93fe1cabaaa61 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:28 -0500 Subject: [PATCH 0938/2741] New translations chrome-issues.md (Norwegian) --- docs/no/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/no/chrome-issues.md b/docs/no/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/no/chrome-issues.md +++ b/docs/no/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 6310c498d5a80b53b9df297c142d2d90adf81591 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:29 -0500 Subject: [PATCH 0939/2741] New translations debug-info.md (Norwegian) --- docs/no/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/no/debug-info.md b/docs/no/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/no/debug-info.md +++ b/docs/no/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From 0c03904e84b5989a184362a3346fdf43d65b20fa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:30 -0500 Subject: [PATCH 0940/2741] New translations edge-backup.md (Norwegian) --- docs/no/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/no/edge-backup.md b/docs/no/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/no/edge-backup.md +++ b/docs/no/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From 3aca65d718dbdf4c6e29b5ab3d488bfe1a3e36cd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:31 -0500 Subject: [PATCH 0941/2741] New translations edge-issues.md (Norwegian) --- docs/no/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/no/edge-issues.md b/docs/no/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/no/edge-issues.md +++ b/docs/no/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From cd6c97734c3e7afc8ea982b78634c07e8d101743 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:32 -0500 Subject: [PATCH 0942/2741] New translations edge-privacy.md (Norwegian) --- docs/no/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/no/edge-privacy.md b/docs/no/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/no/edge-privacy.md +++ b/docs/no/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From c66f19006ffe0548da2e6b217bac8b3e9c2b0879 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:34 -0500 Subject: [PATCH 0943/2741] New translations index.md (Norwegian) --- docs/no/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/no/index.md b/docs/no/index.md index e123d2080..c89c47dd2 100644 --- a/docs/no/index.md +++ b/docs/no/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From 03251d98ec73bbcc574a179eb4b414d98ab19ced Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:35 -0500 Subject: [PATCH 0944/2741] New translations lost-codes.md (Dutch) --- docs/nl/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/nl/lost-codes.md b/docs/nl/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/nl/lost-codes.md +++ b/docs/nl/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From 8e80183e470681ddddfbb4769ec92cc49c06b6a0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:36 -0500 Subject: [PATCH 0945/2741] New translations lost-codes.md (Norwegian) --- docs/no/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/no/lost-codes.md b/docs/no/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/no/lost-codes.md +++ b/docs/no/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From a091b47c8b9dbbc591b9d919796a7d13fdf02a14 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:37 -0500 Subject: [PATCH 0946/2741] New translations manual-update.md (Norwegian) --- docs/no/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/no/manual-update.md b/docs/no/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/no/manual-update.md +++ b/docs/no/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From d1b44409368ef404c5a04b44bb9107e1191f049a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:38 -0500 Subject: [PATCH 0947/2741] New translations opera-install.md (Norwegian) --- docs/no/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/no/opera-install.md b/docs/no/opera-install.md index de68a686e..133751699 100644 --- a/docs/no/opera-install.md +++ b/docs/no/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From e32730584a352cbcb16ea23cf717f9b8b8398d9d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:39 -0500 Subject: [PATCH 0948/2741] New translations otp-backup-developer.md (Norwegian) --- docs/no/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/no/otp-backup-developer.md b/docs/no/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/no/otp-backup-developer.md +++ b/docs/no/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From 57e7f11dedba8553666424ac1656060ec64adec8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:40 -0500 Subject: [PATCH 0949/2741] New translations otp-backup.md (Norwegian) --- docs/no/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/no/otp-backup.md b/docs/no/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/no/otp-backup.md +++ b/docs/no/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From 8cd26813ab003887c5d9dc5be30ebb8c35207da7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:41 -0500 Subject: [PATCH 0950/2741] New translations policy-config.md (Norwegian) --- docs/no/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/no/policy-config.md b/docs/no/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/no/policy-config.md +++ b/docs/no/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From cb1f44a2d7c4a74a2290093a0b65e86a76b7f5d5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:42 -0500 Subject: [PATCH 0951/2741] New translations en.json (Polish) --- _data/locales/default/pl.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/pl.json b/_data/locales/default/pl.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/pl.json +++ b/_data/locales/default/pl.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From bf8060ed388cbfdc86c7dfa92c934ce2f21f9905 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:43 -0500 Subject: [PATCH 0952/2741] New translations en.yml (Polish) --- _data/locales/sidebar/pl.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/pl.yml b/_data/locales/sidebar/pl.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/pl.yml +++ b/_data/locales/sidebar/pl.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From dd94b26a2a1f6023b5551d90ab4455443b88dcc3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:44 -0500 Subject: [PATCH 0953/2741] New translations account-types.md (Polish) --- docs/pl/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/pl/account-types.md b/docs/pl/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/pl/account-types.md +++ b/docs/pl/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From 185422e7059c117ab8381423a4951e934f512668 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:45 -0500 Subject: [PATCH 0954/2741] New translations chrome-issues.md (Polish) --- docs/pl/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/pl/chrome-issues.md b/docs/pl/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/pl/chrome-issues.md +++ b/docs/pl/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 5ab94cd39fd9a63eacc6ecaeeaac702aaf28e69a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:46 -0500 Subject: [PATCH 0955/2741] New translations debug-info.md (Polish) --- docs/pl/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/pl/debug-info.md b/docs/pl/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/pl/debug-info.md +++ b/docs/pl/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From b20afae7e5778f9241f5ba3b769c3fef51c466ff Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:47 -0500 Subject: [PATCH 0956/2741] New translations edge-backup.md (Polish) --- docs/pl/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/pl/edge-backup.md b/docs/pl/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/pl/edge-backup.md +++ b/docs/pl/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From 3d06a43e5444442c1f2c172a7ee461426672d25c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:49 -0500 Subject: [PATCH 0957/2741] New translations manual-update.md (Dutch) --- docs/nl/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/nl/manual-update.md b/docs/nl/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/nl/manual-update.md +++ b/docs/nl/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From e2e002636a960c2a2546e4faeb1f3651c3c93802 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:50 -0500 Subject: [PATCH 0958/2741] New translations index.md (Dutch) --- docs/nl/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/nl/index.md b/docs/nl/index.md index e123d2080..c89c47dd2 100644 --- a/docs/nl/index.md +++ b/docs/nl/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From 092490a3faae85cdc0adc4dafd439523ba3b7659 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:51 -0500 Subject: [PATCH 0959/2741] New translations edge-privacy.md (Polish) --- docs/pl/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/pl/edge-privacy.md b/docs/pl/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/pl/edge-privacy.md +++ b/docs/pl/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From cade3f6378d90b6b14007e7e0dab1db1386bc5ae Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:52 -0500 Subject: [PATCH 0960/2741] New translations index.md (Korean) --- docs/ko/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ko/index.md b/docs/ko/index.md index e123d2080..c89c47dd2 100644 --- a/docs/ko/index.md +++ b/docs/ko/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From 5d2f5382e08a7e0c7610fb70b0e02f66c5a49a16 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:53 -0500 Subject: [PATCH 0961/2741] New translations opera-install.md (Japanese) --- docs/ja/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/ja/opera-install.md b/docs/ja/opera-install.md index de68a686e..133751699 100644 --- a/docs/ja/opera-install.md +++ b/docs/ja/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 29018ed8e20b0c1f8e6b63684f4e17ed824d9fc6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:54 -0500 Subject: [PATCH 0962/2741] New translations otp-backup-developer.md (Japanese) --- docs/ja/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/ja/otp-backup-developer.md b/docs/ja/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/ja/otp-backup-developer.md +++ b/docs/ja/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From efdea2bd7ce797ad5290ad1b38f0306995aa7710 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:55 -0500 Subject: [PATCH 0963/2741] New translations otp-backup.md (Japanese) --- docs/ja/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/ja/otp-backup.md b/docs/ja/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/ja/otp-backup.md +++ b/docs/ja/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From ea7be2befcf37ea711559180ac0c0acb32196a45 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:56 -0500 Subject: [PATCH 0964/2741] New translations policy-config.md (Japanese) --- docs/ja/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/ja/policy-config.md b/docs/ja/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/ja/policy-config.md +++ b/docs/ja/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From f1f2f70e82f24eb774787d7e6df1346a8a9ad751 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:57 -0500 Subject: [PATCH 0965/2741] New translations en.yml (Korean) --- _data/locales/sidebar/ko.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/ko.yml b/_data/locales/sidebar/ko.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/ko.yml +++ b/_data/locales/sidebar/ko.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From 2fd9f6a157bc8b73a2c8beb15f8bb52aed3f5f5e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:58 -0500 Subject: [PATCH 0966/2741] New translations account-types.md (Korean) --- docs/ko/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/ko/account-types.md b/docs/ko/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/ko/account-types.md +++ b/docs/ko/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From 0ddeea55d5f648e5106e40efdc74b17598be17c4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:46:59 -0500 Subject: [PATCH 0967/2741] New translations chrome-issues.md (Korean) --- docs/ko/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/ko/chrome-issues.md b/docs/ko/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/ko/chrome-issues.md +++ b/docs/ko/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 38834fbb22107cdbb8eff788b9206ca899708a56 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:00 -0500 Subject: [PATCH 0968/2741] New translations debug-info.md (Korean) --- docs/ko/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/ko/debug-info.md b/docs/ko/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/ko/debug-info.md +++ b/docs/ko/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From 3f7bfe4f43dcda310ed52115a3a3cd9232af5761 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:02 -0500 Subject: [PATCH 0969/2741] New translations edge-backup.md (Korean) --- docs/ko/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ko/edge-backup.md b/docs/ko/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/ko/edge-backup.md +++ b/docs/ko/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From 3143a52005c23731a1120340a95eaad6188ab8d3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:03 -0500 Subject: [PATCH 0970/2741] New translations edge-issues.md (Korean) --- docs/ko/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/ko/edge-issues.md b/docs/ko/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/ko/edge-issues.md +++ b/docs/ko/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 27facbfb43c01a140ccb5352cbd0baefb38dead9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:04 -0500 Subject: [PATCH 0971/2741] New translations edge-privacy.md (Korean) --- docs/ko/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/ko/edge-privacy.md b/docs/ko/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/ko/edge-privacy.md +++ b/docs/ko/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From fae0601711385e01af13a6b2912356222dbeb0c7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:06 -0500 Subject: [PATCH 0972/2741] New translations firefox-issues.md (Korean) --- docs/ko/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/ko/firefox-issues.md b/docs/ko/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/ko/firefox-issues.md +++ b/docs/ko/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 04dfd136bdf97fc707367e2cd1dfb5861e6e4f43 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:07 -0500 Subject: [PATCH 0973/2741] New translations lost-codes.md (Korean) --- docs/ko/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/ko/lost-codes.md b/docs/ko/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/ko/lost-codes.md +++ b/docs/ko/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From 5fc9471a65d92c1cb5869295b3818a546ae32382 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:08 -0500 Subject: [PATCH 0974/2741] New translations firefox-issues.md (Dutch) --- docs/nl/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/nl/firefox-issues.md b/docs/nl/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/nl/firefox-issues.md +++ b/docs/nl/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From cda767edf92ed5ca2979d407eb521515c41950ad Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:09 -0500 Subject: [PATCH 0975/2741] New translations manual-update.md (Korean) --- docs/ko/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ko/manual-update.md b/docs/ko/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/ko/manual-update.md +++ b/docs/ko/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From ac7ccf93985571db5e19dd0218fc13f8036ee2c2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:10 -0500 Subject: [PATCH 0976/2741] New translations opera-install.md (Korean) --- docs/ko/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/ko/opera-install.md b/docs/ko/opera-install.md index de68a686e..133751699 100644 --- a/docs/ko/opera-install.md +++ b/docs/ko/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 16a911c2e1ec3fe1d1840ff36a2ea31b1d2c672b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:11 -0500 Subject: [PATCH 0977/2741] New translations otp-backup-developer.md (Korean) --- docs/ko/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/ko/otp-backup-developer.md b/docs/ko/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/ko/otp-backup-developer.md +++ b/docs/ko/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From d8447b354e60ee127ec8327d5f5fe74464441b9b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:13 -0500 Subject: [PATCH 0978/2741] New translations otp-backup.md (Korean) --- docs/ko/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/ko/otp-backup.md b/docs/ko/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/ko/otp-backup.md +++ b/docs/ko/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From d02c80ac57731a63f7b2ff7f35d8b6c0aff90232 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:14 -0500 Subject: [PATCH 0979/2741] New translations policy-config.md (Korean) --- docs/ko/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/ko/policy-config.md b/docs/ko/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/ko/policy-config.md +++ b/docs/ko/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From a1134e04255739d275d9176c62b1e862acdc352e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:15 -0500 Subject: [PATCH 0980/2741] New translations en.json (Dutch) --- _data/locales/default/nl.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/nl.json b/_data/locales/default/nl.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/nl.json +++ b/_data/locales/default/nl.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From bd5ed08454b2adf0b5f405474b6d464b83a7ad90 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:16 -0500 Subject: [PATCH 0981/2741] New translations en.yml (Dutch) --- _data/locales/sidebar/nl.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/nl.yml b/_data/locales/sidebar/nl.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/nl.yml +++ b/_data/locales/sidebar/nl.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From f884e6d34c16a332695557f6df537ca0e70d90c4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:17 -0500 Subject: [PATCH 0982/2741] New translations account-types.md (Dutch) --- docs/nl/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/nl/account-types.md b/docs/nl/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/nl/account-types.md +++ b/docs/nl/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From e718cb52f375c3259ba3a0ba82e8bd20d0a00a84 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:18 -0500 Subject: [PATCH 0983/2741] New translations chrome-issues.md (Dutch) --- docs/nl/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/nl/chrome-issues.md b/docs/nl/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/nl/chrome-issues.md +++ b/docs/nl/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 8683aab39206651970c0f3c91103c4bb868c7d5b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:19 -0500 Subject: [PATCH 0984/2741] New translations debug-info.md (Dutch) --- docs/nl/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/nl/debug-info.md b/docs/nl/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/nl/debug-info.md +++ b/docs/nl/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From 8cef5fcba1ab2e9b8a4be11722b1990b51f69e83 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:20 -0500 Subject: [PATCH 0985/2741] New translations edge-backup.md (Dutch) --- docs/nl/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/nl/edge-backup.md b/docs/nl/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/nl/edge-backup.md +++ b/docs/nl/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From c8d8f7ea1ba68d282e493f6a7ffa96a83d0ccd9c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:21 -0500 Subject: [PATCH 0986/2741] New translations edge-issues.md (Dutch) --- docs/nl/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/nl/edge-issues.md b/docs/nl/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/nl/edge-issues.md +++ b/docs/nl/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From c570d31254d80376bc14f76fc4ab96be10fae096 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:23 -0500 Subject: [PATCH 0987/2741] New translations edge-privacy.md (Dutch) --- docs/nl/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/nl/edge-privacy.md b/docs/nl/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/nl/edge-privacy.md +++ b/docs/nl/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From 598bfbec78589fe06745dd9eca7e8968d093ea49 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:24 -0500 Subject: [PATCH 0988/2741] New translations edge-issues.md (Polish) --- docs/pl/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/pl/edge-issues.md b/docs/pl/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/pl/edge-issues.md +++ b/docs/pl/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 96dbe5388bc75a9589122262500b062845f02baf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:25 -0500 Subject: [PATCH 0989/2741] New translations firefox-issues.md (Polish) --- docs/pl/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/pl/firefox-issues.md b/docs/pl/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/pl/firefox-issues.md +++ b/docs/pl/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From a29e2e7887b94bec253c4b721bdbfb43a3d7889d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:26 -0500 Subject: [PATCH 0990/2741] New translations debug-info.md (Swedish) --- docs/sv/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/sv/debug-info.md b/docs/sv/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/sv/debug-info.md +++ b/docs/sv/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From 68abc4db21a94469ccd4e8ea5d48613f1240884b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:27 -0500 Subject: [PATCH 0991/2741] New translations edge-backup.md (Serbian (Cyrillic)) --- docs/sr/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/sr/edge-backup.md b/docs/sr/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/sr/edge-backup.md +++ b/docs/sr/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From 787e5d46919de649c85d908d200bd2cb2221f6f9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:28 -0500 Subject: [PATCH 0992/2741] New translations index.md (Russian) --- docs/ru/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ru/index.md b/docs/ru/index.md index e123d2080..c89c47dd2 100644 --- a/docs/ru/index.md +++ b/docs/ru/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From 7e8adfb8f465b164d6bf7b72057e93cb0d1129dc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:29 -0500 Subject: [PATCH 0993/2741] New translations lost-codes.md (Russian) --- docs/ru/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/ru/lost-codes.md b/docs/ru/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/ru/lost-codes.md +++ b/docs/ru/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From 08c62f7e675de92d7becf31049b82433150d39a2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:30 -0500 Subject: [PATCH 0994/2741] New translations manual-update.md (Russian) --- docs/ru/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ru/manual-update.md b/docs/ru/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/ru/manual-update.md +++ b/docs/ru/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From 63d4251160ea9ff91845fcc44defa4a33c77523d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:32 -0500 Subject: [PATCH 0995/2741] New translations opera-install.md (Russian) --- docs/ru/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/ru/opera-install.md b/docs/ru/opera-install.md index de68a686e..133751699 100644 --- a/docs/ru/opera-install.md +++ b/docs/ru/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From dcaed9ac522d8b6590b7e8f083f8e0a4b41a66d4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:33 -0500 Subject: [PATCH 0996/2741] New translations otp-backup-developer.md (Russian) --- docs/ru/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/ru/otp-backup-developer.md b/docs/ru/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/ru/otp-backup-developer.md +++ b/docs/ru/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From 4b6f6a5a79fb018547f09fa4a6dee9206235c622 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:34 -0500 Subject: [PATCH 0997/2741] New translations otp-backup.md (Russian) --- docs/ru/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/ru/otp-backup.md b/docs/ru/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/ru/otp-backup.md +++ b/docs/ru/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From f83dbbc7a73420250dbaf7004089e0ca41002afb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:35 -0500 Subject: [PATCH 0998/2741] New translations policy-config.md (Russian) --- docs/ru/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/ru/policy-config.md b/docs/ru/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/ru/policy-config.md +++ b/docs/ru/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From 6c9d21b0a6aed0796ea656333f25d83bfe9958ec Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:36 -0500 Subject: [PATCH 0999/2741] New translations en.json (Serbian (Cyrillic)) --- _data/locales/default/sr.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/sr.json b/_data/locales/default/sr.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/sr.json +++ b/_data/locales/default/sr.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From afd60c8be537d2b9445e790c52b25b5852ee4fcf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:37 -0500 Subject: [PATCH 1000/2741] New translations en.yml (Serbian (Cyrillic)) --- _data/locales/sidebar/sr.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/sr.yml b/_data/locales/sidebar/sr.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/sr.yml +++ b/_data/locales/sidebar/sr.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From bf2bfa6f48fffa9b38bef8ce2c2744ad98085a2b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:39 -0500 Subject: [PATCH 1001/2741] New translations account-types.md (Serbian (Cyrillic)) --- docs/sr/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/sr/account-types.md b/docs/sr/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/sr/account-types.md +++ b/docs/sr/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From e8de1377dac2e44b96b714604dad1e9072de9a18 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:40 -0500 Subject: [PATCH 1002/2741] New translations chrome-issues.md (Serbian (Cyrillic)) --- docs/sr/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/sr/chrome-issues.md b/docs/sr/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/sr/chrome-issues.md +++ b/docs/sr/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 37549b124715cf933af9a7faf3a5ef7016d2ce45 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:41 -0500 Subject: [PATCH 1003/2741] New translations debug-info.md (Serbian (Cyrillic)) --- docs/sr/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/sr/debug-info.md b/docs/sr/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/sr/debug-info.md +++ b/docs/sr/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From a7cead38f85c9888e2e6064c3255dd7b0965ad35 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:42 -0500 Subject: [PATCH 1004/2741] New translations edge-issues.md (Serbian (Cyrillic)) --- docs/sr/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/sr/edge-issues.md b/docs/sr/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/sr/edge-issues.md +++ b/docs/sr/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 4e6796e49c863d3c9e82ee85e9cd8bcd43f8e128 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:43 -0500 Subject: [PATCH 1005/2741] New translations edge-privacy.md (Russian) --- docs/ru/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/ru/edge-privacy.md b/docs/ru/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/ru/edge-privacy.md +++ b/docs/ru/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From 9d3304041ecf89f134d8f81f191fa46fac6a0630 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:44 -0500 Subject: [PATCH 1006/2741] New translations edge-privacy.md (Serbian (Cyrillic)) --- docs/sr/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/sr/edge-privacy.md b/docs/sr/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/sr/edge-privacy.md +++ b/docs/sr/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From 3792abff7c9f262470e5b53dfa34e6a8467a7c53 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:45 -0500 Subject: [PATCH 1007/2741] New translations firefox-issues.md (Serbian (Cyrillic)) --- docs/sr/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/sr/firefox-issues.md b/docs/sr/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/sr/firefox-issues.md +++ b/docs/sr/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 19448379769bcc828629fa7a822636498dd7ad3e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:46 -0500 Subject: [PATCH 1008/2741] New translations index.md (Serbian (Cyrillic)) --- docs/sr/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sr/index.md b/docs/sr/index.md index e123d2080..c89c47dd2 100644 --- a/docs/sr/index.md +++ b/docs/sr/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From 3efe1283d24a17762ce57189a08fe4e3f14c8dd4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:47 -0500 Subject: [PATCH 1009/2741] New translations lost-codes.md (Serbian (Cyrillic)) --- docs/sr/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/sr/lost-codes.md b/docs/sr/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/sr/lost-codes.md +++ b/docs/sr/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From 5848998b7434d9ebf379c39dbc920e1b075b76f2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:48 -0500 Subject: [PATCH 1010/2741] New translations manual-update.md (Serbian (Cyrillic)) --- docs/sr/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/sr/manual-update.md b/docs/sr/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/sr/manual-update.md +++ b/docs/sr/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From c4f2bda459fbe2ffb34fca5a0cb6e992c6d7f8bc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:49 -0500 Subject: [PATCH 1011/2741] New translations opera-install.md (Serbian (Cyrillic)) --- docs/sr/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/sr/opera-install.md b/docs/sr/opera-install.md index de68a686e..133751699 100644 --- a/docs/sr/opera-install.md +++ b/docs/sr/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 9866b0b8f30ee28af522e93c84c2c309ad69136f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:51 -0500 Subject: [PATCH 1012/2741] New translations otp-backup-developer.md (Serbian (Cyrillic)) --- docs/sr/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/sr/otp-backup-developer.md b/docs/sr/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/sr/otp-backup-developer.md +++ b/docs/sr/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From 13f1e6017fe323aae81acca8602ef471f79daeaa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:52 -0500 Subject: [PATCH 1013/2741] New translations otp-backup.md (Serbian (Cyrillic)) --- docs/sr/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/sr/otp-backup.md b/docs/sr/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/sr/otp-backup.md +++ b/docs/sr/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From 952f2fcf836d1cd64e044a40b3c4ae454afc5af9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:53 -0500 Subject: [PATCH 1014/2741] New translations policy-config.md (Serbian (Cyrillic)) --- docs/sr/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/sr/policy-config.md b/docs/sr/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/sr/policy-config.md +++ b/docs/sr/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From c58e38ae97e0d3863cbe0d73b73dedbe26ed2d7b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:54 -0500 Subject: [PATCH 1015/2741] New translations en.json (Swedish) --- _data/locales/default/sv.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/sv.json b/_data/locales/default/sv.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/sv.json +++ b/_data/locales/default/sv.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From 246d80acea792edf53ff86fbaecaf3c94d02a74f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:55 -0500 Subject: [PATCH 1016/2741] New translations en.yml (Swedish) --- _data/locales/sidebar/sv.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/sv.yml b/_data/locales/sidebar/sv.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/sv.yml +++ b/_data/locales/sidebar/sv.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From be5e79cf53818100a8807215aa24754a34eec525 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:56 -0500 Subject: [PATCH 1017/2741] New translations account-types.md (Swedish) --- docs/sv/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/sv/account-types.md b/docs/sv/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/sv/account-types.md +++ b/docs/sv/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From c6ee0c73f08d0100e923bc8aeda6073ad7bd3b32 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:57 -0500 Subject: [PATCH 1018/2741] New translations chrome-issues.md (Swedish) --- docs/sv/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/sv/chrome-issues.md b/docs/sv/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/sv/chrome-issues.md +++ b/docs/sv/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 7211e92ab3de4996f608e25ab29abcbea0c1a014 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:58 -0500 Subject: [PATCH 1019/2741] New translations firefox-issues.md (Russian) --- docs/ru/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/ru/firefox-issues.md b/docs/ru/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/ru/firefox-issues.md +++ b/docs/ru/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From a1fdcdb244d3e969c8ca53bddffaafb793235423 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:00 -0500 Subject: [PATCH 1020/2741] New translations edge-issues.md (Russian) --- docs/ru/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/ru/edge-issues.md b/docs/ru/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/ru/edge-issues.md +++ b/docs/ru/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 5d29c1cb5dadd8ac98471ff31782cde915a9775c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:01 -0500 Subject: [PATCH 1021/2741] New translations index.md (Polish) --- docs/pl/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pl/index.md b/docs/pl/index.md index e123d2080..c89c47dd2 100644 --- a/docs/pl/index.md +++ b/docs/pl/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From dd51aeea1e190a2e4589c620782a50da2d6f941c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:02 -0500 Subject: [PATCH 1022/2741] New translations edge-issues.md (Portuguese) --- docs/pt/edge-issues.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/pt/edge-issues.md b/docs/pt/edge-issues.md index a0c225247..daf7053ea 100644 --- a/docs/pt/edge-issues.md +++ b/docs/pt/edge-issues.md @@ -1,22 +1,20 @@ --- -title: Edge Issues -stub: edge-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -### Known Issues +### -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) +- +- -### Edge +### -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From e32cce0319035e81fa4776f03e7322553682b501 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:04 -0500 Subject: [PATCH 1023/2741] New translations lost-codes.md (Polish) --- docs/pl/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/pl/lost-codes.md b/docs/pl/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/pl/lost-codes.md +++ b/docs/pl/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From fd20906cc4e58b55bbc8432a6da10ea6e723d1c3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:05 -0500 Subject: [PATCH 1024/2741] New translations manual-update.md (Polish) --- docs/pl/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/pl/manual-update.md b/docs/pl/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/pl/manual-update.md +++ b/docs/pl/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From e147ede1c38936c05aab378fcf74777cb291afe4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:07 -0500 Subject: [PATCH 1025/2741] New translations opera-install.md (Polish) --- docs/pl/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/pl/opera-install.md b/docs/pl/opera-install.md index de68a686e..133751699 100644 --- a/docs/pl/opera-install.md +++ b/docs/pl/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 589d8754ea58fffd4397e2657a87c1eda923497b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:08 -0500 Subject: [PATCH 1026/2741] New translations otp-backup-developer.md (Polish) --- docs/pl/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/pl/otp-backup-developer.md b/docs/pl/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/pl/otp-backup-developer.md +++ b/docs/pl/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From 710cb588d1ddf23740787dd915a5d1b88c088381 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:09 -0500 Subject: [PATCH 1027/2741] New translations otp-backup.md (Polish) --- docs/pl/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/pl/otp-backup.md b/docs/pl/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/pl/otp-backup.md +++ b/docs/pl/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From bb0aee3212fa56e740b8771b809dcbe376d0b5e2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:10 -0500 Subject: [PATCH 1028/2741] New translations policy-config.md (Polish) --- docs/pl/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/pl/policy-config.md b/docs/pl/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/pl/policy-config.md +++ b/docs/pl/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From 0ad4145d2a5b4f5eed619c317f42a06e43eec0d9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:11 -0500 Subject: [PATCH 1029/2741] New translations en.json (Portuguese) --- _data/locales/default/pt.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/pt.json b/_data/locales/default/pt.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/pt.json +++ b/_data/locales/default/pt.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From 3862f0220a4e65e04810c96df168dacd2e5a2baf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:12 -0500 Subject: [PATCH 1030/2741] New translations en.yml (Portuguese) --- _data/locales/sidebar/pt.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/pt.yml b/_data/locales/sidebar/pt.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/pt.yml +++ b/_data/locales/sidebar/pt.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From f7e4ea789d3a8b1cfce4729964d848d7fac91391 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:13 -0500 Subject: [PATCH 1031/2741] New translations account-types.md (Portuguese) --- docs/pt/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/pt/account-types.md b/docs/pt/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/pt/account-types.md +++ b/docs/pt/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From 16acda50c46192dbc2974c260b6eee5d9e5af47a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:14 -0500 Subject: [PATCH 1032/2741] New translations chrome-issues.md (Portuguese) --- docs/pt/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/pt/chrome-issues.md b/docs/pt/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/pt/chrome-issues.md +++ b/docs/pt/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 22ce4b910887751ed364384507e4acead88e8b6a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:16 -0500 Subject: [PATCH 1033/2741] New translations debug-info.md (Portuguese) --- docs/pt/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/pt/debug-info.md b/docs/pt/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/pt/debug-info.md +++ b/docs/pt/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From 04c58e2918ce10d65f5f666b89ecac7bfad634c0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:17 -0500 Subject: [PATCH 1034/2741] New translations edge-backup.md (Portuguese) --- docs/pt/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/pt/edge-backup.md b/docs/pt/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/pt/edge-backup.md +++ b/docs/pt/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From cb6c30a174bc74a9d48a8b5c89afd26c70160762 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:18 -0500 Subject: [PATCH 1035/2741] New translations edge-privacy.md (Portuguese) --- docs/pt/edge-privacy.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/pt/edge-privacy.md b/docs/pt/edge-privacy.md index 7064b1356..2f2fee880 100644 --- a/docs/pt/edge-privacy.md +++ b/docs/pt/edge-privacy.md @@ -1,29 +1,27 @@ --- -title: Edge Privacy Policy -stub: edge-privacy -layout: no-sidebar -lang: en -ver: 1 +title: +stub: +layout: +lang: +ver: --- -### This document only applies to the Edge version of Authenticator. +### * * * -### Summary +### -- Your data stays on your device -- You are responsible for your data -- We don't ever see or have control over your data -- Authenticator does not transmit your data to any third parties +- +- +- +- -### Data Storage and Use +### -Authenticator may store your account name, secret key, account issuer, and other necessary information for the sole purpose of generating and displaying two factor authentication codes. Authenticator relies on built-in storage services provided by Edge. We claim no responsibility over your data when you use Authenticator. Technical documentation on how we store your data is available [here](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local). Your data stays on your device and is not transmitted to us nor any third parties. -### Managing Your Data -You can download a copy of your data using the `Export / Import` menu's `Download Backup` button. Currently, due to a bug in Edge, it is not possible to use the `Download Backup` button; in the meantime please follow these instructions to get your data: [Backing up in Edge](edge-backup). You can delete your data by pressing the pencil in the top-right corner and clicking the red minus next to the entry you want to delete or by uninstalling the extension. You can add a password to encrypt your data in the `Security` menu. +### -### Contact -If you have any questions regarding Authenticator please [open an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new). \ No newline at end of file + +### \ No newline at end of file From a2a53127cfebdefa8a2fbe8fc8dbfefdfe5efbde Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:19 -0500 Subject: [PATCH 1036/2741] New translations edge-backup.md (Russian) --- docs/ru/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ru/edge-backup.md b/docs/ru/edge-backup.md index 32a0a2aad..85e1f1773 100644 --- a/docs/ru/edge-backup.md +++ b/docs/ru/edge-backup.md @@ -1,26 +1,26 @@ --- -title: Backing up in Edge -stub: edge-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. -![step1](/assets/edge-backup-screenshots/step1.PNG) +![]() -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. +3. ```javascript -browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) + ``` -![step3](/assets/edge-backup-screenshots/step3.PNG) +![]() -4. Copy the result to notepad +4. -![step4](/assets/edge-backup-screenshots/step4.PNG) +![]() -5. Save as a file ending in `.json` +5. -![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file +![]() \ No newline at end of file From 748e92689ce5236b633ba9abeaee62b907e02961 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:20 -0500 Subject: [PATCH 1037/2741] New translations firefox-issues.md (Portuguese) --- docs/pt/firefox-issues.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/pt/firefox-issues.md b/docs/pt/firefox-issues.md index e84f51d54..0c7639858 100644 --- a/docs/pt/firefox-issues.md +++ b/docs/pt/firefox-issues.md @@ -1,17 +1,15 @@ --- -title: Firefox Issues -stub: firefox-issues -lang: en -ver: 2 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} +### -### Known Issues +- -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) +### -### Firefox - -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From a2e25d81b30b0a55d15836e1dd721d2d656273fc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:21 -0500 Subject: [PATCH 1038/2741] New translations index.md (Portuguese) --- docs/pt/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pt/index.md b/docs/pt/index.md index e123d2080..c89c47dd2 100644 --- a/docs/pt/index.md +++ b/docs/pt/index.md @@ -1,6 +1,6 @@ --- -title: Index -stub: index -lang: en -layout: docs-index +title: +stub: +lang: +layout: --- From bbe95ccab402910c0b61635e14be09707e5bb380 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:22 -0500 Subject: [PATCH 1039/2741] New translations lost-codes.md (Portuguese) --- docs/pt/lost-codes.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/pt/lost-codes.md b/docs/pt/lost-codes.md index 7365f5786..db59e53a6 100644 --- a/docs/pt/lost-codes.md +++ b/docs/pt/lost-codes.md @@ -1,18 +1,16 @@ --- -title: Lost Codes -stub: lost-codes -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- +- -- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. -- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. -To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### -- [Google](https://support.google.com/accounts/answer/185834) -- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) -- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file +- []() +- []() +- []() \ No newline at end of file From 24c9b7958a0cccf67482162499ff3b5b58395d45 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:23 -0500 Subject: [PATCH 1040/2741] New translations manual-update.md (Portuguese) --- docs/pt/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/pt/manual-update.md b/docs/pt/manual-update.md index c0baf66bf..e0751ff62 100644 --- a/docs/pt/manual-update.md +++ b/docs/pt/manual-update.md @@ -1,25 +1,25 @@ --- -title: Manually Updating -stub: manual-update -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -## Chrome +## -1. Go to `chrome://extensions` +1. -2. Check the box labelled "Developer Mode" in the top right +2. -3. Click "Update Extensions Now" +3. -![chrome](/assets/update-screenshots/chrome.png) +![]() -## Firefox +## -1. Go to `about:addons` +1. -2. Click the gear at the top right +2. -3. Click "Check for Updates" +3. -![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file +![]() \ No newline at end of file From 4991231b68a4802e94fde86d842eddb65c91cfdf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:24 -0500 Subject: [PATCH 1041/2741] New translations opera-install.md (Portuguese) --- docs/pt/opera-install.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/pt/opera-install.md b/docs/pt/opera-install.md index de68a686e..133751699 100644 --- a/docs/pt/opera-install.md +++ b/docs/pt/opera-install.md @@ -1,9 +1,6 @@ --- -title: Install in Opera -stub: opera-install -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). - -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From a1fa61f98da7db5df35a4eed934d4ea95f1f8fd3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:25 -0500 Subject: [PATCH 1042/2741] New translations otp-backup-developer.md (Portuguese) --- docs/pt/otp-backup-developer.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/pt/otp-backup-developer.md b/docs/pt/otp-backup-developer.md index 2753eb171..73ebadd80 100644 --- a/docs/pt/otp-backup-developer.md +++ b/docs/pt/otp-backup-developer.md @@ -1,21 +1,13 @@ --- -title: Standard Backup Format Developer Info -stub: otp-backup-developer -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: - - otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB - otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account - otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account - otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD - otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + -Tips: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) -- Save the file as `text/plain` -If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file +- +- \ No newline at end of file From 038aa45cdae1cf717c5e46e9d90f7d57519a0b4e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:27 -0500 Subject: [PATCH 1043/2741] New translations otp-backup.md (Portuguese) --- docs/pt/otp-backup.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/pt/otp-backup.md b/docs/pt/otp-backup.md index 42dd1fc5e..8a88b8abb 100644 --- a/docs/pt/otp-backup.md +++ b/docs/pt/otp-backup.md @@ -1,17 +1,15 @@ --- -title: Standard Backup Format -stub: otp-backup -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| | | | +| ---- | | | +| []() | | | -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} -Planned Support: -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +- []() -[Developer information](otp-backup-developer) \ No newline at end of file +[]() \ No newline at end of file From 09b758007b62b898d15bed4f4853f71b947b1aa0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:28 -0500 Subject: [PATCH 1044/2741] New translations policy-config.md (Portuguese) --- docs/pt/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/pt/policy-config.md b/docs/pt/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/pt/policy-config.md +++ b/docs/pt/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From 0ba22c28546cb2028b9d038b9ed8547e5a7616a5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:29 -0500 Subject: [PATCH 1045/2741] New translations en.json (Russian) --- _data/locales/default/ru.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/ru.json b/_data/locales/default/ru.json index 5f143e2f9..115eaa8f9 100644 --- a/_data/locales/default/ru.json +++ b/_data/locales/default/ru.json @@ -1,12 +1,12 @@ { - "clickHere": "Click here", - "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", - "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", - "outdated-warn-1": "The translations for this page are outdated. The", - "outdated-warn-2": "English version of this page", - "outdated-warn-3": "has more up-to-date information." + "clickHere": "", + "viewInLang": "", + "unlocalized": "", + "translate": "", + "translate-long": "", + "edit": "", + "warning": "", + "outdated-warn-1": "", + "outdated-warn-2": "", + "outdated-warn-3": "" } From 73c01323837353934ad08f17ae5d6a2fc1745200 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:30 -0500 Subject: [PATCH 1046/2741] New translations en.yml (Russian) --- _data/locales/sidebar/ru.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/_data/locales/sidebar/ru.yml b/_data/locales/sidebar/ru.yml index 85ca00582..ed97d539c 100644 --- a/_data/locales/sidebar/ru.yml +++ b/_data/locales/sidebar/ru.yml @@ -1,32 +1 @@ --- -sections: - - - title: Browser Pages - docs: - - - title: Chrome - stub: chrome-issues - - - title: Firefox - stub: firefox-issues - - - title: Edge - stub: edge-issues - - - title: Additional Info - docs: - - - title: Lost Codes - stub: lost-codes - - - title: Account Types - stub: account-types - - - title: Getting Debugging Information - stub: debug-info - - - title: Standard Backup Format - stub: otp-backup - - - title: Policy Configuration - stub: policy-config From a63ecf37cd3e385ca08afdd4ae55865c06f60bbc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:31 -0500 Subject: [PATCH 1047/2741] New translations account-types.md (Russian) --- docs/ru/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/ru/account-types.md b/docs/ru/account-types.md index bd4ffe757..70064a365 100644 --- a/docs/ru/account-types.md +++ b/docs/ru/account-types.md @@ -1,12 +1,12 @@ --- -title: Account Types -stub: account-types -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| | | +| | | +| | | +| | | +| | | +| | | \ No newline at end of file From a392c60d1e84084fe5765b61be2158f28083a7a5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:32 -0500 Subject: [PATCH 1048/2741] New translations chrome-issues.md (Russian) --- docs/ru/chrome-issues.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/ru/chrome-issues.md b/docs/ru/chrome-issues.md index 315dc54d9..558f5c836 100644 --- a/docs/ru/chrome-issues.md +++ b/docs/ru/chrome-issues.md @@ -1,15 +1,13 @@ --- -title: Chrome Issues -stub: chrome-issues -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -{% include warning.html class="danger" message=" +#### -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES -" %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- +- +- \ No newline at end of file From 117471f7188cbc8c90152f525e280968f640e737 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:33 -0500 Subject: [PATCH 1049/2741] New translations debug-info.md (Russian) --- docs/ru/debug-info.md | 56 +++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/docs/ru/debug-info.md b/docs/ru/debug-info.md index 0805de35b..4aa37ddbb 100644 --- a/docs/ru/debug-info.md +++ b/docs/ru/debug-info.md @@ -1,53 +1,51 @@ --- -title: Getting Debugging Information -stub: debug-info -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -Follow these steps to report detailed debugging information. - -- [Chrome](#chrome) -- [Firefox](#firefox) +- []() +- []() * * * -## Chrome +## -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. +2. -![step2](/assets/debugging-screenshots/chrome/step2.PNG) +![]() -3. Go to the "Console" tab +3. -![step5](/assets/debugging-screenshots/chrome/step3.PNG) +![]() -4. Copy and paste any messages into the issue description +4. -![step4](/assets/debugging-screenshots/chrome/step4.PNG) +![]() * * * -## Firefox +## -1. Go to `about:debugging` -2. Check the box that says "Enable add-on debugging" +1. +2. -![step2](/assets/debugging-screenshots/firefox/step2.PNG) +![]() -3. Click the link that says "Debug" under Authenticator +3. -![step3](/assets/debugging-screenshots/firefox/step3.PNG) +![]() -4. Click "Ok" +4. -![step4](/assets/debugging-screenshots/firefox/step4.PNG) +![]() -5. Make sure that you are on the console tab +5. -![step5](/assets/debugging-screenshots/firefox/step5.PNG) +![]() -6. Open Authenticator again -7. Copy and paste any messages into the issue description +6. +7. -![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file +![]() \ No newline at end of file From 47a99aea5e58638a5bb1669192c9f4a657cb6221 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:48:34 -0500 Subject: [PATCH 1050/2741] New translations policy-config.md (Indonesian) --- docs/id/policy-config.md | 46 ++++++++++++---------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/docs/id/policy-config.md b/docs/id/policy-config.md index eb1b96ffa..f44417e0a 100644 --- a/docs/id/policy-config.md +++ b/docs/id/policy-config.md @@ -1,49 +1,31 @@ --- -title: Policy Configuration -stub: policy-config -lang: en -ver: 1 +title: +stub: +lang: +ver: --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### -#### Extension IDs -Chrome: `bhghoamapcdpbohphigoooaddinpkbai` -Firefox: `authenticator@mymindstorm` -## Firefox -Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +## + + + -Example: ```jsonc -{ - "name": "authenticator@mymindstorm", - "description": "ignored", - "type": "storage", - "data": - { - // Your settings here - } -} + ``` -## Chrome +## + + -Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc -{ - "3rdparty": { - "extensions": { - "bhghoamapcdpbohphigoooaddinpkbai": { - // Your settings here - } - } - } -} + ``` \ No newline at end of file From d31f31bbc344c7e6372f1c6fdc305637955e8299 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Thu, 11 Apr 2019 21:54:30 -0500 Subject: [PATCH 1051/2741] New translations en.json (Chinese Simplified) --- _data/locales/default/zh_CN.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/zh_CN.json b/_data/locales/default/zh_CN.json index 115eaa8f9..f89300af9 100644 --- a/_data/locales/default/zh_CN.json +++ b/_data/locales/default/zh_CN.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "点击此处", + "viewInLang": "查看此页的英文版本。", + "unlocalized": "尚未本地化", + "translate": "翻译", + "translate-long": "翻译本页", + "edit": "编辑", + "warning": "警告", + "outdated-warn-1": "此页的翻译信息已过时。", + "outdated-warn-2": "此页的英文版本", + "outdated-warn-3": "有更多的更新信息。" } From 8a986a29492801f6ff82d7249c38262f9c977d17 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Thu, 11 Apr 2019 21:54:31 -0500 Subject: [PATCH 1052/2741] New translations en.yml (Chinese Simplified) --- _data/locales/sidebar/zh_CN.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/_data/locales/sidebar/zh_CN.yml b/_data/locales/sidebar/zh_CN.yml index ed97d539c..917f668ca 100644 --- a/_data/locales/sidebar/zh_CN.yml +++ b/_data/locales/sidebar/zh_CN.yml @@ -1 +1,24 @@ --- +sections: + - + title: 浏览页面 + docs: + - + title: 谷歌浏览器 + - + title: 火狐浏览器 + - + title: Edge浏览器 + - + title: 附加信息 + docs: + - + title: 账户遗失 + - + title: 账户类型 + - + title: 获取调试信息 + - + title: 标准备份格式 + - + title: 策略配置 From 927a07e06609cae33cea2ccbf114f3efda9d4cd7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Thu, 11 Apr 2019 21:54:32 -0500 Subject: [PATCH 1053/2741] New translations account-types.md (Chinese Simplified) --- docs/zh_CN/account-types.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/zh_CN/account-types.md b/docs/zh_CN/account-types.md index 70064a365..2c0a613ef 100644 --- a/docs/zh_CN/account-types.md +++ b/docs/zh_CN/account-types.md @@ -1,12 +1,12 @@ --- -title: +title: 账户类型 stub: -lang: +lang: zh_CN ver: --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| 类型 | 详细信息 | +| ---------- | ------------------------------------------------------------------------------ | +| 基于时间 | TOTP | +| 基于计数器 | HOTP | +| Battle.net | 获取密钥的工具:[Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | | \ No newline at end of file From 96d5969fde3f1a2a980b7c437bf246175115b007 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Thu, 11 Apr 2019 22:04:18 -0500 Subject: [PATCH 1054/2741] New translations account-types.md (Chinese Simplified) --- docs/zh_CN/account-types.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/zh_CN/account-types.md b/docs/zh_CN/account-types.md index 2c0a613ef..f130678ff 100644 --- a/docs/zh_CN/account-types.md +++ b/docs/zh_CN/account-types.md @@ -4,9 +4,9 @@ stub: lang: zh_CN ver: --- -| 类型 | 详细信息 | -| ---------- | ------------------------------------------------------------------------------ | -| 基于时间 | TOTP | -| 基于计数器 | HOTP | -| Battle.net | 获取密钥的工具:[Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | | \ No newline at end of file +| 类型 | 详细信息 | +| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| 基于时间 | TOTP | +| 基于计数器 | HOTP | +| Battle.net | 获取密钥的工具:[Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | 需要shared_secret,点击[此处](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows)以进一步了解 | \ No newline at end of file From 7c758d18835bf74ecbc4039a927b145323b5e907 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Thu, 11 Apr 2019 22:04:19 -0500 Subject: [PATCH 1055/2741] New translations chrome-issues.md (Chinese Simplified) --- docs/zh_CN/chrome-issues.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/zh_CN/chrome-issues.md b/docs/zh_CN/chrome-issues.md index 558f5c836..5d9a550ed 100644 --- a/docs/zh_CN/chrome-issues.md +++ b/docs/zh_CN/chrome-issues.md @@ -1,13 +1,13 @@ --- -title: +title: 谷歌浏览器常见问题 stub: -lang: +lang: zh_CN ver: --- -#### +#### 重新安装身份验证器会清空你的数据。 不要尝试通过重装扩展来解决问题 -- -- -- \ No newline at end of file +- 忘记密码或者丢失了没有备份的密钥? 参见[账户遗失](lost-codes) +- 想要帮助翻译或者对翻译有任何疑问? [查看我们的Crowdin页面](https://crowdin.com/project/authenticator-firefox) +- 遇到bug或者想要新的功能? [填写表单](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose)或者[发布带有#AuthenticatorFeedback的推特](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 136e4b005404e696a49aa5d6b7d9af1bacc1a1e9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Thu, 11 Apr 2019 22:04:20 -0500 Subject: [PATCH 1056/2741] New translations debug-info.md (Chinese Simplified) --- docs/zh_CN/debug-info.md | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/docs/zh_CN/debug-info.md b/docs/zh_CN/debug-info.md index 4aa37ddbb..e9cf899da 100644 --- a/docs/zh_CN/debug-info.md +++ b/docs/zh_CN/debug-info.md @@ -1,51 +1,53 @@ --- -title: +title: 获取调试信息 stub: -lang: +lang: zh_CN ver: --- -- []() -- []() +按照以下步骤来报告详细调试信息。 + +- [谷歌浏览器]() +- [火狐浏览器]() * * * -## +## 谷歌浏览器 -1. -2. +1. 打开身份验证器 +2. 点击右键选择“审查元素” ![]() -3. +3. 打开“控制台”标签 ![]() -4. +4. 复制所有信息并粘贴到issue description中 ![]() * * * -## +## 火狐浏览器 -1. -2. +1. 打开`about:debugging` +2. 勾选“启用附加组件调试” ![]() -3. +3. 点击身份验证器下方的“调试”链接 ![]() -4. +4. 点击“确定” ![]() -5. +5. 打开“控制台”标签 ![]() -6. -7. +6. 再次打开身份验证器 +7. 复制所有信息并粘贴到issue description中 ![]() \ No newline at end of file From 30e06b09e21bd0cc03846f26ec38d9968abecd5a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Thu, 11 Apr 2019 22:34:17 -0500 Subject: [PATCH 1057/2741] New translations firefox-issues.md (Chinese Simplified) --- docs/zh_CN/firefox-issues.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/zh_CN/firefox-issues.md b/docs/zh_CN/firefox-issues.md index 0c7639858..b88085c8e 100644 --- a/docs/zh_CN/firefox-issues.md +++ b/docs/zh_CN/firefox-issues.md @@ -6,10 +6,10 @@ ver: --- ### -- +- 存储API会发生变化,这可能会对身份验证器带来问题。 点击[此处](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/)进一步了解。 -### +### 火狐浏览器 -- -- -- \ No newline at end of file +- 忘记密码或者丢失了没有备份的密钥? 参见[账户遗失](lost-codes) +- 想要帮助翻译或者对翻译有任何疑问? [查看我们的Crowdin页面](https://crowdin.com/project/authenticator-firefox) +- 遇到bug或者想要新的功能? [填写表单](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose)或者[发布带有#AuthenticatorFeedback的推特](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 320664d0528f17e4bab7ffd40d3f48dd46a6c9b8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:54:46 -0500 Subject: [PATCH 1058/2741] New translations otp-backup-developer.md (Spanish) --- docs/es/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/es/otp-backup-developer.md b/docs/es/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/es/otp-backup-developer.md +++ b/docs/es/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 932cb5c75c8f5c1d2358ba7b5d4d45691d122a3e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:54:47 -0500 Subject: [PATCH 1059/2741] New translations manual-update.md (French) --- docs/fr/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/fr/manual-update.md b/docs/fr/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/fr/manual-update.md +++ b/docs/fr/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 25d1c1cdb6cd39d54c371a04d1976480c9786a26 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:54:48 -0500 Subject: [PATCH 1060/2741] New translations chrome-issues.md (Catalan) --- docs/ca/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/ca/chrome-issues.md b/docs/ca/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/ca/chrome-issues.md +++ b/docs/ca/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From d41c050a32fc90fd53cab0ee90464e49fdae2d1b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:54:49 -0500 Subject: [PATCH 1061/2741] New translations chrome-issues.md (Czech) --- docs/cs/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/cs/chrome-issues.md b/docs/cs/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/cs/chrome-issues.md +++ b/docs/cs/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 72b537cd30a50e850cc52345aab5120779610e75 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:54:50 -0500 Subject: [PATCH 1062/2741] New translations chrome-issues.md (Danish) --- docs/da/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/da/chrome-issues.md b/docs/da/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/da/chrome-issues.md +++ b/docs/da/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From dd24365849293cc25a07f33b4b40fae19018dc18 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:54:51 -0500 Subject: [PATCH 1063/2741] New translations firefox-issues.md (French) --- docs/fr/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/fr/firefox-issues.md b/docs/fr/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/fr/firefox-issues.md +++ b/docs/fr/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 86cb785bb3c501743498c43cf08281463e047cd8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:54:52 -0500 Subject: [PATCH 1064/2741] New translations firefox-issues.md (Romanian) --- docs/ro/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/ro/firefox-issues.md b/docs/ro/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/ro/firefox-issues.md +++ b/docs/ro/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 59d8a293a337f21a41d19d81711dc56143e96162 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:54:53 -0500 Subject: [PATCH 1065/2741] New translations manual-update.md (Romanian) --- docs/ro/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ro/manual-update.md b/docs/ro/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/ro/manual-update.md +++ b/docs/ro/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From c8f47972095ceba1daf89c2b40e8919f04bbcd8b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:54:54 -0500 Subject: [PATCH 1066/2741] New translations manual-update.md (Spanish) --- docs/es/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/es/manual-update.md b/docs/es/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/es/manual-update.md +++ b/docs/es/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 888e61ed5b103095289f296206093c53c4f4196c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:54:55 -0500 Subject: [PATCH 1067/2741] New translations chrome-issues.md (Arabic) --- docs/ar/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/ar/chrome-issues.md b/docs/ar/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/ar/chrome-issues.md +++ b/docs/ar/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 21905528193fc21153b76a97241dfd499249301f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:54:56 -0500 Subject: [PATCH 1068/2741] New translations manual-update.md (Arabic) --- docs/ar/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ar/manual-update.md b/docs/ar/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/ar/manual-update.md +++ b/docs/ar/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 693c67792535bdf8eb38135a4008425770c67768 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:54:57 -0500 Subject: [PATCH 1069/2741] New translations manual-update.md (Bulgarian) --- docs/bg/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/bg/manual-update.md b/docs/bg/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/bg/manual-update.md +++ b/docs/bg/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 5e48a216b386f10a310a1f0686cca3d8bdf5ca63 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:54:58 -0500 Subject: [PATCH 1070/2741] New translations manual-update.md (Catalan) --- docs/ca/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ca/manual-update.md b/docs/ca/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/ca/manual-update.md +++ b/docs/ca/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 68a47abb444da5318daffdd877c81a20bb256d39 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:54:59 -0500 Subject: [PATCH 1071/2741] New translations manual-update.md (Czech) --- docs/cs/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/cs/manual-update.md b/docs/cs/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/cs/manual-update.md +++ b/docs/cs/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 4ea972336bdd5a377fedd35c1e6bc26348b61f71 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:00 -0500 Subject: [PATCH 1072/2741] New translations manual-update.md (Danish) --- docs/da/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/da/manual-update.md b/docs/da/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/da/manual-update.md +++ b/docs/da/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 90ed09905e3d074a7ba6b74288731b00bb089fc1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:02 -0500 Subject: [PATCH 1073/2741] New translations otp-backup-developer.md (Danish) --- docs/da/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/da/otp-backup-developer.md b/docs/da/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/da/otp-backup-developer.md +++ b/docs/da/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From c26a25c5e41170f957154def8f8eb9ab70352f8f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:03 -0500 Subject: [PATCH 1074/2741] New translations chrome-issues.md (Bulgarian) --- docs/bg/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/bg/chrome-issues.md b/docs/bg/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/bg/chrome-issues.md +++ b/docs/bg/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 9a974d0299d209d39fc5d3296c9495270e3cc510 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:04 -0500 Subject: [PATCH 1075/2741] New translations chrome-issues.md (Spanish) --- docs/es/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/es/chrome-issues.md b/docs/es/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/es/chrome-issues.md +++ b/docs/es/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 02d7dc17d348607351e7c257f621d0fd262a9916 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:05 -0500 Subject: [PATCH 1076/2741] New translations otp-backup-developer.md (Catalan) --- docs/ca/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/ca/otp-backup-developer.md b/docs/ca/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/ca/otp-backup-developer.md +++ b/docs/ca/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From a0b9002151de26a369208ecca07d4043daad8073 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:07 -0500 Subject: [PATCH 1077/2741] New translations otp-backup.md (French) --- docs/fr/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/fr/otp-backup.md b/docs/fr/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/fr/otp-backup.md +++ b/docs/fr/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From 7927302e69e734bd58f08ea9498da0ea9eb8c737 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:08 -0500 Subject: [PATCH 1078/2741] New translations otp-backup.md (Danish) --- docs/da/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/da/otp-backup.md b/docs/da/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/da/otp-backup.md +++ b/docs/da/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From 874fbbc952b539f1760cfe1da31ca25b86ac9783 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:09 -0500 Subject: [PATCH 1079/2741] New translations otp-backup.md (Czech) --- docs/cs/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/cs/otp-backup.md b/docs/cs/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/cs/otp-backup.md +++ b/docs/cs/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From c75d8c4844645dcbfd621089975ff2c34b720701 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:10 -0500 Subject: [PATCH 1080/2741] New translations otp-backup.md (Catalan) --- docs/ca/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/ca/otp-backup.md b/docs/ca/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/ca/otp-backup.md +++ b/docs/ca/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From 0bacf7a7d6bc4b7909e0e0424d1a8a27d6ec868c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:11 -0500 Subject: [PATCH 1081/2741] New translations otp-backup.md (Bulgarian) --- docs/bg/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/bg/otp-backup.md b/docs/bg/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/bg/otp-backup.md +++ b/docs/bg/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From 770497120056dede7b43afb573d9a7ede3bd307c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:12 -0500 Subject: [PATCH 1082/2741] New translations otp-backup.md (Arabic) --- docs/ar/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/ar/otp-backup.md b/docs/ar/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/ar/otp-backup.md +++ b/docs/ar/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From 55d057773b2211b5c909220642cba39a0c873310 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:14 -0500 Subject: [PATCH 1083/2741] New translations opera-install.md (Romanian) --- docs/ro/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/ro/opera-install.md b/docs/ro/opera-install.md index 133751699..de68a686e 100644 --- a/docs/ro/opera-install.md +++ b/docs/ro/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From da15fc6e0fbc123566ee762d31e4aadcc270e480 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:15 -0500 Subject: [PATCH 1084/2741] New translations otp-backup.md (Romanian) --- docs/ro/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/ro/otp-backup.md b/docs/ro/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/ro/otp-backup.md +++ b/docs/ro/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From bebf1b7df899f3e4d52f6a32c064407fb1a87aae Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:16 -0500 Subject: [PATCH 1085/2741] New translations chrome-issues.md (French) --- docs/fr/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/fr/chrome-issues.md b/docs/fr/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/fr/chrome-issues.md +++ b/docs/fr/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From aeb7e0b4e6fc223eb9b1768ca91592d859701f67 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:17 -0500 Subject: [PATCH 1086/2741] New translations firefox-issues.md (Czech) --- docs/cs/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/cs/firefox-issues.md b/docs/cs/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/cs/firefox-issues.md +++ b/docs/cs/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 6d6200e270ea09934c7297b18576254f121fd69b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:19 -0500 Subject: [PATCH 1087/2741] New translations firefox-issues.md (Catalan) --- docs/ca/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/ca/firefox-issues.md b/docs/ca/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/ca/firefox-issues.md +++ b/docs/ca/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 700efd01bd2a31c10746c9ddb5b03c0c8be7803d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:20 -0500 Subject: [PATCH 1088/2741] New translations firefox-issues.md (Bulgarian) --- docs/bg/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/bg/firefox-issues.md b/docs/bg/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/bg/firefox-issues.md +++ b/docs/bg/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From e0048c75785c2afcf5a4d5b57fb9468b77ceef24 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:21 -0500 Subject: [PATCH 1089/2741] New translations firefox-issues.md (Arabic) --- docs/ar/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/ar/firefox-issues.md b/docs/ar/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/ar/firefox-issues.md +++ b/docs/ar/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 1bee3262894bea52dc08c313df707b3c5f87dc5e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:22 -0500 Subject: [PATCH 1090/2741] New translations firefox-issues.md (Spanish) --- docs/es/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/es/firefox-issues.md b/docs/es/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/es/firefox-issues.md +++ b/docs/es/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 42105e1456dd90ddc09216cdc771711691bd4c94 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:23 -0500 Subject: [PATCH 1091/2741] New translations chrome-issues.md (Romanian) --- docs/ro/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/ro/chrome-issues.md b/docs/ro/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/ro/chrome-issues.md +++ b/docs/ro/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 46fbb4a4b5157186c46c5ab95c424d52d49d6ad6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:24 -0500 Subject: [PATCH 1092/2741] New translations otp-backup-developer.md (Czech) --- docs/cs/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/cs/otp-backup-developer.md b/docs/cs/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/cs/otp-backup-developer.md +++ b/docs/cs/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From a4bc89bde7a35f609cf6fc5bf7f8c0e4a5eadc2d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:25 -0500 Subject: [PATCH 1093/2741] New translations otp-backup-developer.md (Bulgarian) --- docs/bg/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/bg/otp-backup-developer.md b/docs/bg/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/bg/otp-backup-developer.md +++ b/docs/bg/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From e545c068a23dbe8881636808010c6aceeb285556 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:26 -0500 Subject: [PATCH 1094/2741] New translations account-types.md (German) --- docs/de/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/de/account-types.md b/docs/de/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/de/account-types.md +++ b/docs/de/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From cfb2714f6c46245b97fc42e192d355f707eae59f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:27 -0500 Subject: [PATCH 1095/2741] New translations edge-backup.md (Czech) --- docs/cs/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/cs/edge-backup.md b/docs/cs/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/cs/edge-backup.md +++ b/docs/cs/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 717576f80d1fd12e81b3f5a41ade693902c92194 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:28 -0500 Subject: [PATCH 1096/2741] New translations edge-backup.md (Romanian) --- docs/ro/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ro/edge-backup.md b/docs/ro/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/ro/edge-backup.md +++ b/docs/ro/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From b32d83759f67c9b12793aa7927ac53fd16cc36a1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:30 -0500 Subject: [PATCH 1097/2741] New translations edge-backup.md (French) --- docs/fr/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/fr/edge-backup.md b/docs/fr/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/fr/edge-backup.md +++ b/docs/fr/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 6a03997afcd33ba46d485928e54ff068a3616059 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:31 -0500 Subject: [PATCH 1098/2741] New translations edge-backup.md (Spanish) --- docs/es/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/es/edge-backup.md b/docs/es/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/es/edge-backup.md +++ b/docs/es/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 0e601d4cbddf281e8e6846dd5e207b69edc5799a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:32 -0500 Subject: [PATCH 1099/2741] New translations edge-backup.md (Arabic) --- docs/ar/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ar/edge-backup.md b/docs/ar/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/ar/edge-backup.md +++ b/docs/ar/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 66333a0349c1911b3495aae91418b8d3ab866288 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:33 -0500 Subject: [PATCH 1100/2741] New translations edge-backup.md (Bulgarian) --- docs/bg/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/bg/edge-backup.md b/docs/bg/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/bg/edge-backup.md +++ b/docs/bg/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From e6dfb2610939a733754b69e603aa20343bc964f1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:34 -0500 Subject: [PATCH 1101/2741] New translations edge-backup.md (Catalan) --- docs/ca/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ca/edge-backup.md b/docs/ca/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/ca/edge-backup.md +++ b/docs/ca/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 529b5fdd06da76ec3ae8360e809bf97672b5934d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:35 -0500 Subject: [PATCH 1102/2741] New translations edge-backup.md (Danish) --- docs/da/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/da/edge-backup.md b/docs/da/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/da/edge-backup.md +++ b/docs/da/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From e7b2784cb113f1364384b9338e3d7c9279bb4063 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:36 -0500 Subject: [PATCH 1103/2741] New translations edge-issues.md (French) --- docs/fr/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/fr/edge-issues.md b/docs/fr/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/fr/edge-issues.md +++ b/docs/fr/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 79c4cb8ca04f5c8687a029e6b96e95fb34a74cd9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:38 -0500 Subject: [PATCH 1104/2741] New translations opera-install.md (Danish) --- docs/da/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/da/opera-install.md b/docs/da/opera-install.md index 133751699..de68a686e 100644 --- a/docs/da/opera-install.md +++ b/docs/da/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 2ce8598aa1944930fd0ef69cfc30e5bd7e0e6f27 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:39 -0500 Subject: [PATCH 1105/2741] New translations opera-install.md (Czech) --- docs/cs/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/cs/opera-install.md b/docs/cs/opera-install.md index 133751699..de68a686e 100644 --- a/docs/cs/opera-install.md +++ b/docs/cs/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 6d418aea6f53825430dff5073cff4cbad8afe2f9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:39 -0500 Subject: [PATCH 1106/2741] New translations opera-install.md (Catalan) --- docs/ca/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/ca/opera-install.md b/docs/ca/opera-install.md index 133751699..de68a686e 100644 --- a/docs/ca/opera-install.md +++ b/docs/ca/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From d23cd3c153e7da49144d6a8068aeb1e33cc83079 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:40 -0500 Subject: [PATCH 1107/2741] New translations opera-install.md (Bulgarian) --- docs/bg/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/bg/opera-install.md b/docs/bg/opera-install.md index 133751699..de68a686e 100644 --- a/docs/bg/opera-install.md +++ b/docs/bg/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From f33af69d7e34655d832149be83d45a0ab2806457 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:42 -0500 Subject: [PATCH 1108/2741] New translations opera-install.md (Arabic) --- docs/ar/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/ar/opera-install.md b/docs/ar/opera-install.md index 133751699..de68a686e 100644 --- a/docs/ar/opera-install.md +++ b/docs/ar/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 8d57dabc77a734a1caae4123b355cd198e365a63 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:43 -0500 Subject: [PATCH 1109/2741] New translations opera-install.md (Spanish) --- docs/es/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/es/opera-install.md b/docs/es/opera-install.md index 133751699..de68a686e 100644 --- a/docs/es/opera-install.md +++ b/docs/es/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From e76f3db7866c49da640761f80c4f31be6fa1bdb2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:44 -0500 Subject: [PATCH 1110/2741] New translations edge-issues.md (Romanian) --- docs/ro/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/ro/edge-issues.md b/docs/ro/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/ro/edge-issues.md +++ b/docs/ro/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From ab76d76c4216058bd7d4331a82af0e3a1a99bdec Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:45 -0500 Subject: [PATCH 1111/2741] New translations edge-issues.md (Spanish) --- docs/es/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/es/edge-issues.md b/docs/es/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/es/edge-issues.md +++ b/docs/es/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From c724279b2205e5819452a6656276614379d95a4f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:46 -0500 Subject: [PATCH 1112/2741] New translations debug-info.md (Romanian) --- docs/ro/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/ro/debug-info.md b/docs/ro/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/ro/debug-info.md +++ b/docs/ro/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 4e127cacee047882ea93b398bb3cab53535ffad0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:47 -0500 Subject: [PATCH 1113/2741] New translations debug-info.md (Danish) --- docs/da/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/da/debug-info.md b/docs/da/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/da/debug-info.md +++ b/docs/da/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 37729ae40349ad537c27f18c2295db89ee9f44d4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:49 -0500 Subject: [PATCH 1114/2741] New translations debug-info.md (French) --- docs/fr/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/fr/debug-info.md b/docs/fr/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/fr/debug-info.md +++ b/docs/fr/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From ede067260d105ffb9e118fc8e7606094cbe00749 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:50 -0500 Subject: [PATCH 1115/2741] New translations debug-info.md (Spanish) --- docs/es/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/es/debug-info.md b/docs/es/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/es/debug-info.md +++ b/docs/es/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 29cfabbacb26789efcc117baee4fdfadfc3bd1ed Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:51 -0500 Subject: [PATCH 1116/2741] New translations debug-info.md (Arabic) --- docs/ar/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/ar/debug-info.md b/docs/ar/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/ar/debug-info.md +++ b/docs/ar/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From f3a54abaefcf435be7f63b82671872200ee2f6e7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:53 -0500 Subject: [PATCH 1117/2741] New translations debug-info.md (Bulgarian) --- docs/bg/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/bg/debug-info.md b/docs/bg/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/bg/debug-info.md +++ b/docs/bg/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 901711ec5d0cfa36893b28624fba66acac52524c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:54 -0500 Subject: [PATCH 1118/2741] New translations debug-info.md (Catalan) --- docs/ca/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/ca/debug-info.md b/docs/ca/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/ca/debug-info.md +++ b/docs/ca/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 2f95e99383efacd31fb0b54102ce010ec31531ce Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:56 -0500 Subject: [PATCH 1119/2741] New translations debug-info.md (Czech) --- docs/cs/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/cs/debug-info.md b/docs/cs/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/cs/debug-info.md +++ b/docs/cs/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 602b84571ee072361a5095e7e2e2ab8f9c6df02b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:57 -0500 Subject: [PATCH 1120/2741] New translations otp-backup-developer.md (Arabic) --- docs/ar/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/ar/otp-backup-developer.md b/docs/ar/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/ar/otp-backup-developer.md +++ b/docs/ar/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 9166552295ab6f7fc10ab72853a2ff16eda100a3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:58 -0500 Subject: [PATCH 1121/2741] New translations edge-issues.md (Arabic) --- docs/ar/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/ar/edge-issues.md b/docs/ar/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/ar/edge-issues.md +++ b/docs/ar/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From e60df0e3088e0e9e7141eed570dca61d207c9678 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:55:59 -0500 Subject: [PATCH 1122/2741] New translations otp-backup-developer.md (French) --- docs/fr/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/fr/otp-backup-developer.md b/docs/fr/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/fr/otp-backup-developer.md +++ b/docs/fr/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 074b996c6dab678a6da11a093e5c656b56e3229c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:00 -0500 Subject: [PATCH 1123/2741] New translations otp-backup-developer.md (Romanian) --- docs/ro/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/ro/otp-backup-developer.md b/docs/ro/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/ro/otp-backup-developer.md +++ b/docs/ro/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From df67987f19ad422edbd2fdf41b90feba9cbe9055 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:01 -0500 Subject: [PATCH 1124/2741] New translations edge-issues.md (Danish) --- docs/da/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/da/edge-issues.md b/docs/da/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/da/edge-issues.md +++ b/docs/da/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From c29ec39e9c79da43f7806652339d02d0b2041856 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:02 -0500 Subject: [PATCH 1125/2741] New translations edge-issues.md (Czech) --- docs/cs/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/cs/edge-issues.md b/docs/cs/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/cs/edge-issues.md +++ b/docs/cs/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 8f0e8f422f7182f322866b867e8573a128358ec4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:03 -0500 Subject: [PATCH 1126/2741] New translations edge-issues.md (Catalan) --- docs/ca/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/ca/edge-issues.md b/docs/ca/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/ca/edge-issues.md +++ b/docs/ca/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 97890b6f473b8c9445737db8958f83f04a7c4582 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:05 -0500 Subject: [PATCH 1127/2741] New translations edge-issues.md (Bulgarian) --- docs/bg/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/bg/edge-issues.md b/docs/bg/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/bg/edge-issues.md +++ b/docs/bg/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From ae7dee255e6b4230a7b59a16a229376a3d399f7c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:06 -0500 Subject: [PATCH 1128/2741] New translations firefox-issues.md (Danish) --- docs/da/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/da/firefox-issues.md b/docs/da/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/da/firefox-issues.md +++ b/docs/da/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 004c169e8ac382a924d1d6bf756ae6ad27b4d377 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:07 -0500 Subject: [PATCH 1129/2741] New translations otp-backup.md (Spanish) --- docs/es/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/es/otp-backup.md b/docs/es/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/es/otp-backup.md +++ b/docs/es/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From f130a38cde247882ced07c60c2a3b2438def013d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:08 -0500 Subject: [PATCH 1130/2741] New translations account-types.md (Danish) --- docs/da/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/da/account-types.md b/docs/da/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/da/account-types.md +++ b/docs/da/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 348c4fdd6de0fe6df98135650dde1346c51e766d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:09 -0500 Subject: [PATCH 1131/2741] New translations index.md (Romanian) --- docs/ro/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ro/index.md b/docs/ro/index.md index c89c47dd2..e123d2080 100644 --- a/docs/ro/index.md +++ b/docs/ro/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From 0925976ade62cde6decb0dfde34082cc4c357593 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:10 -0500 Subject: [PATCH 1132/2741] New translations index.md (Czech) --- docs/cs/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/cs/index.md b/docs/cs/index.md index c89c47dd2..e123d2080 100644 --- a/docs/cs/index.md +++ b/docs/cs/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From cb073250ff169a755a7bdb93e8421356b736b4b7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:11 -0500 Subject: [PATCH 1133/2741] New translations index.md (Catalan) --- docs/ca/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ca/index.md b/docs/ca/index.md index c89c47dd2..e123d2080 100644 --- a/docs/ca/index.md +++ b/docs/ca/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From f11fa0ce17eba7b64f72d1bf6d84183888817c99 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:12 -0500 Subject: [PATCH 1134/2741] New translations index.md (Bulgarian) --- docs/bg/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/bg/index.md b/docs/bg/index.md index c89c47dd2..e123d2080 100644 --- a/docs/bg/index.md +++ b/docs/bg/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From e7926a36090680b1a644600abb9be1f6dad1b3b3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:13 -0500 Subject: [PATCH 1135/2741] New translations index.md (Arabic) --- docs/ar/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ar/index.md b/docs/ar/index.md index c89c47dd2..e123d2080 100644 --- a/docs/ar/index.md +++ b/docs/ar/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From bc17f0def4ae6736dd850096091dfdf6c5646674 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:13 -0500 Subject: [PATCH 1136/2741] New translations index.md (Spanish) --- docs/es/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/es/index.md b/docs/es/index.md index c89c47dd2..e123d2080 100644 --- a/docs/es/index.md +++ b/docs/es/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From 9214482efb5e998d2c9890f62fecfd9ce9994a0e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:14 -0500 Subject: [PATCH 1137/2741] New translations index.md (French) --- docs/fr/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/fr/index.md b/docs/fr/index.md index c89c47dd2..e123d2080 100644 --- a/docs/fr/index.md +++ b/docs/fr/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From 9830cfeb763f7daf311e95d9abac3c8ff6ac9053 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:16 -0500 Subject: [PATCH 1138/2741] New translations policy-config.md (Danish) --- docs/da/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/da/policy-config.md b/docs/da/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/da/policy-config.md +++ b/docs/da/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From 4a2474db6f24fce408a27b483625eb10863c67bb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:17 -0500 Subject: [PATCH 1139/2741] New translations lost-codes.md (Danish) --- docs/da/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/da/lost-codes.md b/docs/da/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/da/lost-codes.md +++ b/docs/da/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 763d722d4426424e33f731f9b26777c1909236a6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:18 -0500 Subject: [PATCH 1140/2741] New translations policy-config.md (Czech) --- docs/cs/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/cs/policy-config.md b/docs/cs/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/cs/policy-config.md +++ b/docs/cs/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From bc3dbcd2cfabf29e3dd0a070f3ec81503bdb50d1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:19 -0500 Subject: [PATCH 1141/2741] New translations policy-config.md (Catalan) --- docs/ca/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/ca/policy-config.md b/docs/ca/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/ca/policy-config.md +++ b/docs/ca/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From 7dafcf68b9685e171722d1bac28b6a00c59cd6c6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:20 -0500 Subject: [PATCH 1142/2741] New translations en.yml (French) --- _data/locales/sidebar/fr.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/fr.yml b/_data/locales/sidebar/fr.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/fr.yml +++ b/_data/locales/sidebar/fr.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 5e3409f33bc180892748f93093a2b6c35b6092c6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:21 -0500 Subject: [PATCH 1143/2741] New translations en.yml (Spanish) --- _data/locales/sidebar/es.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/es.yml b/_data/locales/sidebar/es.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/es.yml +++ b/_data/locales/sidebar/es.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 11f6f30319064d108b1c6ac96907f98cdb2b38aa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:22 -0500 Subject: [PATCH 1144/2741] New translations en.yml (Arabic) --- _data/locales/sidebar/ar.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/ar.yml b/_data/locales/sidebar/ar.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/ar.yml +++ b/_data/locales/sidebar/ar.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From aa2c648ba2021e0ad05ddc4c31441c5d3f1b0632 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:23 -0500 Subject: [PATCH 1145/2741] New translations en.yml (Bulgarian) --- _data/locales/sidebar/bg.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/bg.yml b/_data/locales/sidebar/bg.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/bg.yml +++ b/_data/locales/sidebar/bg.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From da36573cefe1be225a212668d8444937cdad1f44 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:24 -0500 Subject: [PATCH 1146/2741] New translations index.md (Danish) --- docs/da/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/da/index.md b/docs/da/index.md index c89c47dd2..e123d2080 100644 --- a/docs/da/index.md +++ b/docs/da/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From d3eb9356e074eab01602fd9e43abae1c7767ace1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:25 -0500 Subject: [PATCH 1147/2741] New translations lost-codes.md (Czech) --- docs/cs/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/cs/lost-codes.md b/docs/cs/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/cs/lost-codes.md +++ b/docs/cs/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 95fc72da1bd4fe07d4730472a018f8a008bddcf7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:26 -0500 Subject: [PATCH 1148/2741] New translations en.yml (Czech) --- _data/locales/sidebar/cs.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/cs.yml b/_data/locales/sidebar/cs.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/cs.yml +++ b/_data/locales/sidebar/cs.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 777d901bb422d9cad9f798ee6744e4e43e8b3134 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:27 -0500 Subject: [PATCH 1149/2741] New translations en.json (Czech) --- _data/locales/default/cs.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/cs.json b/_data/locales/default/cs.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/cs.json +++ b/_data/locales/default/cs.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From 6d5914e7998a882cde156c9ed140cbae7284ff28 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:28 -0500 Subject: [PATCH 1150/2741] New translations en.json (Romanian) --- _data/locales/default/ro.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/ro.json b/_data/locales/default/ro.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/ro.json +++ b/_data/locales/default/ro.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From 5a55916c8df768117d30e2e8f25ac00ceb2fdfcd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:29 -0500 Subject: [PATCH 1151/2741] New translations en.json (French) --- _data/locales/default/fr.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/fr.json b/_data/locales/default/fr.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/fr.json +++ b/_data/locales/default/fr.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From ec7a248aebe33d23cdaa6d5ff67ef9733f9c5d0b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:30 -0500 Subject: [PATCH 1152/2741] New translations en.json (Spanish) --- _data/locales/default/es.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/es.json b/_data/locales/default/es.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/es.json +++ b/_data/locales/default/es.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From 0d9eeae5df25cb36927ebce9f8a349d1076b5d4b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:31 -0500 Subject: [PATCH 1153/2741] New translations en.json (Arabic) --- _data/locales/default/ar.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/ar.json b/_data/locales/default/ar.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/ar.json +++ b/_data/locales/default/ar.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From 2e4e37702cf33672c361c2bd1695711deae75bd0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:32 -0500 Subject: [PATCH 1154/2741] New translations en.json (Bulgarian) --- _data/locales/default/bg.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/bg.json b/_data/locales/default/bg.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/bg.json +++ b/_data/locales/default/bg.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From 22030af1f900e8a8909d3c4f2ef8b07fa4f769e8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:33 -0500 Subject: [PATCH 1155/2741] New translations en.json (Catalan) --- _data/locales/default/ca.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/ca.json b/_data/locales/default/ca.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/ca.json +++ b/_data/locales/default/ca.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From 2e391b0949ca3ae19b84b507f417535237e1ace5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:34 -0500 Subject: [PATCH 1156/2741] New translations en.json (Danish) --- _data/locales/default/da.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/da.json b/_data/locales/default/da.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/da.json +++ b/_data/locales/default/da.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From 52bace67dc1a1be3ad73e36ff80800c34f8c36b0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:35 -0500 Subject: [PATCH 1157/2741] New translations lost-codes.md (Catalan) --- docs/ca/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/ca/lost-codes.md b/docs/ca/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/ca/lost-codes.md +++ b/docs/ca/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 8ac89bb385422ca2332b9bfb34231e39d16cb30d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:36 -0500 Subject: [PATCH 1158/2741] New translations en.json (German) --- _data/locales/default/de.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/de.json b/_data/locales/default/de.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/de.json +++ b/_data/locales/default/de.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From 8a05c7450918619208fc0427020f8a14b9057288 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:37 -0500 Subject: [PATCH 1159/2741] New translations lost-codes.md (Romanian) --- docs/ro/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/ro/lost-codes.md b/docs/ro/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/ro/lost-codes.md +++ b/docs/ro/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 4b137b8efd18b270c95cb199c4f5021602dc7f50 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:38 -0500 Subject: [PATCH 1160/2741] New translations lost-codes.md (French) --- docs/fr/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/fr/lost-codes.md b/docs/fr/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/fr/lost-codes.md +++ b/docs/fr/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 09cdceecb06e9d57f86176f9ed1a56296f07d749 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:39 -0500 Subject: [PATCH 1161/2741] New translations lost-codes.md (Spanish) --- docs/es/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/es/lost-codes.md b/docs/es/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/es/lost-codes.md +++ b/docs/es/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From fc77eb4edfaed541a2daa8e3bdb2eb9bc1511f2c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:40 -0500 Subject: [PATCH 1162/2741] New translations lost-codes.md (Arabic) --- docs/ar/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/ar/lost-codes.md b/docs/ar/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/ar/lost-codes.md +++ b/docs/ar/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 1e73407c8f884e6554c43ba8a1280eb33d1dc4f8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:42 -0500 Subject: [PATCH 1163/2741] New translations lost-codes.md (Bulgarian) --- docs/bg/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/bg/lost-codes.md b/docs/bg/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/bg/lost-codes.md +++ b/docs/bg/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From fa9b5753d63b0eba64d923eb1b7a1c48e358251f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:43 -0500 Subject: [PATCH 1164/2741] New translations en.yml (Catalan) --- _data/locales/sidebar/ca.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/ca.yml b/_data/locales/sidebar/ca.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/ca.yml +++ b/_data/locales/sidebar/ca.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 2e49602ceecc66f027343beec8beec193a4a5ec5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:44 -0500 Subject: [PATCH 1165/2741] New translations en.yml (Romanian) --- _data/locales/sidebar/ro.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/ro.yml b/_data/locales/sidebar/ro.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/ro.yml +++ b/_data/locales/sidebar/ro.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From b96892a60c68d357a4d3810cdf54fcc88c70bb56 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:45 -0500 Subject: [PATCH 1166/2741] New translations en.yml (Danish) --- _data/locales/sidebar/da.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/da.yml b/_data/locales/sidebar/da.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/da.yml +++ b/_data/locales/sidebar/da.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From dfab7201d36753182dc1316f7c675254eaa297f9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:46 -0500 Subject: [PATCH 1167/2741] New translations policy-config.md (French) --- docs/fr/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/fr/policy-config.md b/docs/fr/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/fr/policy-config.md +++ b/docs/fr/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From 7e35946f45f5e79079d3e475972377f8edf2d8de Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:47 -0500 Subject: [PATCH 1168/2741] New translations account-types.md (Czech) --- docs/cs/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/cs/account-types.md b/docs/cs/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/cs/account-types.md +++ b/docs/cs/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 135e3333bf08125ead760e30d415db60adf176e6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:48 -0500 Subject: [PATCH 1169/2741] New translations account-types.md (Catalan) --- docs/ca/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/ca/account-types.md b/docs/ca/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/ca/account-types.md +++ b/docs/ca/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From d053ba43054317fe44770f2f20bb69f569a01a88 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:49 -0500 Subject: [PATCH 1170/2741] New translations account-types.md (Bulgarian) --- docs/bg/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/bg/account-types.md b/docs/bg/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/bg/account-types.md +++ b/docs/bg/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 684c7733bee110e64835729f25a6fea8f638deaf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:50 -0500 Subject: [PATCH 1171/2741] New translations account-types.md (Arabic) --- docs/ar/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/ar/account-types.md b/docs/ar/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/ar/account-types.md +++ b/docs/ar/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 888a9cb57a7e5535bf9390c46333d9426bfd2acf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:51 -0500 Subject: [PATCH 1172/2741] New translations account-types.md (Spanish) --- docs/es/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/es/account-types.md b/docs/es/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/es/account-types.md +++ b/docs/es/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From ad1a098ad3bddf25144e5a9d4cabfa756183dbb6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:52 -0500 Subject: [PATCH 1173/2741] New translations account-types.md (French) --- docs/fr/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/fr/account-types.md b/docs/fr/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/fr/account-types.md +++ b/docs/fr/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 18e7bcf1abaf639e9479b95245559905d34ce424 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:53 -0500 Subject: [PATCH 1174/2741] New translations account-types.md (Romanian) --- docs/ro/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/ro/account-types.md b/docs/ro/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/ro/account-types.md +++ b/docs/ro/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From e16106123c6985a1c3681c563414d9a03f9c41ea Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:54 -0500 Subject: [PATCH 1175/2741] New translations en.yml (German) --- _data/locales/sidebar/de.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/de.yml b/_data/locales/sidebar/de.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/de.yml +++ b/_data/locales/sidebar/de.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 7691cdcd5132d8e1f3cb69aaae5c646c003a22ac Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:55 -0500 Subject: [PATCH 1176/2741] New translations policy-config.md (Romanian) --- docs/ro/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/ro/policy-config.md b/docs/ro/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/ro/policy-config.md +++ b/docs/ro/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From a414e29f098277859ffca23ff24e2a52865c10af Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:56 -0500 Subject: [PATCH 1177/2741] New translations opera-install.md (French) --- docs/fr/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/fr/opera-install.md b/docs/fr/opera-install.md index 133751699..de68a686e 100644 --- a/docs/fr/opera-install.md +++ b/docs/fr/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From cf8997ea42ca4ed9f1486a6e345bead3d584ebb7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:57 -0500 Subject: [PATCH 1178/2741] New translations policy-config.md (Arabic) --- docs/ar/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/ar/policy-config.md b/docs/ar/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/ar/policy-config.md +++ b/docs/ar/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From 8730d57b654ec97dd434be25fe7caf5198b5678d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:58 -0500 Subject: [PATCH 1179/2741] New translations policy-config.md (Spanish) --- docs/es/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/es/policy-config.md b/docs/es/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/es/policy-config.md +++ b/docs/es/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From 889b28bf34d9f5185ad3574be4ff8a22da7db835 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:56:59 -0500 Subject: [PATCH 1180/2741] New translations policy-config.md (Bulgarian) --- docs/bg/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/bg/policy-config.md b/docs/bg/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/bg/policy-config.md +++ b/docs/bg/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From cb35df32db3c7c2b3a031caacec997165f33543c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:00 -0500 Subject: [PATCH 1181/2741] New translations lost-codes.md (Indonesian) --- docs/id/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/id/lost-codes.md b/docs/id/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/id/lost-codes.md +++ b/docs/id/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 38c456610511c2b23cab42b35aa6a3de16cd7638 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:01 -0500 Subject: [PATCH 1182/2741] New translations lost-codes.md (Chinese Traditional) --- docs/zh_TW/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/zh_TW/lost-codes.md b/docs/zh_TW/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/zh_TW/lost-codes.md +++ b/docs/zh_TW/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From eaaf977c862ad46af7ee7bee34f432ed07d358c0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:02 -0500 Subject: [PATCH 1183/2741] New translations manual-update.md (Swedish) --- docs/sv/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/sv/manual-update.md b/docs/sv/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/sv/manual-update.md +++ b/docs/sv/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From e22dc7805e71a37c0feaa5a1ec39461931dab592 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:04 -0500 Subject: [PATCH 1184/2741] New translations manual-update.md (Turkish) --- docs/tr/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/tr/manual-update.md b/docs/tr/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/tr/manual-update.md +++ b/docs/tr/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From aeec83ee6782a3856ca6cfeb3ed7e38cbe2616c2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:05 -0500 Subject: [PATCH 1185/2741] New translations index.md (Indonesian) --- docs/id/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/id/index.md b/docs/id/index.md index c89c47dd2..e123d2080 100644 --- a/docs/id/index.md +++ b/docs/id/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From 46dde9bc6bbf099d11a6a51055439700ad6acdc0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:06 -0500 Subject: [PATCH 1186/2741] New translations manual-update.md (Greek) --- docs/el/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/el/manual-update.md b/docs/el/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/el/manual-update.md +++ b/docs/el/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 6381277adf76a4fe01cb8a9d344c4ba16d8f1177 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:07 -0500 Subject: [PATCH 1187/2741] New translations manual-update.md (German) --- docs/de/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/de/manual-update.md b/docs/de/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/de/manual-update.md +++ b/docs/de/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 1289a13d6ca758ca4ade60f1507066105934e710 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:08 -0500 Subject: [PATCH 1188/2741] New translations lost-codes.md (Portuguese, Brazilian) --- docs/pt_BR/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/pt_BR/lost-codes.md b/docs/pt_BR/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/pt_BR/lost-codes.md +++ b/docs/pt_BR/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 64f06536e2f9f99ba50cd0f7e40b416f12eb6b38 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:09 -0500 Subject: [PATCH 1189/2741] New translations lost-codes.md (Vietnamese) --- docs/vi/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/vi/lost-codes.md b/docs/vi/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/vi/lost-codes.md +++ b/docs/vi/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 029ba83029561895b28095c6de6831aef1d189bd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:10 -0500 Subject: [PATCH 1190/2741] New translations manual-update.md (Chinese Simplified) --- docs/zh_CN/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/zh_CN/manual-update.md b/docs/zh_CN/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/zh_CN/manual-update.md +++ b/docs/zh_CN/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From e0d7705800f8209c1921942eaba9469c12bc25f8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:11 -0500 Subject: [PATCH 1191/2741] New translations manual-update.md (Ukrainian) --- docs/uk/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/uk/manual-update.md b/docs/uk/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/uk/manual-update.md +++ b/docs/uk/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 18b446516bc2ccfcf3f8f461b75b1e572622403c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:12 -0500 Subject: [PATCH 1192/2741] New translations manual-update.md (Finnish) --- docs/fi/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/fi/manual-update.md b/docs/fi/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/fi/manual-update.md +++ b/docs/fi/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 940f0b64fcf8d21b79dd59056bb32a5fe8ca6655 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:14 -0500 Subject: [PATCH 1193/2741] New translations manual-update.md (Chinese Traditional) --- docs/zh_TW/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/zh_TW/manual-update.md b/docs/zh_TW/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/zh_TW/manual-update.md +++ b/docs/zh_TW/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 3a78a44e49e50ac3250301c575edac634b97c85e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:15 -0500 Subject: [PATCH 1194/2741] New translations manual-update.md (Vietnamese) --- docs/vi/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/vi/manual-update.md b/docs/vi/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/vi/manual-update.md +++ b/docs/vi/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From c351f1dcf8c6f7145ef29626c4887dd261d0a6ba Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:16 -0500 Subject: [PATCH 1195/2741] New translations manual-update.md (Portuguese, Brazilian) --- docs/pt_BR/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/pt_BR/manual-update.md b/docs/pt_BR/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/pt_BR/manual-update.md +++ b/docs/pt_BR/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 1ad62ac77800855370fca8140fa61f38889db36f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:17 -0500 Subject: [PATCH 1196/2741] New translations lost-codes.md (Chinese Simplified) --- docs/zh_CN/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/zh_CN/lost-codes.md b/docs/zh_CN/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/zh_CN/lost-codes.md +++ b/docs/zh_CN/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From bc4f40f303414d620564705f396805d314f8dfc5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:18 -0500 Subject: [PATCH 1197/2741] New translations lost-codes.md (Ukrainian) --- docs/uk/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/uk/lost-codes.md b/docs/uk/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/uk/lost-codes.md +++ b/docs/uk/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 618abbf2bb83ce5b454aa31e695dff489f71169b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:19 -0500 Subject: [PATCH 1198/2741] New translations index.md (Portuguese, Brazilian) --- docs/pt_BR/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pt_BR/index.md b/docs/pt_BR/index.md index c89c47dd2..e123d2080 100644 --- a/docs/pt_BR/index.md +++ b/docs/pt_BR/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From a293de8280b6ac93d2f6929490f2cf425d064113 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:20 -0500 Subject: [PATCH 1199/2741] New translations index.md (Vietnamese) --- docs/vi/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/vi/index.md b/docs/vi/index.md index c89c47dd2..e123d2080 100644 --- a/docs/vi/index.md +++ b/docs/vi/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From 183b0caca15c74136d5a485975807c845088b643 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:21 -0500 Subject: [PATCH 1200/2741] New translations index.md (Chinese Traditional) --- docs/zh_TW/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/zh_TW/index.md b/docs/zh_TW/index.md index c89c47dd2..e123d2080 100644 --- a/docs/zh_TW/index.md +++ b/docs/zh_TW/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From 89f2c99f54b8ab65ec0d8e28f4ddb0c39a661aca Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:22 -0500 Subject: [PATCH 1201/2741] New translations index.md (Chinese Simplified) --- docs/zh_CN/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/zh_CN/index.md b/docs/zh_CN/index.md index c89c47dd2..fa50b18a5 100644 --- a/docs/zh_CN/index.md +++ b/docs/zh_CN/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: zh_CN +layout: docs-index --- From c26ec81cb7a3adee3cdfb62c5d69926211118ebc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:23 -0500 Subject: [PATCH 1202/2741] New translations manual-update.md (Serbian (Cyrillic)) --- docs/sr/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/sr/manual-update.md b/docs/sr/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/sr/manual-update.md +++ b/docs/sr/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From a4aec380d8be5758968c668eed991b7c1cb6d3d0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:24 -0500 Subject: [PATCH 1203/2741] New translations manual-update.md (Hungarian) --- docs/hu/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/hu/manual-update.md b/docs/hu/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/hu/manual-update.md +++ b/docs/hu/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 7762f8298ff94e6ac2aaffc27ba61a256d032d04 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:25 -0500 Subject: [PATCH 1204/2741] New translations manual-update.md (Hebrew) --- docs/he/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/he/manual-update.md b/docs/he/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/he/manual-update.md +++ b/docs/he/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 67aa169f9663f4f3702c765503c0ccf395897315 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:27 -0500 Subject: [PATCH 1205/2741] New translations lost-codes.md (Norwegian) --- docs/no/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/no/lost-codes.md b/docs/no/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/no/lost-codes.md +++ b/docs/no/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 61b96c317b927b8df5b8926ae73dec6ba4af83f8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:28 -0500 Subject: [PATCH 1206/2741] New translations lost-codes.md (German) --- docs/de/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/de/lost-codes.md b/docs/de/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/de/lost-codes.md +++ b/docs/de/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 5767465b73a597514fda1f21f721823cb188e45e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:29 -0500 Subject: [PATCH 1207/2741] New translations lost-codes.md (Greek) --- docs/el/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/el/lost-codes.md b/docs/el/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/el/lost-codes.md +++ b/docs/el/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 5202421eaca9a3273483dc1d8946a0a0ff53403e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:30 -0500 Subject: [PATCH 1208/2741] New translations lost-codes.md (Finnish) --- docs/fi/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/fi/lost-codes.md b/docs/fi/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/fi/lost-codes.md +++ b/docs/fi/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 671daab394f0b88e2286dc2ed73ab60a09cb025c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:31 -0500 Subject: [PATCH 1209/2741] New translations lost-codes.md (Hebrew) --- docs/he/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/he/lost-codes.md b/docs/he/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/he/lost-codes.md +++ b/docs/he/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From c2cb5bd9fbb9358d0f8187ece4228192dce66eb5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:32 -0500 Subject: [PATCH 1210/2741] New translations lost-codes.md (Hungarian) --- docs/hu/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/hu/lost-codes.md b/docs/hu/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/hu/lost-codes.md +++ b/docs/hu/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 33973c7e9dcff784c86e503629f995fe99b3e95e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:33 -0500 Subject: [PATCH 1211/2741] New translations lost-codes.md (Italian) --- docs/it/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/it/lost-codes.md b/docs/it/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/it/lost-codes.md +++ b/docs/it/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 6955122248644c75feb05cdc2ec4dc9163420f68 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:34 -0500 Subject: [PATCH 1212/2741] New translations lost-codes.md (Japanese) --- docs/ja/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/ja/lost-codes.md b/docs/ja/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/ja/lost-codes.md +++ b/docs/ja/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 3a79f3d5237a55fd2e639c584760657866144ee3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:35 -0500 Subject: [PATCH 1213/2741] New translations lost-codes.md (Korean) --- docs/ko/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/ko/lost-codes.md b/docs/ko/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/ko/lost-codes.md +++ b/docs/ko/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 933a52160690c6886d4e570886d6544f85ef689e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:36 -0500 Subject: [PATCH 1214/2741] New translations manual-update.md (Japanese) --- docs/ja/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ja/manual-update.md b/docs/ja/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/ja/manual-update.md +++ b/docs/ja/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 68c21597cdbe12fda64fd3d5d53638eb51cdcfc2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:37 -0500 Subject: [PATCH 1215/2741] New translations lost-codes.md (Dutch) --- docs/nl/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/nl/lost-codes.md b/docs/nl/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/nl/lost-codes.md +++ b/docs/nl/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 42a508c78ec5b76b9ef299e44083c5c9de0470e1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:38 -0500 Subject: [PATCH 1216/2741] New translations manual-update.md (Korean) --- docs/ko/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ko/manual-update.md b/docs/ko/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/ko/manual-update.md +++ b/docs/ko/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 2fe3e85e2bccf847758a1baea271e39a7b8a368a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:39 -0500 Subject: [PATCH 1217/2741] New translations lost-codes.md (Turkish) --- docs/tr/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/tr/lost-codes.md b/docs/tr/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/tr/lost-codes.md +++ b/docs/tr/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 97795a1d16b9f48bf075b5b90a66e3ec12e49dd2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:40 -0500 Subject: [PATCH 1218/2741] New translations manual-update.md (Dutch) --- docs/nl/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/nl/manual-update.md b/docs/nl/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/nl/manual-update.md +++ b/docs/nl/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 155384e88e158ed0ac3d2df242a8f7fb91a3330c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:42 -0500 Subject: [PATCH 1219/2741] New translations manual-update.md (Norwegian) --- docs/no/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/no/manual-update.md b/docs/no/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/no/manual-update.md +++ b/docs/no/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From b18b6944fce93bcbe1e09f7b4877bc4abfc6d9e5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:43 -0500 Subject: [PATCH 1220/2741] New translations manual-update.md (Polish) --- docs/pl/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/pl/manual-update.md b/docs/pl/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/pl/manual-update.md +++ b/docs/pl/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From a0966248f72246d113bc494a9bb862292230d60f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:44 -0500 Subject: [PATCH 1221/2741] New translations manual-update.md (Portuguese) --- docs/pt/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/pt/manual-update.md b/docs/pt/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/pt/manual-update.md +++ b/docs/pt/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From bc7457e133951b4d0a343d0078291dcc181714c5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:45 -0500 Subject: [PATCH 1222/2741] New translations manual-update.md (Italian) --- docs/it/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/it/manual-update.md b/docs/it/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/it/manual-update.md +++ b/docs/it/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From b44830d9e22434af7ce21d4d155d5971279a4c7b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:46 -0500 Subject: [PATCH 1223/2741] New translations lost-codes.md (Polish) --- docs/pl/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/pl/lost-codes.md b/docs/pl/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/pl/lost-codes.md +++ b/docs/pl/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 3e69c26689449115a334a4fa3967b721881b2e8c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:47 -0500 Subject: [PATCH 1224/2741] New translations lost-codes.md (Portuguese) --- docs/pt/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/pt/lost-codes.md b/docs/pt/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/pt/lost-codes.md +++ b/docs/pt/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 1b69cf5813c78e902a1d8646a18876bdb3910186 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:48 -0500 Subject: [PATCH 1225/2741] New translations lost-codes.md (Russian) --- docs/ru/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/ru/lost-codes.md b/docs/ru/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/ru/lost-codes.md +++ b/docs/ru/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 138040978b8fc75a28cdea3cbf1cafa887250012 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:49 -0500 Subject: [PATCH 1226/2741] New translations lost-codes.md (Serbian (Cyrillic)) --- docs/sr/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/sr/lost-codes.md b/docs/sr/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/sr/lost-codes.md +++ b/docs/sr/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From b795414b71db48e970ad8be3a298b6fede079089 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:50 -0500 Subject: [PATCH 1227/2741] New translations lost-codes.md (Swedish) --- docs/sv/lost-codes.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/sv/lost-codes.md b/docs/sv/lost-codes.md index db59e53a6..7365f5786 100644 --- a/docs/sv/lost-codes.md +++ b/docs/sv/lost-codes.md @@ -1,16 +1,18 @@ --- -title: -stub: -lang: -ver: +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 --- -- -- +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. +To prevent from losing codes in the future remember to make a backup every time you add a code. -### +### Common reocvery links: -- []() -- []() -- []() \ No newline at end of file +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From 7ad4e6b03d507d118f12df059ee8a637ef706022 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:52 -0500 Subject: [PATCH 1228/2741] New translations manual-update.md (Russian) --- docs/ru/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ru/manual-update.md b/docs/ru/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/ru/manual-update.md +++ b/docs/ru/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 7fd0492eb6946dac15865b79649213080a231a9e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:53 -0500 Subject: [PATCH 1229/2741] New translations manual-update.md (Indonesian) --- docs/id/manual-update.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/id/manual-update.md b/docs/id/manual-update.md index e0751ff62..c0baf66bf 100644 --- a/docs/id/manual-update.md +++ b/docs/id/manual-update.md @@ -1,25 +1,25 @@ --- -title: -stub: -lang: -ver: +title: Manually Updating +stub: manual-update +lang: en +ver: 1 --- -## +## Chrome -1. +1. Go to `chrome://extensions` -2. +2. Check the box labelled "Developer Mode" in the top right -3. +3. Click "Update Extensions Now" -![]() +![chrome](/assets/update-screenshots/chrome.png) -## +## Firefox -1. +1. Go to `about:addons` -2. +2. Click the gear at the top right -3. +3. Click "Check for Updates" -![]() \ No newline at end of file +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From f113a0053fb282074b0741ddd0a522ec7f55d5d5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:54 -0500 Subject: [PATCH 1230/2741] New translations otp-backup.md (Portuguese) --- docs/pt/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/pt/otp-backup.md b/docs/pt/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/pt/otp-backup.md +++ b/docs/pt/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From 22c018e5446cd371c18d430bd0fbf0728195a897 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:55 -0500 Subject: [PATCH 1231/2741] New translations otp-backup.md (Vietnamese) --- docs/vi/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/vi/otp-backup.md b/docs/vi/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/vi/otp-backup.md +++ b/docs/vi/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From 5b13275323bfba3d5adb454bc27c6c5f845d4c8f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:56 -0500 Subject: [PATCH 1232/2741] New translations otp-backup.md (Chinese Traditional) --- docs/zh_TW/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/zh_TW/otp-backup.md b/docs/zh_TW/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/zh_TW/otp-backup.md +++ b/docs/zh_TW/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From dde1651c88910778525131b306d21584d7a39558 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:57 -0500 Subject: [PATCH 1233/2741] New translations otp-backup.md (Chinese Simplified) --- docs/zh_CN/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/zh_CN/otp-backup.md b/docs/zh_CN/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/zh_CN/otp-backup.md +++ b/docs/zh_CN/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From a66ba9f50a1a8ed3b0e62d85270e21376c96ec13 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:57:58 -0500 Subject: [PATCH 1234/2741] New translations otp-backup.md (Ukrainian) --- docs/uk/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/uk/otp-backup.md b/docs/uk/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/uk/otp-backup.md +++ b/docs/uk/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From 70f0c4c683961e1d9a9f67294e7807067d1e4ea0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:00 -0500 Subject: [PATCH 1235/2741] New translations otp-backup.md (Turkish) --- docs/tr/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/tr/otp-backup.md b/docs/tr/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/tr/otp-backup.md +++ b/docs/tr/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From 67a9066aede0b50e8d5609deb11455b75ba61622 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:01 -0500 Subject: [PATCH 1236/2741] New translations otp-backup.md (Swedish) --- docs/sv/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/sv/otp-backup.md b/docs/sv/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/sv/otp-backup.md +++ b/docs/sv/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From a8b392783580c5be584db05d323a6d8acf904026 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:03 -0500 Subject: [PATCH 1237/2741] New translations otp-backup.md (Serbian (Cyrillic)) --- docs/sr/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/sr/otp-backup.md b/docs/sr/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/sr/otp-backup.md +++ b/docs/sr/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From d6afe4dc3f345b07cde16282f6292fef527de4fa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:04 -0500 Subject: [PATCH 1238/2741] New translations otp-backup.md (Russian) --- docs/ru/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/ru/otp-backup.md b/docs/ru/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/ru/otp-backup.md +++ b/docs/ru/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From 63eb8bc5834d1515ab472879ac297e2c639d8ef9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:05 -0500 Subject: [PATCH 1239/2741] New translations otp-backup.md (Polish) --- docs/pl/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/pl/otp-backup.md b/docs/pl/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/pl/otp-backup.md +++ b/docs/pl/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From 2200ca035dda7910db06b61fbe3d15dff29a7185 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:06 -0500 Subject: [PATCH 1240/2741] New translations otp-backup.md (Indonesian) --- docs/id/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/id/otp-backup.md b/docs/id/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/id/otp-backup.md +++ b/docs/id/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From cbd89b4c9fadc427ade2f805042ef6f057f1ce92 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:07 -0500 Subject: [PATCH 1241/2741] New translations otp-backup.md (Norwegian) --- docs/no/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/no/otp-backup.md b/docs/no/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/no/otp-backup.md +++ b/docs/no/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From 8468e3327eca9932aeec7d80ae2b86df6284dd61 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:08 -0500 Subject: [PATCH 1242/2741] New translations otp-backup.md (Dutch) --- docs/nl/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/nl/otp-backup.md b/docs/nl/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/nl/otp-backup.md +++ b/docs/nl/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From df4885f1828045b40c268ad3b5f69e1ae50b4974 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:09 -0500 Subject: [PATCH 1243/2741] New translations otp-backup.md (Korean) --- docs/ko/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/ko/otp-backup.md b/docs/ko/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/ko/otp-backup.md +++ b/docs/ko/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From 2367ec2f101195dbafcf6b0cc45802659671320a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:10 -0500 Subject: [PATCH 1244/2741] New translations otp-backup.md (Japanese) --- docs/ja/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/ja/otp-backup.md b/docs/ja/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/ja/otp-backup.md +++ b/docs/ja/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From 9050a14d0931f8acfe0c8ad1ed26bce527b69b14 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:11 -0500 Subject: [PATCH 1245/2741] New translations otp-backup.md (Italian) --- docs/it/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/it/otp-backup.md b/docs/it/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/it/otp-backup.md +++ b/docs/it/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From 9b54c547340a86ab1bdcd62399a9b17d0d6c3bc6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:12 -0500 Subject: [PATCH 1246/2741] New translations otp-backup.md (Hungarian) --- docs/hu/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/hu/otp-backup.md b/docs/hu/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/hu/otp-backup.md +++ b/docs/hu/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From ab2eb31fc9f28cbb38f6fa6f37a214d726f3d619 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:13 -0500 Subject: [PATCH 1247/2741] New translations otp-backup.md (Hebrew) --- docs/he/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/he/otp-backup.md b/docs/he/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/he/otp-backup.md +++ b/docs/he/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From e84a9f56c06903244f57af0535edfe948c1384d2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:14 -0500 Subject: [PATCH 1248/2741] New translations otp-backup.md (Finnish) --- docs/fi/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/fi/otp-backup.md b/docs/fi/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/fi/otp-backup.md +++ b/docs/fi/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From 81ad9c80960cda7848fa2da8c4c4a29fb61f20d4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:15 -0500 Subject: [PATCH 1249/2741] New translations otp-backup.md (Portuguese, Brazilian) --- docs/pt_BR/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/pt_BR/otp-backup.md b/docs/pt_BR/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/pt_BR/otp-backup.md +++ b/docs/pt_BR/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From 81d64c720322941a959fcee3dc2d49911ffebf2f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:16 -0500 Subject: [PATCH 1250/2741] New translations policy-config.md (German) --- docs/de/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/de/policy-config.md b/docs/de/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/de/policy-config.md +++ b/docs/de/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From dabc072f372fd7e2d2dfb6a66c4f7fa79a858927 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:18 -0500 Subject: [PATCH 1251/2741] New translations otp-backup.md (German) --- docs/de/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/de/otp-backup.md b/docs/de/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/de/otp-backup.md +++ b/docs/de/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From db28982ac1a70599b75d31c2caf0167044acaebc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:19 -0500 Subject: [PATCH 1252/2741] New translations policy-config.md (Russian) --- docs/ru/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/ru/policy-config.md b/docs/ru/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/ru/policy-config.md +++ b/docs/ru/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From 8060a9f247d3ad61b1c22e0a03e016e74a74693d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:20 -0500 Subject: [PATCH 1253/2741] New translations policy-config.md (Portuguese, Brazilian) --- docs/pt_BR/policy-config.md | 46 ++++++++++++++++++++++++++----------- 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/pt_BR/policy-config.md b/docs/pt_BR/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/pt_BR/policy-config.md +++ b/docs/pt_BR/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From d31e6bd65c8d2d361479417e9bf08c9ff31cfdf4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:21 -0500 Subject: [PATCH 1254/2741] New translations policy-config.md (Vietnamese) --- docs/vi/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/vi/policy-config.md b/docs/vi/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/vi/policy-config.md +++ b/docs/vi/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From ceee695bbc9943250fe2606200ebcc8aba5f7a01 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:22 -0500 Subject: [PATCH 1255/2741] New translations policy-config.md (Chinese Traditional) --- docs/zh_TW/policy-config.md | 46 ++++++++++++++++++++++++++----------- 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/zh_TW/policy-config.md b/docs/zh_TW/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/zh_TW/policy-config.md +++ b/docs/zh_TW/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From db96771784d6ae0aa616d002429d6a1979e6e2c4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:23 -0500 Subject: [PATCH 1256/2741] New translations policy-config.md (Chinese Simplified) --- docs/zh_CN/policy-config.md | 46 ++++++++++++++++++++++++++----------- 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/zh_CN/policy-config.md b/docs/zh_CN/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/zh_CN/policy-config.md +++ b/docs/zh_CN/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From 17caa6a5fa7958e47ed8a536a4e60199e281f45c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:24 -0500 Subject: [PATCH 1257/2741] New translations policy-config.md (Ukrainian) --- docs/uk/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/uk/policy-config.md b/docs/uk/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/uk/policy-config.md +++ b/docs/uk/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From 7ed14517913df69db3dd439b850d53eb50a9ead8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:25 -0500 Subject: [PATCH 1258/2741] New translations policy-config.md (Turkish) --- docs/tr/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/tr/policy-config.md b/docs/tr/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/tr/policy-config.md +++ b/docs/tr/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From a32478a0c0748105b54124f8a6188b0cccece3cb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:26 -0500 Subject: [PATCH 1259/2741] New translations policy-config.md (Swedish) --- docs/sv/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/sv/policy-config.md b/docs/sv/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/sv/policy-config.md +++ b/docs/sv/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From 244e08934c935d722d74b4e5e7654997ca6336e4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:27 -0500 Subject: [PATCH 1260/2741] New translations policy-config.md (Serbian (Cyrillic)) --- docs/sr/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/sr/policy-config.md b/docs/sr/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/sr/policy-config.md +++ b/docs/sr/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From 75f35a46fbf244ff97449bf0385c55691aa6cc01 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:28 -0500 Subject: [PATCH 1261/2741] New translations policy-config.md (Portuguese) --- docs/pt/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/pt/policy-config.md b/docs/pt/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/pt/policy-config.md +++ b/docs/pt/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From fcf571d77bd8c542036237db53ac20033524e53c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:29 -0500 Subject: [PATCH 1262/2741] New translations policy-config.md (Greek) --- docs/el/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/el/policy-config.md b/docs/el/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/el/policy-config.md +++ b/docs/el/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From 5db7ece900172f81d20f1f9a8c9f7a36fe1dd16a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:30 -0500 Subject: [PATCH 1263/2741] New translations policy-config.md (Polish) --- docs/pl/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/pl/policy-config.md b/docs/pl/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/pl/policy-config.md +++ b/docs/pl/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From 55d2e976d46d629852192ac40be86661f053f9a1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:31 -0500 Subject: [PATCH 1264/2741] New translations policy-config.md (Norwegian) --- docs/no/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/no/policy-config.md b/docs/no/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/no/policy-config.md +++ b/docs/no/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From 340e06660b0921a806e53eb3c9f5f15eaf4680cd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:32 -0500 Subject: [PATCH 1265/2741] New translations policy-config.md (Dutch) --- docs/nl/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/nl/policy-config.md b/docs/nl/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/nl/policy-config.md +++ b/docs/nl/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From 1463005afb6a1540191321c61fdd3bfdc1c505ac Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:34 -0500 Subject: [PATCH 1266/2741] New translations policy-config.md (Korean) --- docs/ko/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/ko/policy-config.md b/docs/ko/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/ko/policy-config.md +++ b/docs/ko/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From 2c019678839a37a108298246d4e715c6c588fd41 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:35 -0500 Subject: [PATCH 1267/2741] New translations policy-config.md (Japanese) --- docs/ja/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/ja/policy-config.md b/docs/ja/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/ja/policy-config.md +++ b/docs/ja/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From ff80ca4cc25b068fbabedd818a8448a7a4c7969c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:37 -0500 Subject: [PATCH 1268/2741] New translations policy-config.md (Italian) --- docs/it/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/it/policy-config.md b/docs/it/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/it/policy-config.md +++ b/docs/it/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From cae74600867a3170aba20dab1f4aa9b92bb5fe01 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:38 -0500 Subject: [PATCH 1269/2741] New translations policy-config.md (Hungarian) --- docs/hu/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/hu/policy-config.md b/docs/hu/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/hu/policy-config.md +++ b/docs/hu/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From 9678a86ab888707875d40c96a99511680087a5eb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:39 -0500 Subject: [PATCH 1270/2741] New translations policy-config.md (Hebrew) --- docs/he/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/he/policy-config.md b/docs/he/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/he/policy-config.md +++ b/docs/he/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From 1f9171b14f807dd3a2767b69bebbeddfd273c9d4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:40 -0500 Subject: [PATCH 1271/2741] New translations policy-config.md (Finnish) --- docs/fi/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/fi/policy-config.md b/docs/fi/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/fi/policy-config.md +++ b/docs/fi/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From 95a65362d0e79a9660ad951d4ecf89197d318a72 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:41 -0500 Subject: [PATCH 1272/2741] New translations otp-backup.md (Greek) --- docs/el/otp-backup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/el/otp-backup.md b/docs/el/otp-backup.md index 8a88b8abb..42dd1fc5e 100644 --- a/docs/el/otp-backup.md +++ b/docs/el/otp-backup.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 --- -| | | | -| ---- | | | -| []() | | | +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. +| Application | Version | Notes | +| --------------------------------------------------- | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +Planned Support: -- []() +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[]() \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From 1882327db0eb2c38325a9f751b1d3ba06028fd50 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:42 -0500 Subject: [PATCH 1273/2741] New translations otp-backup-developer.md (Indonesian) --- docs/id/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/id/otp-backup-developer.md b/docs/id/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/id/otp-backup-developer.md +++ b/docs/id/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From c589b42d5d8d2840f39142fefc62606e01e2ce9d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:43 -0500 Subject: [PATCH 1274/2741] New translations opera-install.md (German) --- docs/de/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/de/opera-install.md b/docs/de/opera-install.md index 133751699..de68a686e 100644 --- a/docs/de/opera-install.md +++ b/docs/de/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 4b5030d82af8a8735fabf9186efa156e531152ee Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:44 -0500 Subject: [PATCH 1275/2741] New translations opera-install.md (Portuguese) --- docs/pt/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/pt/opera-install.md b/docs/pt/opera-install.md index 133751699..de68a686e 100644 --- a/docs/pt/opera-install.md +++ b/docs/pt/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From f12504a6a69ece573bea6b3dd87ac3a98c47d63a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:45 -0500 Subject: [PATCH 1276/2741] New translations opera-install.md (Vietnamese) --- docs/vi/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/vi/opera-install.md b/docs/vi/opera-install.md index 133751699..de68a686e 100644 --- a/docs/vi/opera-install.md +++ b/docs/vi/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 07c48625b48f70bc7f46fbbaa56e6113ba5d5a28 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:46 -0500 Subject: [PATCH 1277/2741] New translations opera-install.md (Chinese Traditional) --- docs/zh_TW/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/zh_TW/opera-install.md b/docs/zh_TW/opera-install.md index 133751699..de68a686e 100644 --- a/docs/zh_TW/opera-install.md +++ b/docs/zh_TW/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 93620d3aba5505c57fe1db30acb8746df600bdfb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:47 -0500 Subject: [PATCH 1278/2741] New translations opera-install.md (Chinese Simplified) --- docs/zh_CN/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/zh_CN/opera-install.md b/docs/zh_CN/opera-install.md index 133751699..de68a686e 100644 --- a/docs/zh_CN/opera-install.md +++ b/docs/zh_CN/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 3de5fb282f2acf7d3346da3baebffac57d8be326 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:48 -0500 Subject: [PATCH 1279/2741] New translations opera-install.md (Ukrainian) --- docs/uk/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/uk/opera-install.md b/docs/uk/opera-install.md index 133751699..de68a686e 100644 --- a/docs/uk/opera-install.md +++ b/docs/uk/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From abda18dbb156e28b1ce4622900d5e8d566c37c43 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:49 -0500 Subject: [PATCH 1280/2741] New translations opera-install.md (Turkish) --- docs/tr/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/tr/opera-install.md b/docs/tr/opera-install.md index 133751699..de68a686e 100644 --- a/docs/tr/opera-install.md +++ b/docs/tr/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 9f278b76331435a7a12d0b1725177d974c5588c6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:50 -0500 Subject: [PATCH 1281/2741] New translations opera-install.md (Swedish) --- docs/sv/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/sv/opera-install.md b/docs/sv/opera-install.md index 133751699..de68a686e 100644 --- a/docs/sv/opera-install.md +++ b/docs/sv/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 92de06966ab47f8c68f3dc50520a62f2c6e33737 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:51 -0500 Subject: [PATCH 1282/2741] New translations opera-install.md (Serbian (Cyrillic)) --- docs/sr/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/sr/opera-install.md b/docs/sr/opera-install.md index 133751699..de68a686e 100644 --- a/docs/sr/opera-install.md +++ b/docs/sr/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 00aa41290a0576314d4069b6b4f302478890ddb8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:52 -0500 Subject: [PATCH 1283/2741] New translations opera-install.md (Russian) --- docs/ru/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/ru/opera-install.md b/docs/ru/opera-install.md index 133751699..de68a686e 100644 --- a/docs/ru/opera-install.md +++ b/docs/ru/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 6187680ed0a20a32d7948dc64fc204a2eff178aa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:53 -0500 Subject: [PATCH 1284/2741] New translations opera-install.md (Polish) --- docs/pl/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/pl/opera-install.md b/docs/pl/opera-install.md index 133751699..de68a686e 100644 --- a/docs/pl/opera-install.md +++ b/docs/pl/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From a8e8867338b85b8f6af6ebe1160f1bd46f6c908f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:54 -0500 Subject: [PATCH 1285/2741] New translations opera-install.md (Indonesian) --- docs/id/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/id/opera-install.md b/docs/id/opera-install.md index 133751699..de68a686e 100644 --- a/docs/id/opera-install.md +++ b/docs/id/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From f76b5e0662bf7ced68dbd9ee71ece12824e85638 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:55 -0500 Subject: [PATCH 1286/2741] New translations opera-install.md (Norwegian) --- docs/no/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/no/opera-install.md b/docs/no/opera-install.md index 133751699..de68a686e 100644 --- a/docs/no/opera-install.md +++ b/docs/no/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 4b78e5129007a0b623d909300cf13742b0040022 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:56 -0500 Subject: [PATCH 1287/2741] New translations opera-install.md (Dutch) --- docs/nl/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/nl/opera-install.md b/docs/nl/opera-install.md index 133751699..de68a686e 100644 --- a/docs/nl/opera-install.md +++ b/docs/nl/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 65930e0c2f4fd93e932b5ce02363170917020175 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:57 -0500 Subject: [PATCH 1288/2741] New translations opera-install.md (Korean) --- docs/ko/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/ko/opera-install.md b/docs/ko/opera-install.md index 133751699..de68a686e 100644 --- a/docs/ko/opera-install.md +++ b/docs/ko/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 1046abbad4813dab56bbf079c55ddabb349c0015 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:58 -0500 Subject: [PATCH 1289/2741] New translations opera-install.md (Japanese) --- docs/ja/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/ja/opera-install.md b/docs/ja/opera-install.md index 133751699..de68a686e 100644 --- a/docs/ja/opera-install.md +++ b/docs/ja/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 0aff6e340c565572fc12f07a4e81de4c24c7c749 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:58:59 -0500 Subject: [PATCH 1290/2741] New translations opera-install.md (Italian) --- docs/it/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/it/opera-install.md b/docs/it/opera-install.md index 133751699..de68a686e 100644 --- a/docs/it/opera-install.md +++ b/docs/it/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From b779bc15b0d7cb3dcb6058a21f44bf807d8f2095 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:00 -0500 Subject: [PATCH 1291/2741] New translations opera-install.md (Hungarian) --- docs/hu/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/hu/opera-install.md b/docs/hu/opera-install.md index 133751699..de68a686e 100644 --- a/docs/hu/opera-install.md +++ b/docs/hu/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 69ebb40ca328da5abd4a62ee952ec945a4f34f35 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:01 -0500 Subject: [PATCH 1292/2741] New translations opera-install.md (Hebrew) --- docs/he/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/he/opera-install.md b/docs/he/opera-install.md index 133751699..de68a686e 100644 --- a/docs/he/opera-install.md +++ b/docs/he/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From b66b8a38699ef24d092e26d1376c935b7d4827a9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:02 -0500 Subject: [PATCH 1293/2741] New translations opera-install.md (Finnish) --- docs/fi/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/fi/opera-install.md b/docs/fi/opera-install.md index 133751699..de68a686e 100644 --- a/docs/fi/opera-install.md +++ b/docs/fi/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 0b6ea5098c9e2b3a59c7626234a74fd6f7cea20f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:03 -0500 Subject: [PATCH 1294/2741] New translations opera-install.md (Greek) --- docs/el/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/el/opera-install.md b/docs/el/opera-install.md index 133751699..de68a686e 100644 --- a/docs/el/opera-install.md +++ b/docs/el/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From b0a41cfc23a9961c7609577ed098783c8362de73 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:04 -0500 Subject: [PATCH 1295/2741] New translations opera-install.md (Portuguese, Brazilian) --- docs/pt_BR/opera-install.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/pt_BR/opera-install.md b/docs/pt_BR/opera-install.md index 133751699..de68a686e 100644 --- a/docs/pt_BR/opera-install.md +++ b/docs/pt_BR/opera-install.md @@ -1,6 +1,9 @@ --- -title: -stub: -lang: -ver: +title: Install in Opera +stub: opera-install +lang: en +ver: 1 --- +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 7280490ecd7a617f25589d2092e65314d802e4d3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:05 -0500 Subject: [PATCH 1296/2741] New translations index.md (Turkish) --- docs/tr/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tr/index.md b/docs/tr/index.md index c89c47dd2..e123d2080 100644 --- a/docs/tr/index.md +++ b/docs/tr/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From 055c0c542c867515e91ceacf943065a541ca2107 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:06 -0500 Subject: [PATCH 1297/2741] New translations otp-backup-developer.md (Portuguese, Brazilian) --- docs/pt_BR/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/pt_BR/otp-backup-developer.md b/docs/pt_BR/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/pt_BR/otp-backup-developer.md +++ b/docs/pt_BR/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 9857033210a2f97188e9601072747748a15367d9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:07 -0500 Subject: [PATCH 1298/2741] New translations otp-backup-developer.md (Portuguese) --- docs/pt/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/pt/otp-backup-developer.md b/docs/pt/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/pt/otp-backup-developer.md +++ b/docs/pt/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 78b696759aeb455c288516db70113d00a53f39e8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:08 -0500 Subject: [PATCH 1299/2741] New translations otp-backup-developer.md (Vietnamese) --- docs/vi/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/vi/otp-backup-developer.md b/docs/vi/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/vi/otp-backup-developer.md +++ b/docs/vi/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 42c9ae08dfc5dfa3dc90a0ecf9f8a0997e1458aa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:10 -0500 Subject: [PATCH 1300/2741] New translations otp-backup-developer.md (Chinese Traditional) --- docs/zh_TW/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/zh_TW/otp-backup-developer.md b/docs/zh_TW/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/zh_TW/otp-backup-developer.md +++ b/docs/zh_TW/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 24384ae666a541fbddcf501faac47a8aeb57255c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:11 -0500 Subject: [PATCH 1301/2741] New translations otp-backup-developer.md (Chinese Simplified) --- docs/zh_CN/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/zh_CN/otp-backup-developer.md b/docs/zh_CN/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/zh_CN/otp-backup-developer.md +++ b/docs/zh_CN/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 70650327475d52ac1953635881a1744cf258a10b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:12 -0500 Subject: [PATCH 1302/2741] New translations otp-backup-developer.md (Ukrainian) --- docs/uk/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/uk/otp-backup-developer.md b/docs/uk/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/uk/otp-backup-developer.md +++ b/docs/uk/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 70e093f1a77ee8963e15d1e5941438224a5e1413 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:13 -0500 Subject: [PATCH 1303/2741] New translations otp-backup-developer.md (Turkish) --- docs/tr/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/tr/otp-backup-developer.md b/docs/tr/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/tr/otp-backup-developer.md +++ b/docs/tr/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From fa6762840b675948ca5d6a7c5c07a9a52f039c27 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:14 -0500 Subject: [PATCH 1304/2741] New translations otp-backup-developer.md (Swedish) --- docs/sv/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/sv/otp-backup-developer.md b/docs/sv/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/sv/otp-backup-developer.md +++ b/docs/sv/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 6a07f216631bb275e886996b806de59da546456d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:15 -0500 Subject: [PATCH 1305/2741] New translations otp-backup-developer.md (Serbian (Cyrillic)) --- docs/sr/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/sr/otp-backup-developer.md b/docs/sr/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/sr/otp-backup-developer.md +++ b/docs/sr/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From f19d20dfbc496c28eae5302b56384f4366597be9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:16 -0500 Subject: [PATCH 1306/2741] New translations otp-backup-developer.md (Russian) --- docs/ru/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/ru/otp-backup-developer.md b/docs/ru/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/ru/otp-backup-developer.md +++ b/docs/ru/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 598f99018fac5c07d546f523a5538dc668a6c703 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:17 -0500 Subject: [PATCH 1307/2741] New translations otp-backup-developer.md (Polish) --- docs/pl/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/pl/otp-backup-developer.md b/docs/pl/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/pl/otp-backup-developer.md +++ b/docs/pl/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From efbde8a8948bc4e69f8d42e16ad212421e70212b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:18 -0500 Subject: [PATCH 1308/2741] New translations otp-backup-developer.md (German) --- docs/de/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/de/otp-backup-developer.md b/docs/de/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/de/otp-backup-developer.md +++ b/docs/de/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 7db6e7dfcb540c8dd43e5a298de11b81446238a3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:19 -0500 Subject: [PATCH 1309/2741] New translations otp-backup-developer.md (Norwegian) --- docs/no/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/no/otp-backup-developer.md b/docs/no/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/no/otp-backup-developer.md +++ b/docs/no/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 87fcb69503d8167aa2c20cf55a77b5a11b279443 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:20 -0500 Subject: [PATCH 1310/2741] New translations otp-backup-developer.md (Dutch) --- docs/nl/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/nl/otp-backup-developer.md b/docs/nl/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/nl/otp-backup-developer.md +++ b/docs/nl/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 06f60c22e570273b074014d2281187dfb838a64a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:21 -0500 Subject: [PATCH 1311/2741] New translations otp-backup-developer.md (Korean) --- docs/ko/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/ko/otp-backup-developer.md b/docs/ko/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/ko/otp-backup-developer.md +++ b/docs/ko/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From cfd972ee76ad6bdc7f7f31d453acda2027de9941 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:22 -0500 Subject: [PATCH 1312/2741] New translations otp-backup-developer.md (Japanese) --- docs/ja/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/ja/otp-backup-developer.md b/docs/ja/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/ja/otp-backup-developer.md +++ b/docs/ja/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From df1799d81606034e730247c840bcab4cb60a3668 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:23 -0500 Subject: [PATCH 1313/2741] New translations otp-backup-developer.md (Italian) --- docs/it/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/it/otp-backup-developer.md b/docs/it/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/it/otp-backup-developer.md +++ b/docs/it/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From a361bfd0c6e0aaea5882ca849981d7ec82ea7bca Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:24 -0500 Subject: [PATCH 1314/2741] New translations otp-backup-developer.md (Hungarian) --- docs/hu/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/hu/otp-backup-developer.md b/docs/hu/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/hu/otp-backup-developer.md +++ b/docs/hu/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From fc4aa2edb073559ec73aa4b7f962902c04dada69 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:25 -0500 Subject: [PATCH 1315/2741] New translations otp-backup-developer.md (Hebrew) --- docs/he/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/he/otp-backup-developer.md b/docs/he/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/he/otp-backup-developer.md +++ b/docs/he/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From b7d90a7976e459064e0bb9a028bd59f707b4fbdf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:26 -0500 Subject: [PATCH 1316/2741] New translations otp-backup-developer.md (Finnish) --- docs/fi/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/fi/otp-backup-developer.md b/docs/fi/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/fi/otp-backup-developer.md +++ b/docs/fi/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From ea3c5e4dacfb3867a18c97177780ecb4e4291a60 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:27 -0500 Subject: [PATCH 1317/2741] New translations otp-backup-developer.md (Greek) --- docs/el/otp-backup-developer.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/el/otp-backup-developer.md b/docs/el/otp-backup-developer.md index 73ebadd80..2753eb171 100644 --- a/docs/el/otp-backup-developer.md +++ b/docs/el/otp-backup-developer.md @@ -1,13 +1,21 @@ --- -title: -stub: -lang: -ver: +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 --- - +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 +Tips: +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` -- -- \ No newline at end of file +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From f55cfb49931ae9e251988431a98e25a6c07466d0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:28 -0500 Subject: [PATCH 1318/2741] New translations index.md (Ukrainian) --- docs/uk/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/uk/index.md b/docs/uk/index.md index c89c47dd2..e123d2080 100644 --- a/docs/uk/index.md +++ b/docs/uk/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From 64b359650515adbaf106eed2810277d98fca44ba Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:29 -0500 Subject: [PATCH 1319/2741] New translations firefox-issues.md (Japanese) --- docs/ja/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/ja/firefox-issues.md b/docs/ja/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/ja/firefox-issues.md +++ b/docs/ja/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From dc005a32270b804407485424daef5f6b42640335 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:30 -0500 Subject: [PATCH 1320/2741] New translations index.md (Swedish) --- docs/sv/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sv/index.md b/docs/sv/index.md index c89c47dd2..e123d2080 100644 --- a/docs/sv/index.md +++ b/docs/sv/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From 853293b223b36feb347ccea37b74abbe37def816 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:31 -0500 Subject: [PATCH 1321/2741] New translations account-types.md (Swedish) --- docs/sv/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/sv/account-types.md b/docs/sv/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/sv/account-types.md +++ b/docs/sv/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 01ced978ae9f0022afefef8260e21f6aa2ed2cf0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:32 -0500 Subject: [PATCH 1322/2741] New translations chrome-issues.md (Greek) --- docs/el/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/el/chrome-issues.md b/docs/el/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/el/chrome-issues.md +++ b/docs/el/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From d884a9f1b5c088c19b21b02d67cacebbc61fa84d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:33 -0500 Subject: [PATCH 1323/2741] New translations chrome-issues.md (German) --- docs/de/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/de/chrome-issues.md b/docs/de/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/de/chrome-issues.md +++ b/docs/de/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From c813907b29da05ed8ac4966c0670840efaeda96b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:34 -0500 Subject: [PATCH 1324/2741] New translations account-types.md (Indonesian) --- docs/id/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/id/account-types.md b/docs/id/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/id/account-types.md +++ b/docs/id/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 1f63c9a019f538c4272d7b970ffbe876e31ebd7f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:35 -0500 Subject: [PATCH 1325/2741] New translations account-types.md (Portuguese, Brazilian) --- docs/pt_BR/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/pt_BR/account-types.md b/docs/pt_BR/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/pt_BR/account-types.md +++ b/docs/pt_BR/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From bc1938ecfec7c54b02362f904ead8e55df5ce02c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:37 -0500 Subject: [PATCH 1326/2741] New translations account-types.md (Vietnamese) --- docs/vi/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/vi/account-types.md b/docs/vi/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/vi/account-types.md +++ b/docs/vi/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 18538abf5cd33a3ff875ced71840f33c0e1610fd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:38 -0500 Subject: [PATCH 1327/2741] New translations account-types.md (Chinese Traditional) --- docs/zh_TW/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/zh_TW/account-types.md b/docs/zh_TW/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/zh_TW/account-types.md +++ b/docs/zh_TW/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 83f2b1f0110064caae1bf8f6363ec9b1c25561a8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:39 -0500 Subject: [PATCH 1328/2741] New translations account-types.md (Ukrainian) --- docs/uk/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/uk/account-types.md b/docs/uk/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/uk/account-types.md +++ b/docs/uk/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 971349680f74e2ba10036fa95a43ea3d28d6e670 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:40 -0500 Subject: [PATCH 1329/2741] New translations account-types.md (Turkish) --- docs/tr/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/tr/account-types.md b/docs/tr/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/tr/account-types.md +++ b/docs/tr/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 62e672691dbdfa2901bac10f7e523fe3275c2e85 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:41 -0500 Subject: [PATCH 1330/2741] New translations account-types.md (Serbian (Cyrillic)) --- docs/sr/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/sr/account-types.md b/docs/sr/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/sr/account-types.md +++ b/docs/sr/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 4ddbc1e7057de9107024784816c259e5b8a8bb05 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:42 -0500 Subject: [PATCH 1331/2741] New translations chrome-issues.md (Hebrew) --- docs/he/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/he/chrome-issues.md b/docs/he/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/he/chrome-issues.md +++ b/docs/he/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 62baac60be818e30cbf5bf838816976180c98bdb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:43 -0500 Subject: [PATCH 1332/2741] New translations account-types.md (Russian) --- docs/ru/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/ru/account-types.md b/docs/ru/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/ru/account-types.md +++ b/docs/ru/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 6318ccc99c3f761804e78301e39629aee0f4598b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:44 -0500 Subject: [PATCH 1333/2741] New translations account-types.md (Portuguese) --- docs/pt/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/pt/account-types.md b/docs/pt/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/pt/account-types.md +++ b/docs/pt/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 8d2980fa9b7aef0c1e72f4af56c30fcefe489761 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:45 -0500 Subject: [PATCH 1334/2741] New translations account-types.md (Polish) --- docs/pl/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/pl/account-types.md b/docs/pl/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/pl/account-types.md +++ b/docs/pl/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From f242b377c5f361d9bab8338b446e1d3ee7b28086 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:46 -0500 Subject: [PATCH 1335/2741] New translations account-types.md (Norwegian) --- docs/no/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/no/account-types.md b/docs/no/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/no/account-types.md +++ b/docs/no/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 48715be98c0fc1e5a2b5a379362133beda7fdd9e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:47 -0500 Subject: [PATCH 1336/2741] New translations account-types.md (Dutch) --- docs/nl/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/nl/account-types.md b/docs/nl/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/nl/account-types.md +++ b/docs/nl/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From f2e1e5f76af9748798f8fd42bc28179d2ae2c1fc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:48 -0500 Subject: [PATCH 1337/2741] New translations account-types.md (Korean) --- docs/ko/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/ko/account-types.md b/docs/ko/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/ko/account-types.md +++ b/docs/ko/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 2d9ed8b386983e3fcf5c97117395e998a18199ab Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:49 -0500 Subject: [PATCH 1338/2741] New translations account-types.md (Japanese) --- docs/ja/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/ja/account-types.md b/docs/ja/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/ja/account-types.md +++ b/docs/ja/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 8221d4f859bf535f16f9d750cec9bdbf5c08c7e0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:50 -0500 Subject: [PATCH 1339/2741] New translations account-types.md (Italian) --- docs/it/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/it/account-types.md b/docs/it/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/it/account-types.md +++ b/docs/it/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From b3e9f9b4afca18ea6ec7a0d933f1467b5d1d13f7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:51 -0500 Subject: [PATCH 1340/2741] New translations account-types.md (Hungarian) --- docs/hu/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/hu/account-types.md b/docs/hu/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/hu/account-types.md +++ b/docs/hu/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From d7f59277c32208ef8f54e508108bf711ffe0fa4b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:52 -0500 Subject: [PATCH 1341/2741] New translations chrome-issues.md (Finnish) --- docs/fi/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/fi/chrome-issues.md b/docs/fi/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/fi/chrome-issues.md +++ b/docs/fi/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 6a60a95571b117a7318476224401156592369914 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:53 -0500 Subject: [PATCH 1342/2741] New translations chrome-issues.md (Hungarian) --- docs/hu/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/hu/chrome-issues.md b/docs/hu/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/hu/chrome-issues.md +++ b/docs/hu/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From d86b2572b99a304d0d0332b72a2ff722cbc46c04 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:54 -0500 Subject: [PATCH 1343/2741] New translations account-types.md (Finnish) --- docs/fi/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/fi/account-types.md b/docs/fi/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/fi/account-types.md +++ b/docs/fi/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 50ad66971a84835acbdbeeed2d55c77f3035579e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:55 -0500 Subject: [PATCH 1344/2741] New translations chrome-issues.md (Ukrainian) --- docs/uk/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/uk/chrome-issues.md b/docs/uk/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/uk/chrome-issues.md +++ b/docs/uk/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From bb8193e33355ffc1467ee66964691c9e6a1bb97e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:57 -0500 Subject: [PATCH 1345/2741] New translations debug-info.md (Hungarian) --- docs/hu/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/hu/debug-info.md b/docs/hu/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/hu/debug-info.md +++ b/docs/hu/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From ced949fab883ec5dd314f56958d337c474a95f37 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:58 -0500 Subject: [PATCH 1346/2741] New translations debug-info.md (Hebrew) --- docs/he/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/he/debug-info.md b/docs/he/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/he/debug-info.md +++ b/docs/he/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 572f9a538c7065221cef82651d693359e368b6c5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 10:59:59 -0500 Subject: [PATCH 1347/2741] New translations debug-info.md (Finnish) --- docs/fi/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/fi/debug-info.md b/docs/fi/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/fi/debug-info.md +++ b/docs/fi/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 946139c6a76655e45fa3662380da4c15c172e555 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:01 -0500 Subject: [PATCH 1348/2741] New translations debug-info.md (Greek) --- docs/el/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/el/debug-info.md b/docs/el/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/el/debug-info.md +++ b/docs/el/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 35947b0fa8728835701abc1b477e89e2c8bd6302 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:02 -0500 Subject: [PATCH 1349/2741] New translations debug-info.md (German) --- docs/de/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/de/debug-info.md b/docs/de/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/de/debug-info.md +++ b/docs/de/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 7ac37b5428d2c425351ca31c8643eca3cb7f8258 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:03 -0500 Subject: [PATCH 1350/2741] New translations chrome-issues.md (Indonesian) --- docs/id/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/id/chrome-issues.md b/docs/id/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/id/chrome-issues.md +++ b/docs/id/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From d44da2edb05e92d03637628809594428f397545a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:05 -0500 Subject: [PATCH 1351/2741] New translations chrome-issues.md (Portuguese, Brazilian) --- docs/pt_BR/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/pt_BR/chrome-issues.md b/docs/pt_BR/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/pt_BR/chrome-issues.md +++ b/docs/pt_BR/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 65b8d9aa993a9cd9604705e8575a2a0443dca9d5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:06 -0500 Subject: [PATCH 1352/2741] New translations chrome-issues.md (Vietnamese) --- docs/vi/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/vi/chrome-issues.md b/docs/vi/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/vi/chrome-issues.md +++ b/docs/vi/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From c5d74a0428a054ceb9608384a16a1e3787f405a4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:07 -0500 Subject: [PATCH 1353/2741] New translations chrome-issues.md (Chinese Traditional) --- docs/zh_TW/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/zh_TW/chrome-issues.md b/docs/zh_TW/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/zh_TW/chrome-issues.md +++ b/docs/zh_TW/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 567c76d6ea394e99ade5d378691b7b17deba1fbe Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:09 -0500 Subject: [PATCH 1354/2741] New translations chrome-issues.md (Turkish) --- docs/tr/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/tr/chrome-issues.md b/docs/tr/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/tr/chrome-issues.md +++ b/docs/tr/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 3b1e7ce7456cbfc7eb78cdca8d163f5753b325bb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:10 -0500 Subject: [PATCH 1355/2741] New translations chrome-issues.md (Italian) --- docs/it/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/it/chrome-issues.md b/docs/it/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/it/chrome-issues.md +++ b/docs/it/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 49fa371d869d3d37484bca6a0311bdc22614b8b9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:12 -0500 Subject: [PATCH 1356/2741] New translations chrome-issues.md (Swedish) --- docs/sv/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/sv/chrome-issues.md b/docs/sv/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/sv/chrome-issues.md +++ b/docs/sv/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 47a46df59dac6defa475e88390bc7e3c953f21df Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:13 -0500 Subject: [PATCH 1357/2741] New translations chrome-issues.md (Serbian (Cyrillic)) --- docs/sr/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/sr/chrome-issues.md b/docs/sr/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/sr/chrome-issues.md +++ b/docs/sr/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 1deac1dab238e759627308af06c8f97194f8d70a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:14 -0500 Subject: [PATCH 1358/2741] New translations chrome-issues.md (Russian) --- docs/ru/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/ru/chrome-issues.md b/docs/ru/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/ru/chrome-issues.md +++ b/docs/ru/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 9730a7729784b09995a4b87a0298c0dc246abd7d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:15 -0500 Subject: [PATCH 1359/2741] New translations chrome-issues.md (Portuguese) --- docs/pt/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/pt/chrome-issues.md b/docs/pt/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/pt/chrome-issues.md +++ b/docs/pt/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 6faa0796a73ce6a6d4f6fb636369f4f5fc7eea2d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:16 -0500 Subject: [PATCH 1360/2741] New translations chrome-issues.md (Polish) --- docs/pl/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/pl/chrome-issues.md b/docs/pl/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/pl/chrome-issues.md +++ b/docs/pl/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From f4f128b3992ce5d98957146ac42b040062b97af2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:17 -0500 Subject: [PATCH 1361/2741] New translations chrome-issues.md (Norwegian) --- docs/no/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/no/chrome-issues.md b/docs/no/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/no/chrome-issues.md +++ b/docs/no/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From c552409fe687472cfc383fcaada7e8f45b073675 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:18 -0500 Subject: [PATCH 1362/2741] New translations chrome-issues.md (Dutch) --- docs/nl/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/nl/chrome-issues.md b/docs/nl/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/nl/chrome-issues.md +++ b/docs/nl/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 5383e89b5adc8990081111d4bd857496e9fda36b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:19 -0500 Subject: [PATCH 1363/2741] New translations chrome-issues.md (Korean) --- docs/ko/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/ko/chrome-issues.md b/docs/ko/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/ko/chrome-issues.md +++ b/docs/ko/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 6f8296fecd743dfa0b21db3517d20c61bfc27982 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:20 -0500 Subject: [PATCH 1364/2741] New translations chrome-issues.md (Japanese) --- docs/ja/chrome-issues.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/ja/chrome-issues.md b/docs/ja/chrome-issues.md index 558f5c836..315dc54d9 100644 --- a/docs/ja/chrome-issues.md +++ b/docs/ja/chrome-issues.md @@ -1,13 +1,15 @@ --- -title: -stub: -lang: -ver: +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From d1db11debb6cc7968b9fa3664cef683310ad3bb9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:21 -0500 Subject: [PATCH 1365/2741] New translations account-types.md (Hebrew) --- docs/he/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/he/account-types.md b/docs/he/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/he/account-types.md +++ b/docs/he/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 1cf054f497a4e3c22131cfaae28301a5703895f5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:22 -0500 Subject: [PATCH 1366/2741] New translations account-types.md (Greek) --- docs/el/account-types.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/el/account-types.md b/docs/el/account-types.md index 70064a365..bd4ffe757 100644 --- a/docs/el/account-types.md +++ b/docs/el/account-types.md @@ -1,12 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Account Types +stub: account-types +lang: en +ver: 1 --- -| | | -| | | -| | | -| | | -| | | -| | | \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From e25fd495fff5022f81cc15f85846caf43c485add Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:24 -0500 Subject: [PATCH 1367/2741] New translations debug-info.md (Japanese) --- docs/ja/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/ja/debug-info.md b/docs/ja/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/ja/debug-info.md +++ b/docs/ja/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 43e362d42011c89ea28854a1d127c8156dc502e6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:25 -0500 Subject: [PATCH 1368/2741] New translations en.json (Korean) --- _data/locales/default/ko.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/ko.json b/_data/locales/default/ko.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/ko.json +++ b/_data/locales/default/ko.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From adaff2c68e672a0c3c8d792bb24ccffd1c692328 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:26 -0500 Subject: [PATCH 1369/2741] New translations en.json (Turkish) --- _data/locales/default/tr.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/tr.json b/_data/locales/default/tr.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/tr.json +++ b/_data/locales/default/tr.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From aecd5f5614efe7fd7bdf8aa0aff9076730a74fe1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:27 -0500 Subject: [PATCH 1370/2741] New translations en.json (Swedish) --- _data/locales/default/sv.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/sv.json b/_data/locales/default/sv.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/sv.json +++ b/_data/locales/default/sv.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From 28010b19bc67ff64624f80f06c72994daa253845 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:28 -0500 Subject: [PATCH 1371/2741] New translations en.json (Serbian (Cyrillic)) --- _data/locales/default/sr.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/sr.json b/_data/locales/default/sr.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/sr.json +++ b/_data/locales/default/sr.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From 34a0ab6eb8d46aec55008fc7d4e09b80db2b92f5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:29 -0500 Subject: [PATCH 1372/2741] New translations en.json (Russian) --- _data/locales/default/ru.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/ru.json b/_data/locales/default/ru.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/ru.json +++ b/_data/locales/default/ru.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From 5158991839e5dd7c316218ca9d9c09dddb57009b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:30 -0500 Subject: [PATCH 1373/2741] New translations en.json (Portuguese) --- _data/locales/default/pt.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/pt.json b/_data/locales/default/pt.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/pt.json +++ b/_data/locales/default/pt.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From 13d965e641bb5efd06c27f2f38f1f1204b88b034 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:31 -0500 Subject: [PATCH 1374/2741] New translations en.json (Polish) --- _data/locales/default/pl.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/pl.json b/_data/locales/default/pl.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/pl.json +++ b/_data/locales/default/pl.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From 0e641f8c5cd0065f74098828734f0f2f10431d10 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:32 -0500 Subject: [PATCH 1375/2741] New translations en.json (Norwegian) --- _data/locales/default/no.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/no.json b/_data/locales/default/no.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/no.json +++ b/_data/locales/default/no.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From eb7ab715dfebe8383669d63e05fba700f166710a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:33 -0500 Subject: [PATCH 1376/2741] New translations en.json (Dutch) --- _data/locales/default/nl.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/nl.json b/_data/locales/default/nl.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/nl.json +++ b/_data/locales/default/nl.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From f9c996ac29167c8482626d5d29a5b6e5d172c81f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:34 -0500 Subject: [PATCH 1377/2741] New translations en.json (Japanese) --- _data/locales/default/ja.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/ja.json b/_data/locales/default/ja.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/ja.json +++ b/_data/locales/default/ja.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From ce13017f56821f6e9b098e52d391b492d3a3ac90 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:35 -0500 Subject: [PATCH 1378/2741] New translations en.json (Chinese Traditional) --- _data/locales/default/zh_TW.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/zh_TW.json b/_data/locales/default/zh_TW.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/zh_TW.json +++ b/_data/locales/default/zh_TW.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From 0f658b88583a568b9fd9faec15e8044bca05606c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:36 -0500 Subject: [PATCH 1379/2741] New translations en.json (Italian) --- _data/locales/default/it.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/it.json b/_data/locales/default/it.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/it.json +++ b/_data/locales/default/it.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From cbea1c07e3238ead815a33ac5a1ec3a90f9b7c60 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:37 -0500 Subject: [PATCH 1380/2741] New translations en.json (Hungarian) --- _data/locales/default/hu.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/hu.json b/_data/locales/default/hu.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/hu.json +++ b/_data/locales/default/hu.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From 5c8485d89a0b831fad6910609b4d3423f4f17bc1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:38 -0500 Subject: [PATCH 1381/2741] New translations en.json (Hebrew) --- _data/locales/default/he.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/he.json b/_data/locales/default/he.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/he.json +++ b/_data/locales/default/he.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From 5a96400ec8e312d8868aed06f3e856f939d28d50 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:40 -0500 Subject: [PATCH 1382/2741] New translations en.json (Finnish) --- _data/locales/default/fi.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/fi.json b/_data/locales/default/fi.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/fi.json +++ b/_data/locales/default/fi.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From d8b16f62ae1625e3fbc75eac4b1ae440a860534b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:41 -0500 Subject: [PATCH 1383/2741] New translations en.json (Greek) --- _data/locales/default/el.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/el.json b/_data/locales/default/el.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/el.json +++ b/_data/locales/default/el.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From d888a7a561d70e1abf779acd72a27ceebe19716f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:42 -0500 Subject: [PATCH 1384/2741] New translations firefox-issues.md (Chinese Simplified) --- docs/zh_CN/firefox-issues.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/zh_CN/firefox-issues.md b/docs/zh_CN/firefox-issues.md index b88085c8e..c92e70231 100644 --- a/docs/zh_CN/firefox-issues.md +++ b/docs/zh_CN/firefox-issues.md @@ -1,10 +1,12 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +### Known Issues - 存储API会发生变化,这可能会对身份验证器带来问题。 点击[此处](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/)进一步了解。 From 08d9f1fe7653f5e58812cec71551d9e5c88bd72d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:43 -0500 Subject: [PATCH 1385/2741] New translations debug-info.md (Chinese Simplified) --- docs/zh_CN/debug-info.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/zh_CN/debug-info.md b/docs/zh_CN/debug-info.md index e9cf899da..e35dc68fa 100644 --- a/docs/zh_CN/debug-info.md +++ b/docs/zh_CN/debug-info.md @@ -1,13 +1,13 @@ --- title: 获取调试信息 -stub: +stub: debug-info lang: zh_CN -ver: +ver: 1 --- 按照以下步骤来报告详细调试信息。 -- [谷歌浏览器]() -- [火狐浏览器]() +- [谷歌浏览器](#chrome) +- [火狐浏览器](#firefox) * * * @@ -16,15 +16,15 @@ ver: 1. 打开身份验证器 2. 点击右键选择“审查元素” -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) 3. 打开“控制台”标签 -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) 4. 复制所有信息并粘贴到issue description中 -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * @@ -33,21 +33,21 @@ ver: 1. 打开`about:debugging` 2. 勾选“启用附加组件调试” -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) 3. 点击身份验证器下方的“调试”链接 -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) 4. 点击“确定” -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) 5. 打开“控制台”标签 -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) 6. 再次打开身份验证器 7. 复制所有信息并粘贴到issue description中 -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 52e65669175628068a37f83a246d0d2cc764a3f8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:45 -0500 Subject: [PATCH 1386/2741] New translations chrome-issues.md (Chinese Simplified) --- docs/zh_CN/chrome-issues.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/zh_CN/chrome-issues.md b/docs/zh_CN/chrome-issues.md index 5d9a550ed..42e8fd192 100644 --- a/docs/zh_CN/chrome-issues.md +++ b/docs/zh_CN/chrome-issues.md @@ -1,12 +1,14 @@ --- title: 谷歌浏览器常见问题 -stub: +stub: chrome-issues lang: zh_CN -ver: +ver: 1 --- -#### 重新安装身份验证器会清空你的数据。 不要尝试通过重装扩展来解决问题 +{% include warning.html class="danger" message=" +#### 重新安装身份验证器会清空你的数据。 不要尝试通过重装扩展来解决问题 +" %} - 忘记密码或者丢失了没有备份的密钥? 参见[账户遗失](lost-codes) - 想要帮助翻译或者对翻译有任何疑问? [查看我们的Crowdin页面](https://crowdin.com/project/authenticator-firefox) From bfba3a439798418e4b6dcdaeba71e2c06ed3c799 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:46 -0500 Subject: [PATCH 1387/2741] New translations account-types.md (Chinese Simplified) --- docs/zh_CN/account-types.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/zh_CN/account-types.md b/docs/zh_CN/account-types.md index f130678ff..1983bf63b 100644 --- a/docs/zh_CN/account-types.md +++ b/docs/zh_CN/account-types.md @@ -1,12 +1,12 @@ --- title: 账户类型 -stub: +stub: account-types lang: zh_CN -ver: +ver: 1 --- | 类型 | 详细信息 | | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | 基于时间 | TOTP | | 基于计数器 | HOTP | | Battle.net | 获取密钥的工具:[Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | 需要shared_secret,点击[此处](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows)以进一步了解 | \ No newline at end of file +| Steam | 需要shared_secret,点击[此处](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows)以进一步了解 | {: .table .table-striped} \ No newline at end of file From 74d5ac2e8e674a665a66a2728ae9c3f1726b0abc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:47 -0500 Subject: [PATCH 1388/2741] New translations en.json (Ukrainian) --- _data/locales/default/uk.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/uk.json b/_data/locales/default/uk.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/uk.json +++ b/_data/locales/default/uk.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From 545fedba0aa6074dfdcd0fad764a6c6c77505a07 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:48 -0500 Subject: [PATCH 1389/2741] New translations en.json (Vietnamese) --- _data/locales/default/vi.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/vi.json b/_data/locales/default/vi.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/vi.json +++ b/_data/locales/default/vi.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From fe9906bbb758befa0f4ac1bc0b88b6ac5bbcf9b5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:49 -0500 Subject: [PATCH 1390/2741] New translations en.yml (Indonesian) --- _data/locales/sidebar/id.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/id.yml b/_data/locales/sidebar/id.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/id.yml +++ b/_data/locales/sidebar/id.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From f0e4a5c1d7b52e3750d310d37f46c0f6e57e7489 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:50 -0500 Subject: [PATCH 1391/2741] New translations en.yml (Polish) --- _data/locales/sidebar/pl.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/pl.yml b/_data/locales/sidebar/pl.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/pl.yml +++ b/_data/locales/sidebar/pl.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 99a6bf8c813dea5a1cf79963d9a9d5645993fdb4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:51 -0500 Subject: [PATCH 1392/2741] New translations en.yml (Portuguese, Brazilian) --- _data/locales/sidebar/pt_BR.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/pt_BR.yml b/_data/locales/sidebar/pt_BR.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/pt_BR.yml +++ b/_data/locales/sidebar/pt_BR.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From b4be127630997a0b087966cdcba7e9693d58ae5e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:52 -0500 Subject: [PATCH 1393/2741] New translations en.yml (Vietnamese) --- _data/locales/sidebar/vi.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/vi.yml b/_data/locales/sidebar/vi.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/vi.yml +++ b/_data/locales/sidebar/vi.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From ac227dfadd5529ec512b6d98fde8f22745d71e34 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:53 -0500 Subject: [PATCH 1394/2741] New translations en.yml (Chinese Traditional) --- _data/locales/sidebar/zh_TW.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/zh_TW.yml b/_data/locales/sidebar/zh_TW.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/zh_TW.yml +++ b/_data/locales/sidebar/zh_TW.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 5183f8a8496cd0604e86f2edb7adc007175595e9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:54 -0500 Subject: [PATCH 1395/2741] New translations en.yml (Ukrainian) --- _data/locales/sidebar/uk.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/uk.yml b/_data/locales/sidebar/uk.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/uk.yml +++ b/_data/locales/sidebar/uk.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 5811baaccb331314f22052a8f5de44c79e69d8be Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:55 -0500 Subject: [PATCH 1396/2741] New translations en.yml (Turkish) --- _data/locales/sidebar/tr.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/tr.yml b/_data/locales/sidebar/tr.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/tr.yml +++ b/_data/locales/sidebar/tr.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From d87a7796997ab0b05e429726ef9fd8b083c83b36 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:56 -0500 Subject: [PATCH 1397/2741] New translations en.yml (Swedish) --- _data/locales/sidebar/sv.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/sv.yml b/_data/locales/sidebar/sv.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/sv.yml +++ b/_data/locales/sidebar/sv.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From d5ecac0391e51194342eb9cedacd0a318b4de688 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:57 -0500 Subject: [PATCH 1398/2741] New translations en.yml (Serbian (Cyrillic)) --- _data/locales/sidebar/sr.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/sr.yml b/_data/locales/sidebar/sr.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/sr.yml +++ b/_data/locales/sidebar/sr.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 4297678dc3f4cad442520f4ed148538a740c9920 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:00:59 -0500 Subject: [PATCH 1399/2741] New translations en.yml (Russian) --- _data/locales/sidebar/ru.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/ru.yml b/_data/locales/sidebar/ru.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/ru.yml +++ b/_data/locales/sidebar/ru.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 097f5c23a9d1c43fc787546958bdd7719902754f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:00 -0500 Subject: [PATCH 1400/2741] New translations en.yml (Portuguese) --- _data/locales/sidebar/pt.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/pt.yml b/_data/locales/sidebar/pt.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/pt.yml +++ b/_data/locales/sidebar/pt.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 643734aa67f61eaddb54e2e5904c691e449528aa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:02 -0500 Subject: [PATCH 1401/2741] New translations en.yml (Norwegian) --- _data/locales/sidebar/no.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/no.yml b/_data/locales/sidebar/no.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/no.yml +++ b/_data/locales/sidebar/no.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 4e7437398f4fb272a1e58f6bd71d3eb92cf169ff Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:03 -0500 Subject: [PATCH 1402/2741] New translations en.json (Portuguese, Brazilian) --- _data/locales/default/pt_BR.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/pt_BR.json b/_data/locales/default/pt_BR.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/pt_BR.json +++ b/_data/locales/default/pt_BR.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From 6c62531e003de33dfe02a179c73920df86c4771a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:04 -0500 Subject: [PATCH 1403/2741] New translations en.yml (Dutch) --- _data/locales/sidebar/nl.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/nl.yml b/_data/locales/sidebar/nl.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/nl.yml +++ b/_data/locales/sidebar/nl.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From f0dc8caedeebc6da63b7163864f8dcddbe4e42ce Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:05 -0500 Subject: [PATCH 1404/2741] New translations en.yml (Korean) --- _data/locales/sidebar/ko.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/ko.yml b/_data/locales/sidebar/ko.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/ko.yml +++ b/_data/locales/sidebar/ko.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From b5fbfc0fe360f5840dc0a8881ee58f568ebf371a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:06 -0500 Subject: [PATCH 1405/2741] New translations en.yml (Japanese) --- _data/locales/sidebar/ja.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/ja.yml b/_data/locales/sidebar/ja.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/ja.yml +++ b/_data/locales/sidebar/ja.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 7226b9530ff566308f492b0c6edd88d9ae2467d6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:07 -0500 Subject: [PATCH 1406/2741] New translations en.yml (Italian) --- _data/locales/sidebar/it.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/it.yml b/_data/locales/sidebar/it.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/it.yml +++ b/_data/locales/sidebar/it.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From dafe584e2c94f68dec55b91aaf919b41c510e010 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:08 -0500 Subject: [PATCH 1407/2741] New translations en.yml (Hungarian) --- _data/locales/sidebar/hu.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/hu.yml b/_data/locales/sidebar/hu.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/hu.yml +++ b/_data/locales/sidebar/hu.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From e74878953b9a509509f27a8caa8a150def3b4e1d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:09 -0500 Subject: [PATCH 1408/2741] New translations en.yml (Hebrew) --- _data/locales/sidebar/he.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/he.yml b/_data/locales/sidebar/he.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/he.yml +++ b/_data/locales/sidebar/he.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From a050f9a54a6ac8982b4590978da9af560354b98b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:10 -0500 Subject: [PATCH 1409/2741] New translations en.yml (Finnish) --- _data/locales/sidebar/fi.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/fi.yml b/_data/locales/sidebar/fi.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/fi.yml +++ b/_data/locales/sidebar/fi.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 5292568774b6b2ce12347be9a6a888ed0d2023d0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:11 -0500 Subject: [PATCH 1410/2741] New translations en.yml (Greek) --- _data/locales/sidebar/el.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/_data/locales/sidebar/el.yml b/_data/locales/sidebar/el.yml index ed97d539c..85ca00582 100644 --- a/_data/locales/sidebar/el.yml +++ b/_data/locales/sidebar/el.yml @@ -1 +1,32 @@ --- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From c6afd6c3aeec40ecd4646e7bd3b84729f68acd47 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:13 -0500 Subject: [PATCH 1411/2741] New translations en.json (Indonesian) --- _data/locales/default/id.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/id.json b/_data/locales/default/id.json index 115eaa8f9..5f143e2f9 100644 --- a/_data/locales/default/id.json +++ b/_data/locales/default/id.json @@ -1,12 +1,12 @@ { - "clickHere": "", - "viewInLang": "", - "unlocalized": "", - "translate": "", - "translate-long": "", - "edit": "", - "warning": "", - "outdated-warn-1": "", - "outdated-warn-2": "", - "outdated-warn-3": "" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From 102733f6ab124974e90dc21d142a16c6c786a040 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:14 -0500 Subject: [PATCH 1412/2741] New translations debug-info.md (Italian) --- docs/it/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/it/debug-info.md b/docs/it/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/it/debug-info.md +++ b/docs/it/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 3387353290e4ce46b8560acf7de7af268ffdcb32 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:15 -0500 Subject: [PATCH 1413/2741] New translations debug-info.md (Korean) --- docs/ko/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/ko/debug-info.md b/docs/ko/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/ko/debug-info.md +++ b/docs/ko/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 222a13eb8b9afd5b1d48f6359b137d1878da9745 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:16 -0500 Subject: [PATCH 1414/2741] New translations index.md (Serbian (Cyrillic)) --- docs/sr/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sr/index.md b/docs/sr/index.md index c89c47dd2..e123d2080 100644 --- a/docs/sr/index.md +++ b/docs/sr/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From b3e32f66234a88488f20deaaecd3bec90af47da9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:17 -0500 Subject: [PATCH 1415/2741] New translations firefox-issues.md (Greek) --- docs/el/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/el/firefox-issues.md b/docs/el/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/el/firefox-issues.md +++ b/docs/el/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 569cc7efe509d013642df28baf09120e4323b6d7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:18 -0500 Subject: [PATCH 1416/2741] New translations firefox-issues.md (Norwegian) --- docs/no/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/no/firefox-issues.md b/docs/no/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/no/firefox-issues.md +++ b/docs/no/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 5bc5b35a2386f92b09e4ac8453baea7cb4078da0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:19 -0500 Subject: [PATCH 1417/2741] New translations firefox-issues.md (Dutch) --- docs/nl/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/nl/firefox-issues.md b/docs/nl/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/nl/firefox-issues.md +++ b/docs/nl/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 4b079b64195e94539001310a6390cc4215ca1658 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:20 -0500 Subject: [PATCH 1418/2741] New translations firefox-issues.md (Korean) --- docs/ko/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/ko/firefox-issues.md b/docs/ko/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/ko/firefox-issues.md +++ b/docs/ko/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From e405a4216e5b9929cbbf47430ce709b37ea7571a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:21 -0500 Subject: [PATCH 1419/2741] New translations en.yml (Chinese Simplified) --- _data/locales/sidebar/zh_CN.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_data/locales/sidebar/zh_CN.yml b/_data/locales/sidebar/zh_CN.yml index 917f668ca..400ab7dfa 100644 --- a/_data/locales/sidebar/zh_CN.yml +++ b/_data/locales/sidebar/zh_CN.yml @@ -5,20 +5,28 @@ sections: docs: - title: 谷歌浏览器 + stub: chrome-issues - title: 火狐浏览器 + stub: firefox-issues - title: Edge浏览器 + stub: edge-issues - title: 附加信息 docs: - title: 账户遗失 + stub: lost-codes - title: 账户类型 + stub: account-types - title: 获取调试信息 + stub: debug-info - title: 标准备份格式 + stub: otp-backup - title: 策略配置 + stub: policy-config From 3e08b5f172234d253798612d6c5d5dd91bb2d1c4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:22 -0500 Subject: [PATCH 1420/2741] New translations firefox-issues.md (Italian) --- docs/it/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/it/firefox-issues.md b/docs/it/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/it/firefox-issues.md +++ b/docs/it/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From bcfb143a4e0594f58c79406f6e31c9a02535b81f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:24 -0500 Subject: [PATCH 1421/2741] New translations firefox-issues.md (Hungarian) --- docs/hu/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/hu/firefox-issues.md b/docs/hu/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/hu/firefox-issues.md +++ b/docs/hu/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From e5a5b7daeeacb43d0be07a7083da98d54dba7a3f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:25 -0500 Subject: [PATCH 1422/2741] New translations firefox-issues.md (Hebrew) --- docs/he/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/he/firefox-issues.md b/docs/he/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/he/firefox-issues.md +++ b/docs/he/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From df8d169e27fd2aa56d3eb2bd7fe0d1efb45ca464 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:26 -0500 Subject: [PATCH 1423/2741] New translations firefox-issues.md (Finnish) --- docs/fi/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/fi/firefox-issues.md b/docs/fi/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/fi/firefox-issues.md +++ b/docs/fi/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From b40dfb544965e2d88a2869ad57d1f6c67a4bc120 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:27 -0500 Subject: [PATCH 1424/2741] New translations firefox-issues.md (German) --- docs/de/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/de/firefox-issues.md b/docs/de/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/de/firefox-issues.md +++ b/docs/de/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 25135c774e86b5f7962cb872ac24a83ebd12f636 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:28 -0500 Subject: [PATCH 1425/2741] New translations firefox-issues.md (Portuguese) --- docs/pt/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/pt/firefox-issues.md b/docs/pt/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/pt/firefox-issues.md +++ b/docs/pt/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 902e0d899fd976d10e99ab980cfb6a7b3440f569 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:29 -0500 Subject: [PATCH 1426/2741] New translations edge-issues.md (Indonesian) --- docs/id/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/id/edge-issues.md b/docs/id/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/id/edge-issues.md +++ b/docs/id/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 52a2d4b9d2f7a7974b906e684d75254c42a96b2b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:31 -0500 Subject: [PATCH 1427/2741] New translations edge-issues.md (Portuguese, Brazilian) --- docs/pt_BR/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/pt_BR/edge-issues.md b/docs/pt_BR/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/pt_BR/edge-issues.md +++ b/docs/pt_BR/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From aa346a4f0104bf3a1e3e1070e855ffedd2655cde Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:32 -0500 Subject: [PATCH 1428/2741] New translations edge-issues.md (Vietnamese) --- docs/vi/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/vi/edge-issues.md b/docs/vi/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/vi/edge-issues.md +++ b/docs/vi/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From d477c95358710c908021d80f134a5bccf57f67c3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:33 -0500 Subject: [PATCH 1429/2741] New translations edge-issues.md (Chinese Traditional) --- docs/zh_TW/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/zh_TW/edge-issues.md b/docs/zh_TW/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/zh_TW/edge-issues.md +++ b/docs/zh_TW/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From cd7e06e09db47104bc38ccabfb5d956949dca5ee Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:35 -0500 Subject: [PATCH 1430/2741] New translations edge-issues.md (Chinese Simplified) --- docs/zh_CN/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/zh_CN/edge-issues.md b/docs/zh_CN/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/zh_CN/edge-issues.md +++ b/docs/zh_CN/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 291b31ac8f9496c3e780e1521247793ba6ccf838 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:36 -0500 Subject: [PATCH 1431/2741] New translations edge-issues.md (Ukrainian) --- docs/uk/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/uk/edge-issues.md b/docs/uk/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/uk/edge-issues.md +++ b/docs/uk/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From d4ff8e0a6876e950ab79d739771c1e3aea116c55 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:37 -0500 Subject: [PATCH 1432/2741] New translations edge-issues.md (Turkish) --- docs/tr/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/tr/edge-issues.md b/docs/tr/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/tr/edge-issues.md +++ b/docs/tr/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 2441620d7a934e08d147f341f017e72a2b5f3c7e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:38 -0500 Subject: [PATCH 1433/2741] New translations edge-issues.md (Swedish) --- docs/sv/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/sv/edge-issues.md b/docs/sv/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/sv/edge-issues.md +++ b/docs/sv/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 0af2c1621c909370695f2a257109b4f491da1355 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:39 -0500 Subject: [PATCH 1434/2741] New translations edge-issues.md (Serbian (Cyrillic)) --- docs/sr/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/sr/edge-issues.md b/docs/sr/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/sr/edge-issues.md +++ b/docs/sr/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 76fbceb6c0e08fd5d6b3f62d8cd31238c0fa775e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:40 -0500 Subject: [PATCH 1435/2741] New translations firefox-issues.md (Polish) --- docs/pl/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/pl/firefox-issues.md b/docs/pl/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/pl/firefox-issues.md +++ b/docs/pl/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 2d7f333ee2da0759a0135fec4a5274e0f4c4c9e3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:41 -0500 Subject: [PATCH 1436/2741] New translations firefox-issues.md (Russian) --- docs/ru/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/ru/firefox-issues.md b/docs/ru/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/ru/firefox-issues.md +++ b/docs/ru/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From a7df0a86c535f679474d396089e61d8fa96e21a7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:42 -0500 Subject: [PATCH 1437/2741] New translations edge-issues.md (Portuguese) --- docs/pt/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/pt/edge-issues.md b/docs/pt/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/pt/edge-issues.md +++ b/docs/pt/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From e10c4b4faf8d5b1387ac156e0020a2bdffc8d13e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:43 -0500 Subject: [PATCH 1438/2741] New translations index.md (Hebrew) --- docs/he/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/he/index.md b/docs/he/index.md index c89c47dd2..e123d2080 100644 --- a/docs/he/index.md +++ b/docs/he/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From f48e22a1121a6bbe2d7a1f3d971b301075732480 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:44 -0500 Subject: [PATCH 1439/2741] New translations index.md (Russian) --- docs/ru/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ru/index.md b/docs/ru/index.md index c89c47dd2..e123d2080 100644 --- a/docs/ru/index.md +++ b/docs/ru/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From d3b4545651892b0885f4a976b2ab95da3433084e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:46 -0500 Subject: [PATCH 1440/2741] New translations index.md (Portuguese) --- docs/pt/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pt/index.md b/docs/pt/index.md index c89c47dd2..e123d2080 100644 --- a/docs/pt/index.md +++ b/docs/pt/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From 3880c3841eeb1c91b5686b4d0a0d51f07c3b81b0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:47 -0500 Subject: [PATCH 1441/2741] New translations index.md (Polish) --- docs/pl/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pl/index.md b/docs/pl/index.md index c89c47dd2..e123d2080 100644 --- a/docs/pl/index.md +++ b/docs/pl/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From 9275117e3d230ddd1cec7c0355bf93695e7ff531 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:48 -0500 Subject: [PATCH 1442/2741] New translations index.md (Norwegian) --- docs/no/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/no/index.md b/docs/no/index.md index c89c47dd2..e123d2080 100644 --- a/docs/no/index.md +++ b/docs/no/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From 483227f38bd03ade30e29fbda04063e3ca6085b4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:49 -0500 Subject: [PATCH 1443/2741] New translations index.md (Dutch) --- docs/nl/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/nl/index.md b/docs/nl/index.md index c89c47dd2..e123d2080 100644 --- a/docs/nl/index.md +++ b/docs/nl/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From 5915de19db3ce244b42d5779853965bac165902a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:50 -0500 Subject: [PATCH 1444/2741] New translations index.md (Korean) --- docs/ko/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ko/index.md b/docs/ko/index.md index c89c47dd2..e123d2080 100644 --- a/docs/ko/index.md +++ b/docs/ko/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From ac8bcebe7f8883430ef6ebf28dc53686624403aa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:51 -0500 Subject: [PATCH 1445/2741] New translations index.md (Japanese) --- docs/ja/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ja/index.md b/docs/ja/index.md index c89c47dd2..e123d2080 100644 --- a/docs/ja/index.md +++ b/docs/ja/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From 2be0cbfcbcbd4d311ac39a65f708501f3aa377e7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:52 -0500 Subject: [PATCH 1446/2741] New translations index.md (Italian) --- docs/it/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/it/index.md b/docs/it/index.md index c89c47dd2..e123d2080 100644 --- a/docs/it/index.md +++ b/docs/it/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From f0221098bc8c374b4cc700cc6aa7b7239c0b0f71 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:53 -0500 Subject: [PATCH 1447/2741] New translations index.md (Hungarian) --- docs/hu/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/hu/index.md b/docs/hu/index.md index c89c47dd2..e123d2080 100644 --- a/docs/hu/index.md +++ b/docs/hu/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From a8c9848e79cb29f40c6c46ae6771a9e4df7d02c7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:54 -0500 Subject: [PATCH 1448/2741] New translations index.md (Finnish) --- docs/fi/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/fi/index.md b/docs/fi/index.md index c89c47dd2..e123d2080 100644 --- a/docs/fi/index.md +++ b/docs/fi/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From b167cd67b9bb352453c6bdb82fb05dc9e09c4944 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:55 -0500 Subject: [PATCH 1449/2741] New translations firefox-issues.md (Serbian (Cyrillic)) --- docs/sr/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/sr/firefox-issues.md b/docs/sr/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/sr/firefox-issues.md +++ b/docs/sr/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 7678a3a385432cecb56c3cd1376ce2b209895f91 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:57 -0500 Subject: [PATCH 1450/2741] New translations index.md (Greek) --- docs/el/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/el/index.md b/docs/el/index.md index c89c47dd2..e123d2080 100644 --- a/docs/el/index.md +++ b/docs/el/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From f4b96fcab4169351c97a28e71b3c1ed31213b63c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:58 -0500 Subject: [PATCH 1451/2741] New translations index.md (German) --- docs/de/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/de/index.md b/docs/de/index.md index c89c47dd2..e123d2080 100644 --- a/docs/de/index.md +++ b/docs/de/index.md @@ -1,6 +1,6 @@ --- -title: -stub: -lang: -layout: +title: Index +stub: index +lang: en +layout: docs-index --- From dc6637e06fa741c0f0ebaf8e301e9e648bf9f26e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:01:59 -0500 Subject: [PATCH 1452/2741] New translations firefox-issues.md (Indonesian) --- docs/id/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/id/firefox-issues.md b/docs/id/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/id/firefox-issues.md +++ b/docs/id/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 5bc735dc4dd1287d13fde971530cbfe740ffc22b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:01 -0500 Subject: [PATCH 1453/2741] New translations firefox-issues.md (Portuguese, Brazilian) --- docs/pt_BR/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/pt_BR/firefox-issues.md b/docs/pt_BR/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/pt_BR/firefox-issues.md +++ b/docs/pt_BR/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 995efdf186e71f4ea4820e896fc52fbdde45cfd2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:02 -0500 Subject: [PATCH 1454/2741] New translations firefox-issues.md (Vietnamese) --- docs/vi/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/vi/firefox-issues.md b/docs/vi/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/vi/firefox-issues.md +++ b/docs/vi/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From b873f228b27462b7273869a362acd1d0885613f8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:03 -0500 Subject: [PATCH 1455/2741] New translations firefox-issues.md (Chinese Traditional) --- docs/zh_TW/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/zh_TW/firefox-issues.md b/docs/zh_TW/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/zh_TW/firefox-issues.md +++ b/docs/zh_TW/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From b907791c867bc16fe9850a6ae65c85069233de40 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:05 -0500 Subject: [PATCH 1456/2741] New translations firefox-issues.md (Ukrainian) --- docs/uk/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/uk/firefox-issues.md b/docs/uk/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/uk/firefox-issues.md +++ b/docs/uk/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From d7baaa9e866b44ee4fa309dda2d57de28a7a6825 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:07 -0500 Subject: [PATCH 1457/2741] New translations firefox-issues.md (Turkish) --- docs/tr/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/tr/firefox-issues.md b/docs/tr/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/tr/firefox-issues.md +++ b/docs/tr/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 7e8c121d3f0c203e25288a26a53fa387483a0c6e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:08 -0500 Subject: [PATCH 1458/2741] New translations firefox-issues.md (Swedish) --- docs/sv/firefox-issues.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/sv/firefox-issues.md b/docs/sv/firefox-issues.md index 0c7639858..e84f51d54 100644 --- a/docs/sv/firefox-issues.md +++ b/docs/sv/firefox-issues.md @@ -1,15 +1,17 @@ --- -title: -stub: -lang: -ver: +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 --- -### +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- +### Known Issues -### +- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) -- -- -- \ No newline at end of file +### Firefox + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From e27364a04ead47c5d79c0e58ab0d2266dfe7687b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:09 -0500 Subject: [PATCH 1459/2741] New translations edge-issues.md (Russian) --- docs/ru/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/ru/edge-issues.md b/docs/ru/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/ru/edge-issues.md +++ b/docs/ru/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From d792fcc9d602040a06fdc0578f2481087cd1db41 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:10 -0500 Subject: [PATCH 1460/2741] New translations edge-issues.md (Polish) --- docs/pl/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/pl/edge-issues.md b/docs/pl/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/pl/edge-issues.md +++ b/docs/pl/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 2b27b6b6ac4a6fee90b098b6059496a68a234ff1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:12 -0500 Subject: [PATCH 1461/2741] New translations debug-info.md (Dutch) --- docs/nl/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/nl/debug-info.md b/docs/nl/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/nl/debug-info.md +++ b/docs/nl/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From f62af4b86bdbdc427f4b0c70fe2f11e9fbde5db6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:13 -0500 Subject: [PATCH 1462/2741] New translations debug-info.md (Portuguese, Brazilian) --- docs/pt_BR/debug-info.md | 56 +++++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/pt_BR/debug-info.md b/docs/pt_BR/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/pt_BR/debug-info.md +++ b/docs/pt_BR/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 8089ad8800e4fc3631ef280107e702945d308c87 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:14 -0500 Subject: [PATCH 1463/2741] New translations edge-backup.md (Japanese) --- docs/ja/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ja/edge-backup.md b/docs/ja/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/ja/edge-backup.md +++ b/docs/ja/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 2b95685731e836a5ba3f4b506421ec769af1a473 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:15 -0500 Subject: [PATCH 1464/2741] New translations edge-backup.md (Italian) --- docs/it/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/it/edge-backup.md b/docs/it/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/it/edge-backup.md +++ b/docs/it/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 2387d843c955343d748005f2c7d36b2f57490e94 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:16 -0500 Subject: [PATCH 1465/2741] New translations edge-backup.md (Hungarian) --- docs/hu/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/hu/edge-backup.md b/docs/hu/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/hu/edge-backup.md +++ b/docs/hu/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 47a0e12a4984886e20d47f64687b99ccdf618d5d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:18 -0500 Subject: [PATCH 1466/2741] New translations edge-backup.md (Hebrew) --- docs/he/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/he/edge-backup.md b/docs/he/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/he/edge-backup.md +++ b/docs/he/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 41582b7275db90b930ce7d1d0f89b1198448c381 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:19 -0500 Subject: [PATCH 1467/2741] New translations edge-backup.md (Finnish) --- docs/fi/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/fi/edge-backup.md b/docs/fi/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/fi/edge-backup.md +++ b/docs/fi/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 842638f4a442552d94d50b510a2be226d5c71b6e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:20 -0500 Subject: [PATCH 1468/2741] New translations edge-backup.md (Greek) --- docs/el/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/el/edge-backup.md b/docs/el/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/el/edge-backup.md +++ b/docs/el/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 05f8eb82f112efb49a2c068b6d016ba059fb9404 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:21 -0500 Subject: [PATCH 1469/2741] New translations edge-backup.md (German) --- docs/de/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/de/edge-backup.md b/docs/de/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/de/edge-backup.md +++ b/docs/de/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 9d718ba8762f9aa99a770b631cf3e1c21657ac2d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:23 -0500 Subject: [PATCH 1470/2741] New translations debug-info.md (Indonesian) --- docs/id/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/id/debug-info.md b/docs/id/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/id/debug-info.md +++ b/docs/id/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 774e28f7ffa65c55f8a50acd9c82410bfa9111a7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:24 -0500 Subject: [PATCH 1471/2741] New translations debug-info.md (Vietnamese) --- docs/vi/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/vi/debug-info.md b/docs/vi/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/vi/debug-info.md +++ b/docs/vi/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 9ee073b5fd46036e8a9dcd6538432e76213f17e0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:25 -0500 Subject: [PATCH 1472/2741] New translations edge-backup.md (Dutch) --- docs/nl/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/nl/edge-backup.md b/docs/nl/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/nl/edge-backup.md +++ b/docs/nl/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From fabbf33faef165031ea429df604f60ab431b8461 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:26 -0500 Subject: [PATCH 1473/2741] New translations debug-info.md (Chinese Traditional) --- docs/zh_TW/debug-info.md | 56 +++++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/zh_TW/debug-info.md b/docs/zh_TW/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/zh_TW/debug-info.md +++ b/docs/zh_TW/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 9d48c13ae36e6ff1ddd4fbffede2096f78b683df Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:28 -0500 Subject: [PATCH 1474/2741] New translations debug-info.md (Ukrainian) --- docs/uk/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/uk/debug-info.md b/docs/uk/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/uk/debug-info.md +++ b/docs/uk/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 9b3d0392dc0e1b3753e9267a6450059d01d797dc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:29 -0500 Subject: [PATCH 1475/2741] New translations debug-info.md (Turkish) --- docs/tr/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/tr/debug-info.md b/docs/tr/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/tr/debug-info.md +++ b/docs/tr/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 75fd2eccce3d24741009ad4038cc06676f676b62 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:30 -0500 Subject: [PATCH 1476/2741] New translations debug-info.md (Swedish) --- docs/sv/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/sv/debug-info.md b/docs/sv/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/sv/debug-info.md +++ b/docs/sv/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 43736eeb08882d336afcdd14fd97d295e8ebb926 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:31 -0500 Subject: [PATCH 1477/2741] New translations debug-info.md (Serbian (Cyrillic)) --- docs/sr/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/sr/debug-info.md b/docs/sr/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/sr/debug-info.md +++ b/docs/sr/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 4b08f4b8bdb137b312d21a5f3205eab90d766e75 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:33 -0500 Subject: [PATCH 1478/2741] New translations debug-info.md (Russian) --- docs/ru/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/ru/debug-info.md b/docs/ru/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/ru/debug-info.md +++ b/docs/ru/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From a42841c011faee9a8107dc3bc48cd559976be8ec Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:34 -0500 Subject: [PATCH 1479/2741] New translations debug-info.md (Portuguese) --- docs/pt/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/pt/debug-info.md b/docs/pt/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/pt/debug-info.md +++ b/docs/pt/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 8b11b5d3b58d8c2822127fcca3ebe48f7b6d905c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:35 -0500 Subject: [PATCH 1480/2741] New translations debug-info.md (Polish) --- docs/pl/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/pl/debug-info.md b/docs/pl/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/pl/debug-info.md +++ b/docs/pl/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 98b01976a0704654aef2573c16f631fe1d87ff6a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:36 -0500 Subject: [PATCH 1481/2741] New translations debug-info.md (Norwegian) --- docs/no/debug-info.md | 56 ++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/no/debug-info.md b/docs/no/debug-info.md index 4aa37ddbb..0805de35b 100644 --- a/docs/no/debug-info.md +++ b/docs/no/debug-info.md @@ -1,51 +1,53 @@ --- -title: -stub: -lang: -ver: +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 --- -- []() -- []() +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## +## Chrome -1. -2. +1. Open Authenticator +2. Right click Authenticator and click "Inspect" -![]() +![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. +3. Go to the "Console" tab -![]() +![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. +4. Copy and paste any messages into the issue description -![]() +![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## +## Firefox -1. -2. +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" -![]() +![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. +3. Click the link that says "Debug" under Authenticator -![]() +![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. +4. Click "Ok" -![]() +![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. +5. Make sure that you are on the console tab -![]() +![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. -7. +6. Open Authenticator again +7. Copy and paste any messages into the issue description -![]() \ No newline at end of file +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 6c8441819cb3186012ea5626e97ea0e5a038c58c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:38 -0500 Subject: [PATCH 1482/2741] New translations edge-backup.md (Korean) --- docs/ko/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ko/edge-backup.md b/docs/ko/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/ko/edge-backup.md +++ b/docs/ko/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 2b6d01be3d4a1b81793f7e1d7f5a2a240c8afbd9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:39 -0500 Subject: [PATCH 1483/2741] New translations edge-backup.md (Norwegian) --- docs/no/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/no/edge-backup.md b/docs/no/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/no/edge-backup.md +++ b/docs/no/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From b6abeb3ed03dee2c8de8e049383f8e1815582f37 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:40 -0500 Subject: [PATCH 1484/2741] New translations edge-issues.md (Norwegian) --- docs/no/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/no/edge-issues.md b/docs/no/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/no/edge-issues.md +++ b/docs/no/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From a93ead74e163685cdb421c2db258f693e71e650a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:41 -0500 Subject: [PATCH 1485/2741] New translations edge-backup.md (Indonesian) --- docs/id/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/id/edge-backup.md b/docs/id/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/id/edge-backup.md +++ b/docs/id/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 1dda5af481061b8694444ebeac68e438cf8e3a45 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:42 -0500 Subject: [PATCH 1486/2741] New translations edge-issues.md (Dutch) --- docs/nl/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/nl/edge-issues.md b/docs/nl/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/nl/edge-issues.md +++ b/docs/nl/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From e0ec36836c37ab79345eaf857edb9e341eb2243e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:43 -0500 Subject: [PATCH 1487/2741] New translations edge-issues.md (Korean) --- docs/ko/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/ko/edge-issues.md b/docs/ko/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/ko/edge-issues.md +++ b/docs/ko/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From ec74e843324fcb351022eac445a9b1d511307cd1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:44 -0500 Subject: [PATCH 1488/2741] New translations edge-issues.md (Japanese) --- docs/ja/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/ja/edge-issues.md b/docs/ja/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/ja/edge-issues.md +++ b/docs/ja/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 66ceb090093b9105fd3fa3c7e4785e3f5efccdaf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:45 -0500 Subject: [PATCH 1489/2741] New translations edge-issues.md (Italian) --- docs/it/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/it/edge-issues.md b/docs/it/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/it/edge-issues.md +++ b/docs/it/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From afdf25cd4b13b06888a4d8b311024040059c6354 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:46 -0500 Subject: [PATCH 1490/2741] New translations edge-issues.md (Hungarian) --- docs/hu/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/hu/edge-issues.md b/docs/hu/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/hu/edge-issues.md +++ b/docs/hu/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From d71f4618eb73ce4c5257d021359675a108d64ccb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:47 -0500 Subject: [PATCH 1491/2741] New translations edge-issues.md (Hebrew) --- docs/he/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/he/edge-issues.md b/docs/he/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/he/edge-issues.md +++ b/docs/he/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 543081c00a55fb3e852bbcb291c5ef159f0f4b68 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:48 -0500 Subject: [PATCH 1492/2741] New translations edge-issues.md (Finnish) --- docs/fi/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/fi/edge-issues.md b/docs/fi/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/fi/edge-issues.md +++ b/docs/fi/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 73c9ee4265e1e4c9dbc5e989303f5a052233fba2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:49 -0500 Subject: [PATCH 1493/2741] New translations edge-issues.md (Greek) --- docs/el/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/el/edge-issues.md b/docs/el/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/el/edge-issues.md +++ b/docs/el/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 98bcbeb7b05686fe4a1ad881247b2d202dbf5d86 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:50 -0500 Subject: [PATCH 1494/2741] New translations edge-issues.md (German) --- docs/de/edge-issues.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/de/edge-issues.md b/docs/de/edge-issues.md index daf7053ea..a0c225247 100644 --- a/docs/de/edge-issues.md +++ b/docs/de/edge-issues.md @@ -1,20 +1,22 @@ --- -title: -stub: -lang: -ver: +title: Edge Issues +stub: edge-issues +lang: en +ver: 1 --- -#### +{% include warning.html class="danger" message=" +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +" %} -### +### Known Issues -- -- +- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. +- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) -### +### Edge -- -- -- \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From ca357be6adf37db5be2d4f40783525484c132c05 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:51 -0500 Subject: [PATCH 1495/2741] New translations edge-backup.md (Portuguese, Brazilian) --- docs/pt_BR/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/pt_BR/edge-backup.md b/docs/pt_BR/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/pt_BR/edge-backup.md +++ b/docs/pt_BR/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 2217b4692cc2af7c5894abbbf7177ab0aa61d338 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:52 -0500 Subject: [PATCH 1496/2741] New translations edge-backup.md (Polish) --- docs/pl/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/pl/edge-backup.md b/docs/pl/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/pl/edge-backup.md +++ b/docs/pl/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 170f81a97e6d00cda010b8dc041f928adf09f583 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:53 -0500 Subject: [PATCH 1497/2741] New translations edge-backup.md (Vietnamese) --- docs/vi/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/vi/edge-backup.md b/docs/vi/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/vi/edge-backup.md +++ b/docs/vi/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 2d5c528b2f7f07ebb6a7d67c40c070e09d296a49 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:54 -0500 Subject: [PATCH 1498/2741] New translations edge-backup.md (Chinese Traditional) --- docs/zh_TW/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/zh_TW/edge-backup.md b/docs/zh_TW/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/zh_TW/edge-backup.md +++ b/docs/zh_TW/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From d31b34429c7d77cc4815068134f1e3521a1d66a3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:55 -0500 Subject: [PATCH 1499/2741] New translations edge-backup.md (Chinese Simplified) --- docs/zh_CN/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/zh_CN/edge-backup.md b/docs/zh_CN/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/zh_CN/edge-backup.md +++ b/docs/zh_CN/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From b9f6763b05ebd3e5fdfa6874dc2a166be4ed5376 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:56 -0500 Subject: [PATCH 1500/2741] New translations edge-backup.md (Ukrainian) --- docs/uk/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/uk/edge-backup.md b/docs/uk/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/uk/edge-backup.md +++ b/docs/uk/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 5fe24dac70acf1215b7703469e5c6c28ef17e424 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:57 -0500 Subject: [PATCH 1501/2741] New translations edge-backup.md (Turkish) --- docs/tr/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/tr/edge-backup.md b/docs/tr/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/tr/edge-backup.md +++ b/docs/tr/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From e3f81b4d5e7c57bc615376839c60f81951338afa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:02:59 -0500 Subject: [PATCH 1502/2741] New translations edge-backup.md (Swedish) --- docs/sv/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/sv/edge-backup.md b/docs/sv/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/sv/edge-backup.md +++ b/docs/sv/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From f00c3ece6ea922a487351a7e33904e46538057df Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:03:00 -0500 Subject: [PATCH 1503/2741] New translations edge-backup.md (Serbian (Cyrillic)) --- docs/sr/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/sr/edge-backup.md b/docs/sr/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/sr/edge-backup.md +++ b/docs/sr/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From fdf144279fa10bfb60ccef89c789bf5284de283c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:03:01 -0500 Subject: [PATCH 1504/2741] New translations edge-backup.md (Russian) --- docs/ru/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/ru/edge-backup.md b/docs/ru/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/ru/edge-backup.md +++ b/docs/ru/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 0d9da18a5c5d568e50cb3ad2808150c25560abd6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:03:02 -0500 Subject: [PATCH 1505/2741] New translations edge-backup.md (Portuguese) --- docs/pt/edge-backup.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/pt/edge-backup.md b/docs/pt/edge-backup.md index 85e1f1773..32a0a2aad 100644 --- a/docs/pt/edge-backup.md +++ b/docs/pt/edge-backup.md @@ -1,26 +1,26 @@ --- -title: -stub: -lang: -ver: +title: Backing up in Edge +stub: edge-backup +lang: en +ver: 1 --- -1. +1. Open Authenticator, right click, and choose "Inspect Element" -![]() +![step1](/assets/edge-backup-screenshots/step1.PNG) -2. -3. +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter ```javascript - +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ``` -![]() +![step3](/assets/edge-backup-screenshots/step3.PNG) -4. +4. Copy the result to notepad -![]() +![step4](/assets/edge-backup-screenshots/step4.PNG) -5. +5. Save as a file ending in `.json` -![]() \ No newline at end of file +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 5d311a4f4eae1e0342cc79779893d369e730ddcb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 14 Apr 2019 11:03:03 -0500 Subject: [PATCH 1506/2741] New translations policy-config.md (Indonesian) --- docs/id/policy-config.md | 46 ++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/docs/id/policy-config.md b/docs/id/policy-config.md index f44417e0a..eb1b96ffa 100644 --- a/docs/id/policy-config.md +++ b/docs/id/policy-config.md @@ -1,31 +1,49 @@ --- -title: -stub: -lang: -ver: +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 --- -#### +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +#### Extension IDs +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` +Firefox: `authenticator@mymindstorm` +## Firefox -## - - - +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) +Example: ```jsonc - +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} ``` -## - - +## Chrome +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: ```jsonc - +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} ``` \ No newline at end of file From 73978af52661f380401e391ff6c2709815db2d43 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:26:26 -0500 Subject: [PATCH 1507/2741] New translations chrome-issues.md (Korean) --- docs/ko/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ko/chrome-issues.md b/docs/ko/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/ko/chrome-issues.md +++ b/docs/ko/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From c69712cc1ba0aa4ec2bfed814c10e0f399dd35f3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:26:27 -0500 Subject: [PATCH 1508/2741] New translations manual-update.md (Korean) --- docs/ko/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ko/manual-update.md b/docs/ko/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/ko/manual-update.md +++ b/docs/ko/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From 020ed0d10e68f2d7bbd1a905f74ed1a1aa502000 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:26:29 -0500 Subject: [PATCH 1509/2741] New translations lost-codes.md (Korean) --- docs/ko/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ko/lost-codes.md b/docs/ko/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/ko/lost-codes.md +++ b/docs/ko/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 766d46b65b9746ee928e00f1253cb7a52deabcff Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:26:30 -0500 Subject: [PATCH 1510/2741] New translations index.md (Korean) --- docs/ko/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ko/index.md b/docs/ko/index.md index e123d2080..93349a5ee 100644 --- a/docs/ko/index.md +++ b/docs/ko/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From bc6d0ab66706048158945922a84a81731414bb3b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:26:32 -0500 Subject: [PATCH 1511/2741] New translations firefox-issues.md (Korean) --- docs/ko/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ko/firefox-issues.md b/docs/ko/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/ko/firefox-issues.md +++ b/docs/ko/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From a86973154132c3588d0b62f4af241bfc4aa62f20 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:26:33 -0500 Subject: [PATCH 1512/2741] New translations edge-issues.md (Korean) --- docs/ko/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ko/edge-issues.md b/docs/ko/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/ko/edge-issues.md +++ b/docs/ko/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 94aef456eaae41f6b1ca222a820a5e7b4652ff77 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:26:35 -0500 Subject: [PATCH 1513/2741] New translations edge-backup.md (Korean) --- docs/ko/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ko/edge-backup.md b/docs/ko/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/ko/edge-backup.md +++ b/docs/ko/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From 031251183e7fbef4e036aecadf22268d9e4428e2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:26:36 -0500 Subject: [PATCH 1514/2741] New translations debug-info.md (Korean) --- docs/ko/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ko/debug-info.md b/docs/ko/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/ko/debug-info.md +++ b/docs/ko/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From 94e227afb2bd2524d1beb9c58a329c67e58d0ff2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:26:38 -0500 Subject: [PATCH 1515/2741] New translations account-types.md (Korean) --- docs/ko/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ko/account-types.md b/docs/ko/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/ko/account-types.md +++ b/docs/ko/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From 63b09865152e2bd58ff910f166a8b77ee37208a6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:26:39 -0500 Subject: [PATCH 1516/2741] New translations otp-backup-developer.md (Korean) --- docs/ko/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ko/otp-backup-developer.md b/docs/ko/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/ko/otp-backup-developer.md +++ b/docs/ko/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From 17369e348a2c2cb040b5c28bd9b3f3944e5bac10 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:26:41 -0500 Subject: [PATCH 1517/2741] New translations policy-config.md (Japanese) --- docs/ja/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ja/policy-config.md b/docs/ja/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/ja/policy-config.md +++ b/docs/ja/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 98c63b4ab25bf32c2f053b7e5a3abc8f8e6c9e1b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:26:42 -0500 Subject: [PATCH 1518/2741] New translations otp-backup.md (Japanese) --- docs/ja/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/ja/otp-backup.md b/docs/ja/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/ja/otp-backup.md +++ b/docs/ja/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From a8bdf2ec70e1ae3e7230bc18e98b9719a255b118 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:26:44 -0500 Subject: [PATCH 1519/2741] New translations otp-backup-developer.md (Japanese) --- docs/ja/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ja/otp-backup-developer.md b/docs/ja/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/ja/otp-backup-developer.md +++ b/docs/ja/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From e7b8e0e3b7c2661e8115e8ec5d84c1d0deef6652 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:26:46 -0500 Subject: [PATCH 1520/2741] New translations opera-install.md (Japanese) --- docs/ja/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ja/opera-install.md b/docs/ja/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/ja/opera-install.md +++ b/docs/ja/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From e7208b9b6aa831aa1c9dfb5f58b21f4c92419988 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:26:47 -0500 Subject: [PATCH 1521/2741] New translations manual-update.md (Japanese) --- docs/ja/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ja/manual-update.md b/docs/ja/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/ja/manual-update.md +++ b/docs/ja/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From 2df7a3a4b9e4f3d5e1765c483f23ac4cc192795c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:26:48 -0500 Subject: [PATCH 1522/2741] New translations lost-codes.md (Japanese) --- docs/ja/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ja/lost-codes.md b/docs/ja/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/ja/lost-codes.md +++ b/docs/ja/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 5da008e730fd967e7f31e264ac38be446655eef3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:26:49 -0500 Subject: [PATCH 1523/2741] New translations opera-install.md (Korean) --- docs/ko/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ko/opera-install.md b/docs/ko/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/ko/opera-install.md +++ b/docs/ko/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 16a9cf95b8f17c58500114d87c3ea1cf314892af Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:26:50 -0500 Subject: [PATCH 1524/2741] New translations otp-backup.md (Korean) --- docs/ko/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/ko/otp-backup.md b/docs/ko/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/ko/otp-backup.md +++ b/docs/ko/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From b5ba253e40fcc24b39aaa6d87b3994cf7389133f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:26:52 -0500 Subject: [PATCH 1525/2741] New translations firefox-issues.md (Japanese) --- docs/ja/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ja/firefox-issues.md b/docs/ja/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/ja/firefox-issues.md +++ b/docs/ja/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From 83345984bb844334ef2d518ebd2aea65ff04e115 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:26:55 -0500 Subject: [PATCH 1526/2741] New translations lost-codes.md (Dutch) --- docs/nl/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/nl/lost-codes.md b/docs/nl/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/nl/lost-codes.md +++ b/docs/nl/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 173b467608c03dfeb730a17a9a3aeeb50773ad55 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:26:56 -0500 Subject: [PATCH 1527/2741] New translations account-types.md (Norwegian) --- docs/no/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/no/account-types.md b/docs/no/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/no/account-types.md +++ b/docs/no/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From bdba3b4292720f732528e050525c63b2787de6f6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:26:58 -0500 Subject: [PATCH 1528/2741] New translations policy-config.md (Dutch) --- docs/nl/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/nl/policy-config.md b/docs/nl/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/nl/policy-config.md +++ b/docs/nl/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From cdb56032342f8a38e4c14c183e2b6bbb29f87ed4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:00 -0500 Subject: [PATCH 1529/2741] New translations otp-backup.md (Dutch) --- docs/nl/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/nl/otp-backup.md b/docs/nl/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/nl/otp-backup.md +++ b/docs/nl/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From 745b4f5958de952c6e36770b1ada10358166e45d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:01 -0500 Subject: [PATCH 1530/2741] New translations otp-backup-developer.md (Dutch) --- docs/nl/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/nl/otp-backup-developer.md b/docs/nl/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/nl/otp-backup-developer.md +++ b/docs/nl/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From 702f84e45b269442f2cc056d17aab8056c94523a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:03 -0500 Subject: [PATCH 1531/2741] New translations opera-install.md (Dutch) --- docs/nl/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/nl/opera-install.md b/docs/nl/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/nl/opera-install.md +++ b/docs/nl/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 3ecfadbed6b83952ed250af784638955b985c546 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:04 -0500 Subject: [PATCH 1532/2741] New translations manual-update.md (Dutch) --- docs/nl/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/nl/manual-update.md b/docs/nl/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/nl/manual-update.md +++ b/docs/nl/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From f34647c5420edc061a235f54110ecf7d0b730fd1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:05 -0500 Subject: [PATCH 1533/2741] New translations index.md (Dutch) --- docs/nl/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/nl/index.md b/docs/nl/index.md index e123d2080..93349a5ee 100644 --- a/docs/nl/index.md +++ b/docs/nl/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 17c5858d98ec06c98804de05f28bae7c00732b75 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:06 -0500 Subject: [PATCH 1534/2741] New translations policy-config.md (Korean) --- docs/ko/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ko/policy-config.md b/docs/ko/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/ko/policy-config.md +++ b/docs/ko/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From ff0c23300b62a405ff635531fb68cf029f036d93 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:08 -0500 Subject: [PATCH 1535/2741] New translations firefox-issues.md (Dutch) --- docs/nl/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/nl/firefox-issues.md b/docs/nl/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/nl/firefox-issues.md +++ b/docs/nl/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From 61af9b01845160daef8fd7eb51e25832a7eb0e8e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:09 -0500 Subject: [PATCH 1536/2741] New translations edge-issues.md (Dutch) --- docs/nl/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/nl/edge-issues.md b/docs/nl/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/nl/edge-issues.md +++ b/docs/nl/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 7e57552299b3ca93e7dcd4c846ec70856118b16c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:10 -0500 Subject: [PATCH 1537/2741] New translations edge-backup.md (Dutch) --- docs/nl/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/nl/edge-backup.md b/docs/nl/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/nl/edge-backup.md +++ b/docs/nl/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From dfea1dbf937545caef4da739936d402468dac63f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:13 -0500 Subject: [PATCH 1538/2741] New translations debug-info.md (Dutch) --- docs/nl/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/nl/debug-info.md b/docs/nl/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/nl/debug-info.md +++ b/docs/nl/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From 914f95ebc30a9549b10badc0fc3ea7dc6be7958a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:14 -0500 Subject: [PATCH 1539/2741] New translations chrome-issues.md (Dutch) --- docs/nl/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/nl/chrome-issues.md b/docs/nl/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/nl/chrome-issues.md +++ b/docs/nl/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 9d6346e379d72bb35bb5ea050504d31bbfe41201 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:15 -0500 Subject: [PATCH 1540/2741] New translations account-types.md (Dutch) --- docs/nl/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/nl/account-types.md b/docs/nl/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/nl/account-types.md +++ b/docs/nl/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From 52e21e78cc6c9aadfbd9a851e422b46d9b67c4b4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:17 -0500 Subject: [PATCH 1541/2741] New translations index.md (Japanese) --- docs/ja/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ja/index.md b/docs/ja/index.md index e123d2080..93349a5ee 100644 --- a/docs/ja/index.md +++ b/docs/ja/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 1092ffdf6bde759c6e4e636d3edb43dd0254305e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:18 -0500 Subject: [PATCH 1542/2741] New translations edge-issues.md (Japanese) --- docs/ja/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ja/edge-issues.md b/docs/ja/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/ja/edge-issues.md +++ b/docs/ja/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From fb93dff84568ac50e6bbe6233074e9875098234a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:19 -0500 Subject: [PATCH 1543/2741] New translations debug-info.md (Norwegian) --- docs/no/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/no/debug-info.md b/docs/no/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/no/debug-info.md +++ b/docs/no/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From 9fe2fd0e9424e5278ee3be566137d9d0c40d29ba Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:21 -0500 Subject: [PATCH 1544/2741] New translations edge-backup.md (Hungarian) --- docs/hu/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hu/edge-backup.md b/docs/hu/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/hu/edge-backup.md +++ b/docs/hu/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From 25fce7cc2e571b0a39ddc1dd0d48bd72d68d8ee4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:22 -0500 Subject: [PATCH 1545/2741] New translations otp-backup-developer.md (Hungarian) --- docs/hu/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hu/otp-backup-developer.md b/docs/hu/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/hu/otp-backup-developer.md +++ b/docs/hu/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From 6e7f95bac2d1c577e35b5c4bc3bed2b64b14b9d9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:24 -0500 Subject: [PATCH 1546/2741] New translations opera-install.md (Hungarian) --- docs/hu/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hu/opera-install.md b/docs/hu/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/hu/opera-install.md +++ b/docs/hu/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 41b18b990208f5b27bac9a76d790beb72fa9b900 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:25 -0500 Subject: [PATCH 1547/2741] New translations manual-update.md (Hungarian) --- docs/hu/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hu/manual-update.md b/docs/hu/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/hu/manual-update.md +++ b/docs/hu/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From dedd4f6904700ee540cf10839cf851200e6dcf39 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:26 -0500 Subject: [PATCH 1548/2741] New translations lost-codes.md (Hungarian) --- docs/hu/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hu/lost-codes.md b/docs/hu/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/hu/lost-codes.md +++ b/docs/hu/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 25c7f3906b344a30d3ddd1f347961ca4bc1c2b7a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:27 -0500 Subject: [PATCH 1549/2741] New translations index.md (Hungarian) --- docs/hu/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hu/index.md b/docs/hu/index.md index e123d2080..93349a5ee 100644 --- a/docs/hu/index.md +++ b/docs/hu/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From d3fef411e0a12a3aca2641df582009cbec3809e9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:29 -0500 Subject: [PATCH 1550/2741] New translations firefox-issues.md (Hungarian) --- docs/hu/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hu/firefox-issues.md b/docs/hu/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/hu/firefox-issues.md +++ b/docs/hu/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From 50b5b51c9c01a9dbc48316faf4916683b22e89f1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:30 -0500 Subject: [PATCH 1551/2741] New translations edge-issues.md (Hungarian) --- docs/hu/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hu/edge-issues.md b/docs/hu/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/hu/edge-issues.md +++ b/docs/hu/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From c5154dfc5d33f6cd13e18ade1ae293a9c2d1aa10 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:32 -0500 Subject: [PATCH 1552/2741] New translations debug-info.md (Hungarian) --- docs/hu/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hu/debug-info.md b/docs/hu/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/hu/debug-info.md +++ b/docs/hu/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From af63d5e7b2be5b1c2de8ae11b9362284ce0c844b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:33 -0500 Subject: [PATCH 1553/2741] New translations policy-config.md (Hungarian) --- docs/hu/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hu/policy-config.md b/docs/hu/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/hu/policy-config.md +++ b/docs/hu/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 98d97b326cbabf834eb27abd90664de26bc10c83 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:34 -0500 Subject: [PATCH 1554/2741] New translations chrome-issues.md (Hungarian) --- docs/hu/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hu/chrome-issues.md b/docs/hu/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/hu/chrome-issues.md +++ b/docs/hu/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From d8c3265b44671a5f15b7068e438d3afc05268fa2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:36 -0500 Subject: [PATCH 1555/2741] New translations account-types.md (Hungarian) --- docs/hu/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hu/account-types.md b/docs/hu/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/hu/account-types.md +++ b/docs/hu/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From 9b2edf0b5ab7d2254f4cd47937ae1717c2516a20 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:38 -0500 Subject: [PATCH 1556/2741] New translations policy-config.md (Hebrew) --- docs/he/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/he/policy-config.md b/docs/he/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/he/policy-config.md +++ b/docs/he/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 5286f309b76ee5fdcf3a686c0ab62d5ed160e3cb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:39 -0500 Subject: [PATCH 1557/2741] New translations otp-backup.md (Hebrew) --- docs/he/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/he/otp-backup.md b/docs/he/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/he/otp-backup.md +++ b/docs/he/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From 39898a37414887aee8e5ded3d6c88ec02b9eb812 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:41 -0500 Subject: [PATCH 1558/2741] New translations otp-backup-developer.md (Hebrew) --- docs/he/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/he/otp-backup-developer.md b/docs/he/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/he/otp-backup-developer.md +++ b/docs/he/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From b2ac7acf52656be9fcd9c2c98adfaa79cad50e90 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:42 -0500 Subject: [PATCH 1559/2741] New translations opera-install.md (Hebrew) --- docs/he/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/he/opera-install.md b/docs/he/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/he/opera-install.md +++ b/docs/he/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From ac77f9dc738a05a2671f46513a9201f891fc0690 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:43 -0500 Subject: [PATCH 1560/2741] New translations otp-backup.md (Hungarian) --- docs/hu/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/hu/otp-backup.md b/docs/hu/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/hu/otp-backup.md +++ b/docs/hu/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From 28a0399327f65ec5d5f64fc82082edd3495dc249 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:45 -0500 Subject: [PATCH 1561/2741] New translations edge-backup.md (Japanese) --- docs/ja/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ja/edge-backup.md b/docs/ja/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/ja/edge-backup.md +++ b/docs/ja/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From d9972adfbbd1c6ec38a1a533c70f580ba965924b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:46 -0500 Subject: [PATCH 1562/2741] New translations opera-install.md (Italian) --- docs/it/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/it/opera-install.md b/docs/it/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/it/opera-install.md +++ b/docs/it/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From c5878320fd19a7fc9924f28252cc79c296f0c692 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:47 -0500 Subject: [PATCH 1563/2741] New translations debug-info.md (Japanese) --- docs/ja/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ja/debug-info.md b/docs/ja/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/ja/debug-info.md +++ b/docs/ja/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From 23e7f0a4e5d89a4780fe93042b642bb326b3a6a8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:48 -0500 Subject: [PATCH 1564/2741] New translations chrome-issues.md (Japanese) --- docs/ja/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ja/chrome-issues.md b/docs/ja/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/ja/chrome-issues.md +++ b/docs/ja/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 0c9c2fb7669a074d08949965d5cfd9724228f41c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:50 -0500 Subject: [PATCH 1565/2741] New translations account-types.md (Japanese) --- docs/ja/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ja/account-types.md b/docs/ja/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/ja/account-types.md +++ b/docs/ja/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From f3eba5aad839e093aaed4d5f02688315e25978c4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:52 -0500 Subject: [PATCH 1566/2741] New translations policy-config.md (Italian) --- docs/it/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/it/policy-config.md b/docs/it/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/it/policy-config.md +++ b/docs/it/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 5061375acd2dfef60a04057e542f52204dba0249 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:53 -0500 Subject: [PATCH 1567/2741] New translations otp-backup.md (Italian) --- docs/it/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/it/otp-backup.md b/docs/it/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/it/otp-backup.md +++ b/docs/it/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From ee4b042ad54865ad43fa2cb6b2c5857f5e8a4695 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:54 -0500 Subject: [PATCH 1568/2741] New translations otp-backup-developer.md (Italian) --- docs/it/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/it/otp-backup-developer.md b/docs/it/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/it/otp-backup-developer.md +++ b/docs/it/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From 82931cf66396024106fcd2be3ee8848b09afc949 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:55 -0500 Subject: [PATCH 1569/2741] New translations manual-update.md (Italian) --- docs/it/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/it/manual-update.md b/docs/it/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/it/manual-update.md +++ b/docs/it/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From f8f73a8e8a4fa6603e6087a080ced75d79daca57 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:58 -0500 Subject: [PATCH 1570/2741] New translations lost-codes.md (Italian) --- docs/it/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/it/lost-codes.md b/docs/it/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/it/lost-codes.md +++ b/docs/it/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 382a2ecb3130743f8028c4db849e5f7c9a67454a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:27:59 -0500 Subject: [PATCH 1571/2741] New translations index.md (Italian) --- docs/it/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/it/index.md b/docs/it/index.md index e123d2080..93349a5ee 100644 --- a/docs/it/index.md +++ b/docs/it/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 24db56d0878c534e560c6a8bd55f838dcf5a452b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:00 -0500 Subject: [PATCH 1572/2741] New translations firefox-issues.md (Italian) --- docs/it/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/it/firefox-issues.md b/docs/it/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/it/firefox-issues.md +++ b/docs/it/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From 16f6d3a492ce5cb64a5bc61f9f93b4144230e9a7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:01 -0500 Subject: [PATCH 1573/2741] New translations edge-issues.md (Italian) --- docs/it/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/it/edge-issues.md b/docs/it/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/it/edge-issues.md +++ b/docs/it/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 3ae9f694465a911fd546e9d4e63c00eed5ef20cf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:03 -0500 Subject: [PATCH 1574/2741] New translations edge-backup.md (Italian) --- docs/it/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/it/edge-backup.md b/docs/it/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/it/edge-backup.md +++ b/docs/it/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From 75ee53df97418e0a7bbf5d214dbdd4a7f8d0dca6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:04 -0500 Subject: [PATCH 1575/2741] New translations debug-info.md (Italian) --- docs/it/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/it/debug-info.md b/docs/it/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/it/debug-info.md +++ b/docs/it/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From da15369e48dc4f929a8a505cf6452ed9dae65e0b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:06 -0500 Subject: [PATCH 1576/2741] New translations chrome-issues.md (Italian) --- docs/it/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/it/chrome-issues.md b/docs/it/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/it/chrome-issues.md +++ b/docs/it/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 68626ab2661c93fc3f9d60d3139ad1c265ece5a0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:07 -0500 Subject: [PATCH 1577/2741] New translations account-types.md (Italian) --- docs/it/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/it/account-types.md b/docs/it/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/it/account-types.md +++ b/docs/it/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From 0e5f903fbee9ae31bf6b1eb31858a084264724c5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:08 -0500 Subject: [PATCH 1578/2741] New translations chrome-issues.md (Norwegian) --- docs/no/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/no/chrome-issues.md b/docs/no/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/no/chrome-issues.md +++ b/docs/no/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 715696afcf0fc9064fd9eeda1e2304aa2b2e8e42 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:10 -0500 Subject: [PATCH 1579/2741] New translations edge-backup.md (Norwegian) --- docs/no/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/no/edge-backup.md b/docs/no/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/no/edge-backup.md +++ b/docs/no/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From 9bde733ffbce267b0ac9925c1002066379cf0828 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:11 -0500 Subject: [PATCH 1580/2741] New translations lost-codes.md (Hebrew) --- docs/he/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/he/lost-codes.md b/docs/he/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/he/lost-codes.md +++ b/docs/he/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 044b824f2300e6d152917068e436fe5b507b4965 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:13 -0500 Subject: [PATCH 1581/2741] New translations firefox-issues.md (Serbian (Cyrillic)) --- docs/sr/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sr/firefox-issues.md b/docs/sr/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/sr/firefox-issues.md +++ b/docs/sr/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From f52bdc4b535dfe5b8f6c6e30c3e018ca5a14ce16 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:14 -0500 Subject: [PATCH 1582/2741] New translations edge-issues.md (Serbian (Cyrillic)) --- docs/sr/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sr/edge-issues.md b/docs/sr/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/sr/edge-issues.md +++ b/docs/sr/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From b0ade8db3b63feb8eca12857c4cc3a5675b67ace Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:15 -0500 Subject: [PATCH 1583/2741] New translations edge-backup.md (Serbian (Cyrillic)) --- docs/sr/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sr/edge-backup.md b/docs/sr/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/sr/edge-backup.md +++ b/docs/sr/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From fd315ec726a0c2422492509b601e68683de05dd9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:17 -0500 Subject: [PATCH 1584/2741] New translations debug-info.md (Serbian (Cyrillic)) --- docs/sr/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sr/debug-info.md b/docs/sr/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/sr/debug-info.md +++ b/docs/sr/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From 20737ea51a355b53733e7715a943378857f362b1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:18 -0500 Subject: [PATCH 1585/2741] New translations chrome-issues.md (Serbian (Cyrillic)) --- docs/sr/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sr/chrome-issues.md b/docs/sr/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/sr/chrome-issues.md +++ b/docs/sr/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 00bc98f4b651051bc1139d60142c8861dc52b357 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:20 -0500 Subject: [PATCH 1586/2741] New translations account-types.md (Serbian (Cyrillic)) --- docs/sr/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sr/account-types.md b/docs/sr/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/sr/account-types.md +++ b/docs/sr/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From 31a992140478bf518a80d561fb015f8c66c8a573 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:21 -0500 Subject: [PATCH 1587/2741] New translations policy-config.md (Russian) --- docs/ru/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ru/policy-config.md b/docs/ru/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/ru/policy-config.md +++ b/docs/ru/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 5cb55d3509081d0d8e08cbfffdb85bfcce056a8c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:23 -0500 Subject: [PATCH 1588/2741] New translations lost-codes.md (Serbian (Cyrillic)) --- docs/sr/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sr/lost-codes.md b/docs/sr/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/sr/lost-codes.md +++ b/docs/sr/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 236945bbdce97d53b5e6af62c561b16968da354a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:24 -0500 Subject: [PATCH 1589/2741] New translations otp-backup.md (Russian) --- docs/ru/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/ru/otp-backup.md b/docs/ru/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/ru/otp-backup.md +++ b/docs/ru/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From dfb51301627f8493af51e10bf490790319ff08c7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:25 -0500 Subject: [PATCH 1590/2741] New translations otp-backup-developer.md (Russian) --- docs/ru/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ru/otp-backup-developer.md b/docs/ru/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/ru/otp-backup-developer.md +++ b/docs/ru/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From ec95a3084fb59ea013e902f0126fe8743dda613a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:27 -0500 Subject: [PATCH 1591/2741] New translations opera-install.md (Russian) --- docs/ru/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ru/opera-install.md b/docs/ru/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/ru/opera-install.md +++ b/docs/ru/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 9fa21491eff728e747896ccf8d8052e30d15e074 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:28 -0500 Subject: [PATCH 1592/2741] New translations manual-update.md (Russian) --- docs/ru/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ru/manual-update.md b/docs/ru/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/ru/manual-update.md +++ b/docs/ru/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From 30379bb4f79f96a2a66b5a21f52e3ab53e40e2de Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:29 -0500 Subject: [PATCH 1593/2741] New translations lost-codes.md (Russian) --- docs/ru/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ru/lost-codes.md b/docs/ru/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/ru/lost-codes.md +++ b/docs/ru/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 1442a7e90a8685d2b4c426f8550432846221bb52 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:31 -0500 Subject: [PATCH 1594/2741] New translations index.md (Russian) --- docs/ru/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ru/index.md b/docs/ru/index.md index e123d2080..93349a5ee 100644 --- a/docs/ru/index.md +++ b/docs/ru/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 332e7f3bf2d648dba2be3e8044866696a916b92b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:33 -0500 Subject: [PATCH 1595/2741] New translations firefox-issues.md (Russian) --- docs/ru/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ru/firefox-issues.md b/docs/ru/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/ru/firefox-issues.md +++ b/docs/ru/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From 05eda6ffa6818ebecd6cd2f7168aba56e1477c23 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:34 -0500 Subject: [PATCH 1596/2741] New translations edge-issues.md (Russian) --- docs/ru/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ru/edge-issues.md b/docs/ru/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/ru/edge-issues.md +++ b/docs/ru/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From ddcbf5033169da0c5693e50b1d4525dc7e3cd011 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:35 -0500 Subject: [PATCH 1597/2741] New translations index.md (Serbian (Cyrillic)) --- docs/sr/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sr/index.md b/docs/sr/index.md index e123d2080..93349a5ee 100644 --- a/docs/sr/index.md +++ b/docs/sr/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 7406c17e9179affb3a5eceacf1bdcc05ec5db5db Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:36 -0500 Subject: [PATCH 1598/2741] New translations manual-update.md (Serbian (Cyrillic)) --- docs/sr/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sr/manual-update.md b/docs/sr/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/sr/manual-update.md +++ b/docs/sr/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From 0acb9a67239721522f1d52e420608991f86123e4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:38 -0500 Subject: [PATCH 1599/2741] New translations debug-info.md (Russian) --- docs/ru/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ru/debug-info.md b/docs/ru/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/ru/debug-info.md +++ b/docs/ru/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From dd33a8976efa77f2f50a18fa813fa28c6552ba67 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:39 -0500 Subject: [PATCH 1600/2741] New translations edge-issues.md (Swedish) --- docs/sv/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sv/edge-issues.md b/docs/sv/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/sv/edge-issues.md +++ b/docs/sv/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 2361f3cdecb33bbd072c6f9d7e2ceb3aa1a3994b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:40 -0500 Subject: [PATCH 1601/2741] New translations policy-config.md (Swedish) --- docs/sv/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sv/policy-config.md b/docs/sv/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/sv/policy-config.md +++ b/docs/sv/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From f560f2dca527a3010a8ac8988e29607158f759b3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:41 -0500 Subject: [PATCH 1602/2741] New translations otp-backup.md (Swedish) --- docs/sv/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/sv/otp-backup.md b/docs/sv/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/sv/otp-backup.md +++ b/docs/sv/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From f58ccaef85b3d6d6bccb84e4dea3894cc1e9b430 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:42 -0500 Subject: [PATCH 1603/2741] New translations otp-backup-developer.md (Swedish) --- docs/sv/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sv/otp-backup-developer.md b/docs/sv/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/sv/otp-backup-developer.md +++ b/docs/sv/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From 853a6ec3f0a7fe1fde11cca924d7846dddba6ce6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:43 -0500 Subject: [PATCH 1604/2741] New translations opera-install.md (Swedish) --- docs/sv/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sv/opera-install.md b/docs/sv/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/sv/opera-install.md +++ b/docs/sv/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From bc03350f3f33c948653354944d0e04db98ab569c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:45 -0500 Subject: [PATCH 1605/2741] New translations manual-update.md (Swedish) --- docs/sv/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sv/manual-update.md b/docs/sv/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/sv/manual-update.md +++ b/docs/sv/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From c2307b4ac9b075860623d181d7945082bdaad081 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:46 -0500 Subject: [PATCH 1606/2741] New translations lost-codes.md (Swedish) --- docs/sv/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sv/lost-codes.md b/docs/sv/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/sv/lost-codes.md +++ b/docs/sv/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From bd9d36fdd8da66fed416bd014cc655bc4e0440a0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:47 -0500 Subject: [PATCH 1607/2741] New translations index.md (Swedish) --- docs/sv/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sv/index.md b/docs/sv/index.md index e123d2080..93349a5ee 100644 --- a/docs/sv/index.md +++ b/docs/sv/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From c1c6dad0357b1fc259d48c0766d4f86677d60d4d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:48 -0500 Subject: [PATCH 1608/2741] New translations firefox-issues.md (Swedish) --- docs/sv/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sv/firefox-issues.md b/docs/sv/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/sv/firefox-issues.md +++ b/docs/sv/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From 1de6975526d5de7da40582319601001e6424fd50 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:50 -0500 Subject: [PATCH 1609/2741] New translations edge-backup.md (Swedish) --- docs/sv/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sv/edge-backup.md b/docs/sv/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/sv/edge-backup.md +++ b/docs/sv/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From 26dcb31ee5da54041cb97bb8b5186bb4a40fa121 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:51 -0500 Subject: [PATCH 1610/2741] New translations opera-install.md (Serbian (Cyrillic)) --- docs/sr/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sr/opera-install.md b/docs/sr/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/sr/opera-install.md +++ b/docs/sr/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 92c33be08671d8731850cdb9ac398cca9a6a7c0f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:52 -0500 Subject: [PATCH 1611/2741] New translations debug-info.md (Swedish) --- docs/sv/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sv/debug-info.md b/docs/sv/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/sv/debug-info.md +++ b/docs/sv/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From b12c2a8a754a506a63be929bb42e155215f6b3dd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:53 -0500 Subject: [PATCH 1612/2741] New translations chrome-issues.md (Swedish) --- docs/sv/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sv/chrome-issues.md b/docs/sv/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/sv/chrome-issues.md +++ b/docs/sv/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 3e340e167caf7026c542901591d6cc3859aac45e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:54 -0500 Subject: [PATCH 1613/2741] New translations account-types.md (Swedish) --- docs/sv/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sv/account-types.md b/docs/sv/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/sv/account-types.md +++ b/docs/sv/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From 225574b077e5a4f615eb5609b8bc367ed1afd85d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:56 -0500 Subject: [PATCH 1614/2741] New translations policy-config.md (Serbian (Cyrillic)) --- docs/sr/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sr/policy-config.md b/docs/sr/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/sr/policy-config.md +++ b/docs/sr/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 2a7761f85a59556b0c443ed04f49545a0e737bc3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:57 -0500 Subject: [PATCH 1615/2741] New translations otp-backup.md (Serbian (Cyrillic)) --- docs/sr/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/sr/otp-backup.md b/docs/sr/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/sr/otp-backup.md +++ b/docs/sr/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From 06beb3daac06ab002af47824c5d11645bfb45c46 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:28:59 -0500 Subject: [PATCH 1616/2741] New translations otp-backup-developer.md (Serbian (Cyrillic)) --- docs/sr/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sr/otp-backup-developer.md b/docs/sr/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/sr/otp-backup-developer.md +++ b/docs/sr/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From 9a0a553251a13dd46882c0ff094a9ffbb141ffd7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:00 -0500 Subject: [PATCH 1617/2741] New translations edge-backup.md (Russian) --- docs/ru/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ru/edge-backup.md b/docs/ru/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/ru/edge-backup.md +++ b/docs/ru/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From e4cba50e8a723e333d5e9f1d802e15ce8d86028f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:02 -0500 Subject: [PATCH 1618/2741] New translations chrome-issues.md (Russian) --- docs/ru/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ru/chrome-issues.md b/docs/ru/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/ru/chrome-issues.md +++ b/docs/ru/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 02780c65411fb2557902ba4b2db64781be86ae93 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:04 -0500 Subject: [PATCH 1619/2741] New translations edge-issues.md (Norwegian) --- docs/no/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/no/edge-issues.md b/docs/no/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/no/edge-issues.md +++ b/docs/no/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 51ce21d6b014820f40f12235b6a542cf13ff5a22 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:05 -0500 Subject: [PATCH 1620/2741] New translations lost-codes.md (Polish) --- docs/pl/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pl/lost-codes.md b/docs/pl/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/pl/lost-codes.md +++ b/docs/pl/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 2c5b4e89c4babece6076962c6f51fa001b275460 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:06 -0500 Subject: [PATCH 1621/2741] New translations index.md (Polish) --- docs/pl/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pl/index.md b/docs/pl/index.md index e123d2080..93349a5ee 100644 --- a/docs/pl/index.md +++ b/docs/pl/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 49df69a678dc87f4f1f34cc51c9219e1b8f71c22 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:08 -0500 Subject: [PATCH 1622/2741] New translations firefox-issues.md (Polish) --- docs/pl/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pl/firefox-issues.md b/docs/pl/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/pl/firefox-issues.md +++ b/docs/pl/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From bd687c510832aab345a4613ebc2f86ee3e682456 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:09 -0500 Subject: [PATCH 1623/2741] New translations edge-issues.md (Polish) --- docs/pl/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pl/edge-issues.md b/docs/pl/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/pl/edge-issues.md +++ b/docs/pl/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 5f200ef70fcb9f8fadef10db47b55897077c87b7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:10 -0500 Subject: [PATCH 1624/2741] New translations edge-backup.md (Polish) --- docs/pl/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pl/edge-backup.md b/docs/pl/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/pl/edge-backup.md +++ b/docs/pl/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From 9128c48bf2dd2c57f6a95ab92fe17acaeff5fd4d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:11 -0500 Subject: [PATCH 1625/2741] New translations debug-info.md (Polish) --- docs/pl/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pl/debug-info.md b/docs/pl/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/pl/debug-info.md +++ b/docs/pl/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From 685205eb47f6a07696873accf32275ad7ccb37b3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:13 -0500 Subject: [PATCH 1626/2741] New translations chrome-issues.md (Polish) --- docs/pl/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pl/chrome-issues.md b/docs/pl/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/pl/chrome-issues.md +++ b/docs/pl/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 9ff447fba6c99f60afb9509f182e3b7305eecefb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:15 -0500 Subject: [PATCH 1627/2741] New translations account-types.md (Polish) --- docs/pl/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pl/account-types.md b/docs/pl/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/pl/account-types.md +++ b/docs/pl/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From 74891ce17b93c11e67b0a9837eac04bf8220257e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:16 -0500 Subject: [PATCH 1628/2741] New translations opera-install.md (Polish) --- docs/pl/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pl/opera-install.md b/docs/pl/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/pl/opera-install.md +++ b/docs/pl/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 7df75ecdb9ef6c533d56dbb1397597a17a06d858 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:17 -0500 Subject: [PATCH 1629/2741] New translations policy-config.md (Norwegian) --- docs/no/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/no/policy-config.md b/docs/no/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/no/policy-config.md +++ b/docs/no/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 6c6a689fc795b2935a57f4a03f8bdcd86a41adfb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:19 -0500 Subject: [PATCH 1630/2741] New translations otp-backup.md (Norwegian) --- docs/no/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/no/otp-backup.md b/docs/no/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/no/otp-backup.md +++ b/docs/no/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From 84cbe21e8670e57b7e0d9925971130de27801f50 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:21 -0500 Subject: [PATCH 1631/2741] New translations otp-backup-developer.md (Norwegian) --- docs/no/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/no/otp-backup-developer.md b/docs/no/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/no/otp-backup-developer.md +++ b/docs/no/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From 55f1e8a3cc9ed9632d3dde08b831ffe88ae303f9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:22 -0500 Subject: [PATCH 1632/2741] New translations opera-install.md (Norwegian) --- docs/no/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/no/opera-install.md b/docs/no/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/no/opera-install.md +++ b/docs/no/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 1d4c6a205506a873770b90092b808fadaa94d786 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:23 -0500 Subject: [PATCH 1633/2741] New translations manual-update.md (Norwegian) --- docs/no/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/no/manual-update.md b/docs/no/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/no/manual-update.md +++ b/docs/no/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From ba72e31b6131e19254d40d5afd3df35e633b03e1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:24 -0500 Subject: [PATCH 1634/2741] New translations lost-codes.md (Norwegian) --- docs/no/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/no/lost-codes.md b/docs/no/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/no/lost-codes.md +++ b/docs/no/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From d5e76bd82e05bc88b1917110ef458832a811ed09 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:26 -0500 Subject: [PATCH 1635/2741] New translations index.md (Norwegian) --- docs/no/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/no/index.md b/docs/no/index.md index e123d2080..93349a5ee 100644 --- a/docs/no/index.md +++ b/docs/no/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 6b5ddfc018e9e77d765668a73e022c5e0f6f710b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:27 -0500 Subject: [PATCH 1636/2741] New translations firefox-issues.md (Norwegian) --- docs/no/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/no/firefox-issues.md b/docs/no/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/no/firefox-issues.md +++ b/docs/no/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From cd459540b4ca653321c442594cb87b4385baef24 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:28 -0500 Subject: [PATCH 1637/2741] New translations manual-update.md (Polish) --- docs/pl/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pl/manual-update.md b/docs/pl/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/pl/manual-update.md +++ b/docs/pl/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From fa4936c879972ef3f5ed34b8ef380ca25b2df5c7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:30 -0500 Subject: [PATCH 1638/2741] New translations otp-backup-developer.md (Polish) --- docs/pl/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pl/otp-backup-developer.md b/docs/pl/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/pl/otp-backup-developer.md +++ b/docs/pl/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From 921f4bffec2f807f9624cb24b24a5ea5c10b035b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:31 -0500 Subject: [PATCH 1639/2741] New translations account-types.md (Russian) --- docs/ru/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ru/account-types.md b/docs/ru/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/ru/account-types.md +++ b/docs/ru/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From 1f39bcd9b23e2ea675547cf0dbba1ac2c8e51def Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:32 -0500 Subject: [PATCH 1640/2741] New translations index.md (Portuguese) --- docs/pt/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt/index.md b/docs/pt/index.md index e123d2080..93349a5ee 100644 --- a/docs/pt/index.md +++ b/docs/pt/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 4fd8c7b1543806f375bbea3d2e7396ef087cd55f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:34 -0500 Subject: [PATCH 1641/2741] New translations policy-config.md (Portuguese) --- docs/pt/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt/policy-config.md b/docs/pt/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/pt/policy-config.md +++ b/docs/pt/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 703611260f9c2cd6f841b55e2465e96ff491f940 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:35 -0500 Subject: [PATCH 1642/2741] New translations otp-backup.md (Portuguese) --- docs/pt/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/pt/otp-backup.md b/docs/pt/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/pt/otp-backup.md +++ b/docs/pt/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From f7c64c2d9e9ee75e3903f8694858711f12ca6418 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:36 -0500 Subject: [PATCH 1643/2741] New translations otp-backup-developer.md (Portuguese) --- docs/pt/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt/otp-backup-developer.md b/docs/pt/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/pt/otp-backup-developer.md +++ b/docs/pt/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From 174ce6b45c9b3924cd9180b87f59a6178b02b1da Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:37 -0500 Subject: [PATCH 1644/2741] New translations opera-install.md (Portuguese) --- docs/pt/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt/opera-install.md b/docs/pt/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/pt/opera-install.md +++ b/docs/pt/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 095d7d04942c74c0f00c747cfc3dc966e5a6c473 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:39 -0500 Subject: [PATCH 1645/2741] New translations manual-update.md (Portuguese) --- docs/pt/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt/manual-update.md b/docs/pt/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/pt/manual-update.md +++ b/docs/pt/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From e518796f46c4a747b39394c3b59d86990d3776a2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:40 -0500 Subject: [PATCH 1646/2741] New translations lost-codes.md (Portuguese) --- docs/pt/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt/lost-codes.md b/docs/pt/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/pt/lost-codes.md +++ b/docs/pt/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 0ca6510709bf03a12f90b8f70a907b99ba7f6b53 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:42 -0500 Subject: [PATCH 1647/2741] New translations firefox-issues.md (Portuguese) --- docs/pt/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt/firefox-issues.md b/docs/pt/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/pt/firefox-issues.md +++ b/docs/pt/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From 4a0e05f5c8df0d5c5c4a6fcedbeb321d4dd3efed Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:43 -0500 Subject: [PATCH 1648/2741] New translations otp-backup.md (Polish) --- docs/pl/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/pl/otp-backup.md b/docs/pl/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/pl/otp-backup.md +++ b/docs/pl/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From 9b210b9e0bd8604dfc34feda76824fe0bde5d07c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:44 -0500 Subject: [PATCH 1649/2741] New translations edge-issues.md (Portuguese) --- docs/pt/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt/edge-issues.md b/docs/pt/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/pt/edge-issues.md +++ b/docs/pt/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 5be5fedd3d6512071fcc84df14e18136e1058ad3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:45 -0500 Subject: [PATCH 1650/2741] New translations edge-backup.md (Portuguese) --- docs/pt/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt/edge-backup.md b/docs/pt/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/pt/edge-backup.md +++ b/docs/pt/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From b0028ec449227e996fb0f201a0617c661395cb6f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:46 -0500 Subject: [PATCH 1651/2741] New translations debug-info.md (Portuguese) --- docs/pt/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt/debug-info.md b/docs/pt/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/pt/debug-info.md +++ b/docs/pt/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From 2a0259a7504f9820f903626754d1ffeae5ecf613 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:48 -0500 Subject: [PATCH 1652/2741] New translations chrome-issues.md (Portuguese) --- docs/pt/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt/chrome-issues.md b/docs/pt/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/pt/chrome-issues.md +++ b/docs/pt/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 7732715ca6d0c7e2aa47e9957777944d9c78912d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:49 -0500 Subject: [PATCH 1653/2741] New translations account-types.md (Portuguese) --- docs/pt/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt/account-types.md b/docs/pt/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/pt/account-types.md +++ b/docs/pt/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From d49aaad263ca7a82e30abd528fe9ebb61b2e89d9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:51 -0500 Subject: [PATCH 1654/2741] New translations policy-config.md (Polish) --- docs/pl/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pl/policy-config.md b/docs/pl/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/pl/policy-config.md +++ b/docs/pl/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From b2bb9dc2de994ad40f51e7ad4acf34752df3ae56 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:52 -0500 Subject: [PATCH 1655/2741] New translations manual-update.md (Hebrew) --- docs/he/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/he/manual-update.md b/docs/he/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/he/manual-update.md +++ b/docs/he/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From b58c8ee14d85f587c279a4a7568407e06bfb7fc5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:53 -0500 Subject: [PATCH 1656/2741] New translations index.md (Hebrew) --- docs/he/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/he/index.md b/docs/he/index.md index e123d2080..93349a5ee 100644 --- a/docs/he/index.md +++ b/docs/he/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 828d02d6233be5c8b1c6385ef5e9a1ad567c348c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:54 -0500 Subject: [PATCH 1657/2741] New translations manual-update.md (Arabic) --- docs/ar/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ar/manual-update.md b/docs/ar/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/ar/manual-update.md +++ b/docs/ar/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From 8334a836d79050cdfbdab671c5df61c68924f133 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:55 -0500 Subject: [PATCH 1658/2741] New translations account-types.md (Bulgarian) --- docs/bg/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/bg/account-types.md b/docs/bg/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/bg/account-types.md +++ b/docs/bg/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From 0584797465eb68d03a871a4537a99a31e54e52ec Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:57 -0500 Subject: [PATCH 1659/2741] New translations policy-config.md (Arabic) --- docs/ar/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ar/policy-config.md b/docs/ar/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/ar/policy-config.md +++ b/docs/ar/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From d5c05da8cc5d4359535872ce141fe54b1acd2144 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:58 -0500 Subject: [PATCH 1660/2741] New translations otp-backup.md (Arabic) --- docs/ar/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/ar/otp-backup.md b/docs/ar/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/ar/otp-backup.md +++ b/docs/ar/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From 75cbe83c91247adbadebdd66602d8267fd04a18f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:29:59 -0500 Subject: [PATCH 1661/2741] New translations otp-backup-developer.md (Arabic) --- docs/ar/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ar/otp-backup-developer.md b/docs/ar/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/ar/otp-backup-developer.md +++ b/docs/ar/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From 1d4aecc176035df6d8f6295fc5b079413ad7657d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:01 -0500 Subject: [PATCH 1662/2741] New translations opera-install.md (Arabic) --- docs/ar/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ar/opera-install.md b/docs/ar/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/ar/opera-install.md +++ b/docs/ar/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 597c40ec5a96ed62b7ed7ef1e7cff0d5c0b129b1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:02 -0500 Subject: [PATCH 1663/2741] New translations lost-codes.md (Arabic) --- docs/ar/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ar/lost-codes.md b/docs/ar/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/ar/lost-codes.md +++ b/docs/ar/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 99c5ed2b863faf31107f242ec0e82f1da4493ec4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:05 -0500 Subject: [PATCH 1664/2741] New translations debug-info.md (Bulgarian) --- docs/bg/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/bg/debug-info.md b/docs/bg/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/bg/debug-info.md +++ b/docs/bg/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From 2928fd13701e69687e7a4e1c6d08096ba7c5fc0d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:06 -0500 Subject: [PATCH 1665/2741] New translations index.md (Arabic) --- docs/ar/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ar/index.md b/docs/ar/index.md index e123d2080..93349a5ee 100644 --- a/docs/ar/index.md +++ b/docs/ar/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 6166572793cbdc85412553056822f9e087f00a84 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:07 -0500 Subject: [PATCH 1666/2741] New translations firefox-issues.md (Arabic) --- docs/ar/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ar/firefox-issues.md b/docs/ar/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/ar/firefox-issues.md +++ b/docs/ar/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From 62c98327a623adde4725cac15f2edc35798d1fab Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:09 -0500 Subject: [PATCH 1667/2741] New translations edge-issues.md (Arabic) --- docs/ar/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ar/edge-issues.md b/docs/ar/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/ar/edge-issues.md +++ b/docs/ar/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From c2731f48345019fc7d39a19fbc5b6413f2ba317a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:10 -0500 Subject: [PATCH 1668/2741] New translations edge-backup.md (Arabic) --- docs/ar/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ar/edge-backup.md b/docs/ar/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/ar/edge-backup.md +++ b/docs/ar/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From 081570f79dee8a3761b49497653d41df2de222cb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:11 -0500 Subject: [PATCH 1669/2741] New translations debug-info.md (Arabic) --- docs/ar/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ar/debug-info.md b/docs/ar/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/ar/debug-info.md +++ b/docs/ar/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From f8fea80d5ac194c0a8e3a05a23a87ed97047aa50 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:13 -0500 Subject: [PATCH 1670/2741] New translations chrome-issues.md (Arabic) --- docs/ar/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ar/chrome-issues.md b/docs/ar/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/ar/chrome-issues.md +++ b/docs/ar/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 9f5f9f2769f1c89e2e146cd91f44e124e88fc600 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:14 -0500 Subject: [PATCH 1671/2741] New translations account-types.md (Arabic) --- docs/ar/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ar/account-types.md b/docs/ar/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/ar/account-types.md +++ b/docs/ar/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From 3744b2646913168b27b0e480386b2d30784b9025 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:15 -0500 Subject: [PATCH 1672/2741] New translations chrome-issues.md (Bulgarian) --- docs/bg/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/bg/chrome-issues.md b/docs/bg/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/bg/chrome-issues.md +++ b/docs/bg/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From c4920487a198a59bbd7c4cf139a16c3f02cc8fce Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:16 -0500 Subject: [PATCH 1673/2741] New translations edge-backup.md (Bulgarian) --- docs/bg/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/bg/edge-backup.md b/docs/bg/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/bg/edge-backup.md +++ b/docs/bg/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From db7b28a270fb809cd35b2f7bb47714eb30e8a7c9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:17 -0500 Subject: [PATCH 1674/2741] New translations policy-config.md (Spanish) --- docs/es/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/es/policy-config.md b/docs/es/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/es/policy-config.md +++ b/docs/es/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From c52bc3c52e971e7735efb8d13fd78824cb5d69cd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:19 -0500 Subject: [PATCH 1675/2741] New translations lost-codes.md (Catalan) --- docs/ca/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ca/lost-codes.md b/docs/ca/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/ca/lost-codes.md +++ b/docs/ca/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 5e6f3746acf44d2f7926edc91e0622a4ae133f1d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:20 -0500 Subject: [PATCH 1676/2741] New translations index.md (Catalan) --- docs/ca/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ca/index.md b/docs/ca/index.md index e123d2080..93349a5ee 100644 --- a/docs/ca/index.md +++ b/docs/ca/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 0bb9e6ff26f0575851be141b06287e31807fa5b9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:21 -0500 Subject: [PATCH 1677/2741] New translations firefox-issues.md (Catalan) --- docs/ca/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ca/firefox-issues.md b/docs/ca/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/ca/firefox-issues.md +++ b/docs/ca/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From 18412a420255805005750879dc70f6a211651d57 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:27 -0500 Subject: [PATCH 1678/2741] New translations edge-issues.md (Catalan) --- docs/ca/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ca/edge-issues.md b/docs/ca/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/ca/edge-issues.md +++ b/docs/ca/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 4f86f7d37b728c8406e4d9364da3330aef4580dc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:31 -0500 Subject: [PATCH 1679/2741] New translations edge-backup.md (Catalan) --- docs/ca/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ca/edge-backup.md b/docs/ca/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/ca/edge-backup.md +++ b/docs/ca/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From b9947dc095eb4ee78d68a54ff94ad4670b588b15 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:32 -0500 Subject: [PATCH 1680/2741] New translations debug-info.md (Catalan) --- docs/ca/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ca/debug-info.md b/docs/ca/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/ca/debug-info.md +++ b/docs/ca/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From 395fb3bac4ef7096a16eee510a4da54d4d0b2ee5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:34 -0500 Subject: [PATCH 1681/2741] New translations chrome-issues.md (Catalan) --- docs/ca/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ca/chrome-issues.md b/docs/ca/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/ca/chrome-issues.md +++ b/docs/ca/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 9bdfe3f5ebb41792cb6cebc41928fef75829e97d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:37 -0500 Subject: [PATCH 1682/2741] New translations account-types.md (Catalan) --- docs/ca/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ca/account-types.md b/docs/ca/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/ca/account-types.md +++ b/docs/ca/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From b6682e84cc3cd8f613a9690ce4b53136a4621a96 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:39 -0500 Subject: [PATCH 1683/2741] New translations edge-issues.md (Bulgarian) --- docs/bg/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/bg/edge-issues.md b/docs/bg/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/bg/edge-issues.md +++ b/docs/bg/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 30a4aed520e475202598dbad7ef9736367906466 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:40 -0500 Subject: [PATCH 1684/2741] New translations policy-config.md (Bulgarian) --- docs/bg/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/bg/policy-config.md b/docs/bg/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/bg/policy-config.md +++ b/docs/bg/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 6593d0af32a3549488be6c874b3d5f4ba86ce2ff Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:41 -0500 Subject: [PATCH 1685/2741] New translations otp-backup.md (Bulgarian) --- docs/bg/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/bg/otp-backup.md b/docs/bg/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/bg/otp-backup.md +++ b/docs/bg/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From 1a44303a9619c96d74279d8aafaea6225004ec66 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:43 -0500 Subject: [PATCH 1686/2741] New translations otp-backup-developer.md (Bulgarian) --- docs/bg/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/bg/otp-backup-developer.md b/docs/bg/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/bg/otp-backup-developer.md +++ b/docs/bg/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From c1748ad6bf0c050629875ece448e5a7c734ab310 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:44 -0500 Subject: [PATCH 1687/2741] New translations opera-install.md (Bulgarian) --- docs/bg/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/bg/opera-install.md b/docs/bg/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/bg/opera-install.md +++ b/docs/bg/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 11bb29f2f36a3477876cf79fac338cb97cd56fbb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:45 -0500 Subject: [PATCH 1688/2741] New translations manual-update.md (Bulgarian) --- docs/bg/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/bg/manual-update.md b/docs/bg/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/bg/manual-update.md +++ b/docs/bg/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From 9a621df1c3f150c33c66e2460426d226ed4c7424 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:47 -0500 Subject: [PATCH 1689/2741] New translations lost-codes.md (Bulgarian) --- docs/bg/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/bg/lost-codes.md b/docs/bg/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/bg/lost-codes.md +++ b/docs/bg/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 4e18bb430e37f386125fed24aa963de4041ac2bd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:48 -0500 Subject: [PATCH 1690/2741] New translations index.md (Bulgarian) --- docs/bg/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/bg/index.md b/docs/bg/index.md index e123d2080..93349a5ee 100644 --- a/docs/bg/index.md +++ b/docs/bg/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 1ae36a1adff43dd8aed75dbf0cc79e69c7aa4ef0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:49 -0500 Subject: [PATCH 1691/2741] New translations firefox-issues.md (Bulgarian) --- docs/bg/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/bg/firefox-issues.md b/docs/bg/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/bg/firefox-issues.md +++ b/docs/bg/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From 4545d2fcba575e74563164dc7e09f9e64986e6f2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:51 -0500 Subject: [PATCH 1692/2741] New translations otp-backup.md (Spanish) --- docs/es/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/es/otp-backup.md b/docs/es/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/es/otp-backup.md +++ b/docs/es/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From 62776374e1176b42344d5f5ad1b1eb800bfc34c3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:52 -0500 Subject: [PATCH 1693/2741] New translations opera-install.md (Catalan) --- docs/ca/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ca/opera-install.md b/docs/ca/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/ca/opera-install.md +++ b/docs/ca/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 18ece821a0598534bf843101af1eb81793373c68 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:54 -0500 Subject: [PATCH 1694/2741] New translations opera-install.md (Romanian) --- docs/ro/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ro/opera-install.md b/docs/ro/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/ro/opera-install.md +++ b/docs/ro/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 9ce14f734118f2e70d2008e81c42e58ca2670b18 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:55 -0500 Subject: [PATCH 1695/2741] New translations debug-info.md (French) --- docs/fr/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fr/debug-info.md b/docs/fr/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/fr/debug-info.md +++ b/docs/fr/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From 42b6a352b88ea4fb7854235d3dd12f7191d910ff Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:56 -0500 Subject: [PATCH 1696/2741] New translations chrome-issues.md (French) --- docs/fr/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fr/chrome-issues.md b/docs/fr/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/fr/chrome-issues.md +++ b/docs/fr/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From e7ca61264591f5bb8cc8b16c4ede11d3266b7b9e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:58 -0500 Subject: [PATCH 1697/2741] New translations account-types.md (French) --- docs/fr/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fr/account-types.md b/docs/fr/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/fr/account-types.md +++ b/docs/fr/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From ead6e6f45ac976419084adca30e7be91717a474b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:30:59 -0500 Subject: [PATCH 1698/2741] New translations policy-config.md (Romanian) --- docs/ro/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ro/policy-config.md b/docs/ro/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/ro/policy-config.md +++ b/docs/ro/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 3ceb781d1f471ee84c0748db89c2cb3994636698 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:01 -0500 Subject: [PATCH 1699/2741] New translations otp-backup.md (Romanian) --- docs/ro/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/ro/otp-backup.md b/docs/ro/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/ro/otp-backup.md +++ b/docs/ro/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From e287a98613f4028827b6f53a0b7734654c950689 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:03 -0500 Subject: [PATCH 1700/2741] New translations otp-backup-developer.md (Romanian) --- docs/ro/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ro/otp-backup-developer.md b/docs/ro/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/ro/otp-backup-developer.md +++ b/docs/ro/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From 47bed1a1c185be2266b81a0588333b608b04efef Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:04 -0500 Subject: [PATCH 1701/2741] New translations manual-update.md (Romanian) --- docs/ro/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ro/manual-update.md b/docs/ro/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/ro/manual-update.md +++ b/docs/ro/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From b5dd222f00b7da8a1a249c5b6343c8e85493e236 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:08 -0500 Subject: [PATCH 1702/2741] New translations edge-issues.md (French) --- docs/fr/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fr/edge-issues.md b/docs/fr/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/fr/edge-issues.md +++ b/docs/fr/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 89c68f7b6c714b0041e961f3c9e18516927b50a6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:09 -0500 Subject: [PATCH 1703/2741] New translations lost-codes.md (Romanian) --- docs/ro/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ro/lost-codes.md b/docs/ro/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/ro/lost-codes.md +++ b/docs/ro/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From f363f4512615a09614bf62479b83a39c044bd522 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:11 -0500 Subject: [PATCH 1704/2741] New translations index.md (Romanian) --- docs/ro/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ro/index.md b/docs/ro/index.md index e123d2080..93349a5ee 100644 --- a/docs/ro/index.md +++ b/docs/ro/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 333348207cb62fdd749ace3e3884a5b4a738428c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:12 -0500 Subject: [PATCH 1705/2741] New translations firefox-issues.md (Romanian) --- docs/ro/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ro/firefox-issues.md b/docs/ro/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/ro/firefox-issues.md +++ b/docs/ro/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From 20b40324640362cacedf2b5aa2e8fac5492ff28d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:13 -0500 Subject: [PATCH 1706/2741] New translations edge-issues.md (Romanian) --- docs/ro/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ro/edge-issues.md b/docs/ro/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/ro/edge-issues.md +++ b/docs/ro/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 7dfa42d927b1c93c014ef15dd59ce3097e48d09c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:15 -0500 Subject: [PATCH 1707/2741] New translations edge-backup.md (Romanian) --- docs/ro/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ro/edge-backup.md b/docs/ro/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/ro/edge-backup.md +++ b/docs/ro/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From f17eb5bf44a9eabb56cd942b6945f39ddb1e9e64 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:16 -0500 Subject: [PATCH 1708/2741] New translations debug-info.md (Romanian) --- docs/ro/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ro/debug-info.md b/docs/ro/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/ro/debug-info.md +++ b/docs/ro/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From 54c4410208435c06b882c963ca27bfc86a2f0a28 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:17 -0500 Subject: [PATCH 1709/2741] New translations chrome-issues.md (Romanian) --- docs/ro/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ro/chrome-issues.md b/docs/ro/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/ro/chrome-issues.md +++ b/docs/ro/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 09ade9f58be1ab86c108c5f2d0006d724176c988 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:19 -0500 Subject: [PATCH 1710/2741] New translations account-types.md (Romanian) --- docs/ro/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ro/account-types.md b/docs/ro/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/ro/account-types.md +++ b/docs/ro/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From 67e7b9399cc4ee5e78627e7d5a184a9a28a5c8fa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:20 -0500 Subject: [PATCH 1711/2741] New translations edge-backup.md (French) --- docs/fr/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fr/edge-backup.md b/docs/fr/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/fr/edge-backup.md +++ b/docs/fr/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From fce4c4af2011c1832c761f7ead3b64665ead103d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:22 -0500 Subject: [PATCH 1712/2741] New translations firefox-issues.md (French) --- docs/fr/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fr/firefox-issues.md b/docs/fr/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/fr/firefox-issues.md +++ b/docs/fr/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From 2c8a174031a36a83216d7670b153581a6e6cd409 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:23 -0500 Subject: [PATCH 1713/2741] New translations otp-backup-developer.md (Spanish) --- docs/es/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/es/otp-backup-developer.md b/docs/es/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/es/otp-backup-developer.md +++ b/docs/es/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From d3f46e426e147eeece78ebe79e928afed4c43323 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:24 -0500 Subject: [PATCH 1714/2741] New translations chrome-issues.md (Spanish) --- docs/es/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/es/chrome-issues.md b/docs/es/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/es/chrome-issues.md +++ b/docs/es/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 28364eb9b9a72f5d2676f37800f9d6bb29b07ac5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:26 -0500 Subject: [PATCH 1715/2741] New translations opera-install.md (Spanish) --- docs/es/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/es/opera-install.md b/docs/es/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/es/opera-install.md +++ b/docs/es/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 6acd90b0a5a6f000c13109cd6b2821c01d46b8d9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:27 -0500 Subject: [PATCH 1716/2741] New translations manual-update.md (Spanish) --- docs/es/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/es/manual-update.md b/docs/es/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/es/manual-update.md +++ b/docs/es/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From e3eba126856efcd0d6b602a7e9926c2fc8bdacc1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:28 -0500 Subject: [PATCH 1717/2741] New translations lost-codes.md (Spanish) --- docs/es/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/es/lost-codes.md b/docs/es/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/es/lost-codes.md +++ b/docs/es/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 7d2fb9a7fac3b49d95b3a32ef0c436815bafbeba Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:29 -0500 Subject: [PATCH 1718/2741] New translations index.md (Spanish) --- docs/es/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/es/index.md b/docs/es/index.md index e123d2080..93349a5ee 100644 --- a/docs/es/index.md +++ b/docs/es/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 0e3a1700168e3ae76ac43275a7c57022f9dfd4f3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:31 -0500 Subject: [PATCH 1719/2741] New translations firefox-issues.md (Spanish) --- docs/es/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/es/firefox-issues.md b/docs/es/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/es/firefox-issues.md +++ b/docs/es/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From b9caa29018950ab47e0836e659eebc92d4c847a4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:32 -0500 Subject: [PATCH 1720/2741] New translations edge-issues.md (Spanish) --- docs/es/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/es/edge-issues.md b/docs/es/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/es/edge-issues.md +++ b/docs/es/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 03b245ba7d5899640d7b1dffc43743aee7649074 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:33 -0500 Subject: [PATCH 1721/2741] New translations firefox-issues.md (Hebrew) --- docs/he/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/he/firefox-issues.md b/docs/he/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/he/firefox-issues.md +++ b/docs/he/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From 1d6824d25c87f89d35ed9c129a23802f86c293a8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:34 -0500 Subject: [PATCH 1722/2741] New translations debug-info.md (Spanish) --- docs/es/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/es/debug-info.md b/docs/es/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/es/debug-info.md +++ b/docs/es/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From 71c3a0ed6f593fce6122c6682098ef5b87cec394 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:36 -0500 Subject: [PATCH 1723/2741] New translations account-types.md (Spanish) --- docs/es/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/es/account-types.md b/docs/es/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/es/account-types.md +++ b/docs/es/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From 95d4b60fe648336c64bf8466400fe3461d95d57f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:37 -0500 Subject: [PATCH 1724/2741] New translations index.md (French) --- docs/fr/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fr/index.md b/docs/fr/index.md index e123d2080..93349a5ee 100644 --- a/docs/fr/index.md +++ b/docs/fr/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 8ae0e5b2a8e01516bcb59b1d290c5cbdfd65176b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:40 -0500 Subject: [PATCH 1725/2741] New translations policy-config.md (French) --- docs/fr/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fr/policy-config.md b/docs/fr/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/fr/policy-config.md +++ b/docs/fr/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 16a79fdb814c6a6db94c2f91089ba1264484b821 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:42 -0500 Subject: [PATCH 1726/2741] New translations otp-backup.md (French) --- docs/fr/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/fr/otp-backup.md b/docs/fr/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/fr/otp-backup.md +++ b/docs/fr/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From fde5b0de1439ca4089578b810dad277bc2d9c7de Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:44 -0500 Subject: [PATCH 1727/2741] New translations otp-backup-developer.md (French) --- docs/fr/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fr/otp-backup-developer.md b/docs/fr/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/fr/otp-backup-developer.md +++ b/docs/fr/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From 83083ed8f78fa2b1d23cd4e27c65a536dfdc8319 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:45 -0500 Subject: [PATCH 1728/2741] New translations opera-install.md (French) --- docs/fr/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fr/opera-install.md b/docs/fr/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/fr/opera-install.md +++ b/docs/fr/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 4d9045de9b4a850b421b9041df02370e4eb08db2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:46 -0500 Subject: [PATCH 1729/2741] New translations manual-update.md (French) --- docs/fr/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fr/manual-update.md b/docs/fr/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/fr/manual-update.md +++ b/docs/fr/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From 11c027ee7cfc9c5c73435a162f3627fd7285d5ea Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:48 -0500 Subject: [PATCH 1730/2741] New translations lost-codes.md (French) --- docs/fr/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fr/lost-codes.md b/docs/fr/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/fr/lost-codes.md +++ b/docs/fr/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 4c8c77508c7c1b9fb49fcc74be100f7742d634e8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:49 -0500 Subject: [PATCH 1731/2741] New translations manual-update.md (Catalan) --- docs/ca/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ca/manual-update.md b/docs/ca/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/ca/manual-update.md +++ b/docs/ca/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From 37fa425f03101bc45aeded000a572834d6059e8d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:50 -0500 Subject: [PATCH 1732/2741] New translations edge-backup.md (Spanish) --- docs/es/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/es/edge-backup.md b/docs/es/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/es/edge-backup.md +++ b/docs/es/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From bd597a340011264146ef35341ed9e5a87cf45fb5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:53 -0500 Subject: [PATCH 1733/2741] New translations otp-backup-developer.md (Catalan) --- docs/ca/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ca/otp-backup-developer.md b/docs/ca/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/ca/otp-backup-developer.md +++ b/docs/ca/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From 96b4a91988b808aa43d03404f93cc491bd1643e4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:54 -0500 Subject: [PATCH 1734/2741] New translations firefox-issues.md (Greek) --- docs/el/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/el/firefox-issues.md b/docs/el/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/el/firefox-issues.md +++ b/docs/el/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From b3ea45416bc73fa7d276374ba953db415bab27b9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:55 -0500 Subject: [PATCH 1735/2741] New translations policy-config.md (Greek) --- docs/el/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/el/policy-config.md b/docs/el/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/el/policy-config.md +++ b/docs/el/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 12b15cbb910f80d5ef1ef0e0cd0827341eafcb8d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:56 -0500 Subject: [PATCH 1736/2741] New translations otp-backup.md (Greek) --- docs/el/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/el/otp-backup.md b/docs/el/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/el/otp-backup.md +++ b/docs/el/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From c4b61071533dcf5173bc8f768226bc0910cc5c5f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:58 -0500 Subject: [PATCH 1737/2741] New translations otp-backup-developer.md (Greek) --- docs/el/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/el/otp-backup-developer.md b/docs/el/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/el/otp-backup-developer.md +++ b/docs/el/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From 19a6d375d8383a971215a7016b0478829eaa8930 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:31:59 -0500 Subject: [PATCH 1738/2741] New translations opera-install.md (Greek) --- docs/el/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/el/opera-install.md b/docs/el/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/el/opera-install.md +++ b/docs/el/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 824cc26d151053feab102805166ba4f92e403175 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:01 -0500 Subject: [PATCH 1739/2741] New translations manual-update.md (Greek) --- docs/el/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/el/manual-update.md b/docs/el/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/el/manual-update.md +++ b/docs/el/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From 0be0c7910e53811ed7dbbf8754798aae83fb4b13 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:02 -0500 Subject: [PATCH 1740/2741] New translations lost-codes.md (Greek) --- docs/el/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/el/lost-codes.md b/docs/el/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/el/lost-codes.md +++ b/docs/el/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 16e88d5f99f9c4485227c8e49660844948d49e65 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:04 -0500 Subject: [PATCH 1741/2741] New translations index.md (Greek) --- docs/el/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/el/index.md b/docs/el/index.md index e123d2080..93349a5ee 100644 --- a/docs/el/index.md +++ b/docs/el/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 7e7fae5f83932f8087b9efd64511574406d1b942 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:06 -0500 Subject: [PATCH 1742/2741] New translations edge-issues.md (Greek) --- docs/el/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/el/edge-issues.md b/docs/el/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/el/edge-issues.md +++ b/docs/el/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 344c9deb6f2883e08fda4ffdba272b47eff8ee02 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:07 -0500 Subject: [PATCH 1743/2741] New translations edge-backup.md (Greek) --- docs/el/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/el/edge-backup.md b/docs/el/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/el/edge-backup.md +++ b/docs/el/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From 1dbf6ac12d4296bd9ebf555b31fa467be9d1bbff Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:09 -0500 Subject: [PATCH 1744/2741] New translations debug-info.md (Greek) --- docs/el/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/el/debug-info.md b/docs/el/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/el/debug-info.md +++ b/docs/el/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From 0829476357039e619042384ef3f88105be9d1551 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:10 -0500 Subject: [PATCH 1745/2741] New translations chrome-issues.md (Greek) --- docs/el/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/el/chrome-issues.md b/docs/el/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/el/chrome-issues.md +++ b/docs/el/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 26886d9b793f6c8247a78c2cdd33071b38f97359 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:11 -0500 Subject: [PATCH 1746/2741] New translations account-types.md (Greek) --- docs/el/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/el/account-types.md b/docs/el/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/el/account-types.md +++ b/docs/el/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From 766bc174162d069eaf1eec82ff482bca5cbe7db2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:16 -0500 Subject: [PATCH 1747/2741] New translations policy-config.md (German) --- docs/de/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/de/policy-config.md b/docs/de/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/de/policy-config.md +++ b/docs/de/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 6344b79afef69abadbbdc85766ebf58e357f0197 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:17 -0500 Subject: [PATCH 1748/2741] New translations otp-backup.md (German) --- docs/de/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/de/otp-backup.md b/docs/de/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/de/otp-backup.md +++ b/docs/de/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From 5a98351111a4b73415f1b2adb964d0140b233e48 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:19 -0500 Subject: [PATCH 1749/2741] New translations account-types.md (Finnish) --- docs/fi/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fi/account-types.md b/docs/fi/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/fi/account-types.md +++ b/docs/fi/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From 14915e5cbedde8b179cb0c3b8f2c4699cd21db98 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:20 -0500 Subject: [PATCH 1750/2741] New translations opera-install.md (German) --- docs/de/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/de/opera-install.md b/docs/de/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/de/opera-install.md +++ b/docs/de/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 14af63a057638747caedfdcb89907c9ba2d5d686 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:21 -0500 Subject: [PATCH 1751/2741] New translations policy-config.md (Finnish) --- docs/fi/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fi/policy-config.md b/docs/fi/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/fi/policy-config.md +++ b/docs/fi/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 9dedf1eb77fba91ce39f988c29fc887ce1b13e97 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:22 -0500 Subject: [PATCH 1752/2741] New translations otp-backup.md (Catalan) --- docs/ca/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/ca/otp-backup.md b/docs/ca/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/ca/otp-backup.md +++ b/docs/ca/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From 647b19778ef1595880243eea92fc329e84a01757 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:23 -0500 Subject: [PATCH 1753/2741] New translations edge-issues.md (Hebrew) --- docs/he/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/he/edge-issues.md b/docs/he/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/he/edge-issues.md +++ b/docs/he/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From ebbd5f78df784bc01bcd2686d2cb0f8892ff9358 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:25 -0500 Subject: [PATCH 1754/2741] New translations edge-backup.md (Hebrew) --- docs/he/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/he/edge-backup.md b/docs/he/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/he/edge-backup.md +++ b/docs/he/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From 6e9d278609e01f686906d124e41a5ea5b2b0ea60 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:26 -0500 Subject: [PATCH 1755/2741] New translations debug-info.md (Hebrew) --- docs/he/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/he/debug-info.md b/docs/he/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/he/debug-info.md +++ b/docs/he/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From 02c3f047f5b2046096250a23aa2ebd1762ca0475 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:27 -0500 Subject: [PATCH 1756/2741] New translations chrome-issues.md (Hebrew) --- docs/he/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/he/chrome-issues.md b/docs/he/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/he/chrome-issues.md +++ b/docs/he/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 62a8b346bafaadc2c663347a14274a1d39177917 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:29 -0500 Subject: [PATCH 1757/2741] New translations account-types.md (Hebrew) --- docs/he/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/he/account-types.md b/docs/he/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/he/account-types.md +++ b/docs/he/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From 353bc2839a7cfacdeb4864bd9641315bb79a6876 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:31 -0500 Subject: [PATCH 1758/2741] New translations otp-backup.md (Finnish) --- docs/fi/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/fi/otp-backup.md b/docs/fi/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/fi/otp-backup.md +++ b/docs/fi/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From dc9ee6bf8872c5b0b400474f316f51fe3d7c3190 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:35 -0500 Subject: [PATCH 1759/2741] New translations chrome-issues.md (Finnish) --- docs/fi/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fi/chrome-issues.md b/docs/fi/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/fi/chrome-issues.md +++ b/docs/fi/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 96bcc5e4740a309bd37b0a5746f29868cdf9ddd0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:36 -0500 Subject: [PATCH 1760/2741] New translations otp-backup-developer.md (Finnish) --- docs/fi/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fi/otp-backup-developer.md b/docs/fi/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/fi/otp-backup-developer.md +++ b/docs/fi/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From 42459c104edcd1249d987ce43cf615d2faea5df4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:37 -0500 Subject: [PATCH 1761/2741] New translations opera-install.md (Finnish) --- docs/fi/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fi/opera-install.md b/docs/fi/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/fi/opera-install.md +++ b/docs/fi/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 9982f23592d647a606b6a2549690705753d42ffa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:39 -0500 Subject: [PATCH 1762/2741] New translations manual-update.md (Finnish) --- docs/fi/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fi/manual-update.md b/docs/fi/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/fi/manual-update.md +++ b/docs/fi/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From ff9aab1605647fe2952170382ef0ae3ecde0fc4f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:40 -0500 Subject: [PATCH 1763/2741] New translations lost-codes.md (Finnish) --- docs/fi/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fi/lost-codes.md b/docs/fi/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/fi/lost-codes.md +++ b/docs/fi/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 9f36068f3feb606de4b1ae09c10360ef15820a59 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:41 -0500 Subject: [PATCH 1764/2741] New translations index.md (Finnish) --- docs/fi/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fi/index.md b/docs/fi/index.md index e123d2080..93349a5ee 100644 --- a/docs/fi/index.md +++ b/docs/fi/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 592a425ef95451bf2fd44683d62959c5d68452cc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:42 -0500 Subject: [PATCH 1765/2741] New translations firefox-issues.md (Finnish) --- docs/fi/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fi/firefox-issues.md b/docs/fi/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/fi/firefox-issues.md +++ b/docs/fi/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From f59e4063aec7054459accdc53e92f28950829413 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:43 -0500 Subject: [PATCH 1766/2741] New translations edge-issues.md (Finnish) --- docs/fi/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fi/edge-issues.md b/docs/fi/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/fi/edge-issues.md +++ b/docs/fi/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From efae4c040541ae6cb5a7bc1d26f1602eb3fce12c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:45 -0500 Subject: [PATCH 1767/2741] New translations debug-info.md (Finnish) --- docs/fi/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fi/debug-info.md b/docs/fi/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/fi/debug-info.md +++ b/docs/fi/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From 921c0d3eaaf8333b82f194b9fb679c2c2c1ced58 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:46 -0500 Subject: [PATCH 1768/2741] New translations otp-backup-developer.md (German) --- docs/de/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/de/otp-backup-developer.md b/docs/de/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/de/otp-backup-developer.md +++ b/docs/de/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From 5aa44a5567252efd0137f6715292cfc54200b4aa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:48 -0500 Subject: [PATCH 1769/2741] New translations edge-backup.md (Finnish) --- docs/fi/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fi/edge-backup.md b/docs/fi/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/fi/edge-backup.md +++ b/docs/fi/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From 7a5ba00e1bd7daabe3f7bfac381a0908d5751024 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:49 -0500 Subject: [PATCH 1770/2741] New translations manual-update.md (German) --- docs/de/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/de/manual-update.md b/docs/de/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/de/manual-update.md +++ b/docs/de/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From 8d54fb63f69ace31d01b1e1d60faeaa8b8a85b91 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:51 -0500 Subject: [PATCH 1771/2741] New translations firefox-issues.md (Czech) --- docs/cs/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cs/firefox-issues.md b/docs/cs/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/cs/firefox-issues.md +++ b/docs/cs/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From 5d6d02105e02351969d049e5f4664ffe84d5f0f7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:53 -0500 Subject: [PATCH 1772/2741] New translations policy-config.md (Czech) --- docs/cs/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cs/policy-config.md b/docs/cs/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/cs/policy-config.md +++ b/docs/cs/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 3ee3a1ddb090f7df73c8cd6da8aa9c451da5b42b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:54 -0500 Subject: [PATCH 1773/2741] New translations otp-backup.md (Czech) --- docs/cs/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/cs/otp-backup.md b/docs/cs/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/cs/otp-backup.md +++ b/docs/cs/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From e6ff1573ba9cdc72378c26f8ec2a3a158052dcf3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:56 -0500 Subject: [PATCH 1774/2741] New translations otp-backup-developer.md (Czech) --- docs/cs/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cs/otp-backup-developer.md b/docs/cs/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/cs/otp-backup-developer.md +++ b/docs/cs/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From 9e26f04c642e727a616a50b1e587a9892f84bdd1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:57 -0500 Subject: [PATCH 1775/2741] New translations opera-install.md (Czech) --- docs/cs/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cs/opera-install.md b/docs/cs/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/cs/opera-install.md +++ b/docs/cs/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 9afe8d80a5c6db4fb8b9c178c9fafa07f25923f8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:32:58 -0500 Subject: [PATCH 1776/2741] New translations manual-update.md (Czech) --- docs/cs/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cs/manual-update.md b/docs/cs/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/cs/manual-update.md +++ b/docs/cs/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From f5d06a5b1289a7a3f60df4d711831badcacb38a1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:00 -0500 Subject: [PATCH 1777/2741] New translations lost-codes.md (Czech) --- docs/cs/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cs/lost-codes.md b/docs/cs/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/cs/lost-codes.md +++ b/docs/cs/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 8ffe17330626108e13e7dfbd15d07a2d6ffb2908 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:02 -0500 Subject: [PATCH 1778/2741] New translations edge-issues.md (Czech) --- docs/cs/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cs/edge-issues.md b/docs/cs/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/cs/edge-issues.md +++ b/docs/cs/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 9dee161c0e2e3194f8e2a784789b83e096698e76 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:04 -0500 Subject: [PATCH 1779/2741] New translations chrome-issues.md (Danish) --- docs/da/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/da/chrome-issues.md b/docs/da/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/da/chrome-issues.md +++ b/docs/da/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 5ddd028b852cbc35c346d62a007be39779d05b93 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:06 -0500 Subject: [PATCH 1780/2741] New translations edge-backup.md (Czech) --- docs/cs/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cs/edge-backup.md b/docs/cs/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/cs/edge-backup.md +++ b/docs/cs/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From 7486278cddc5a7ee68df95022c50f87800d047fb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:09 -0500 Subject: [PATCH 1781/2741] New translations debug-info.md (Czech) --- docs/cs/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cs/debug-info.md b/docs/cs/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/cs/debug-info.md +++ b/docs/cs/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From bf36532d7dee0c5c96bf933dba43812d68603636 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:11 -0500 Subject: [PATCH 1782/2741] New translations chrome-issues.md (Czech) --- docs/cs/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cs/chrome-issues.md b/docs/cs/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/cs/chrome-issues.md +++ b/docs/cs/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 94fc7c1ca7e43429fae7a3b7ea55ee835664938c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:12 -0500 Subject: [PATCH 1783/2741] New translations account-types.md (Czech) --- docs/cs/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cs/account-types.md b/docs/cs/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/cs/account-types.md +++ b/docs/cs/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From 7ed2a6e041da5ed0609d482f697a996377db437c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:14 -0500 Subject: [PATCH 1784/2741] New translations lost-codes.md (German) --- docs/de/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/de/lost-codes.md b/docs/de/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/de/lost-codes.md +++ b/docs/de/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From aa7c3b95dc24e40476c5d7f09f4b9b1ab3ff1073 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:15 -0500 Subject: [PATCH 1785/2741] New translations policy-config.md (Catalan) --- docs/ca/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ca/policy-config.md b/docs/ca/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/ca/policy-config.md +++ b/docs/ca/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 0169629653799a999da6bc2154c6182572644fa0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:17 -0500 Subject: [PATCH 1786/2741] New translations account-types.md (Danish) --- docs/da/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/da/account-types.md b/docs/da/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/da/account-types.md +++ b/docs/da/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From e551e31d55271b6ac071691e0333f321b59300f1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:18 -0500 Subject: [PATCH 1787/2741] New translations index.md (Czech) --- docs/cs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cs/index.md b/docs/cs/index.md index e123d2080..93349a5ee 100644 --- a/docs/cs/index.md +++ b/docs/cs/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 9a9d378ddaca714cec62cdfcdbe7aee907acd531 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:19 -0500 Subject: [PATCH 1788/2741] New translations debug-info.md (Danish) --- docs/da/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/da/debug-info.md b/docs/da/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/da/debug-info.md +++ b/docs/da/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From 57ac084cb08761979125f2fa4d0f796109a33b25 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:21 -0500 Subject: [PATCH 1789/2741] New translations policy-config.md (Danish) --- docs/da/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/da/policy-config.md b/docs/da/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/da/policy-config.md +++ b/docs/da/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 52872ddfe13d2c53eb34da017890d4e8b01b2bb9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:22 -0500 Subject: [PATCH 1790/2741] New translations firefox-issues.md (German) --- docs/de/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/de/firefox-issues.md b/docs/de/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/de/firefox-issues.md +++ b/docs/de/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From 213206e2daf236a5a7486ddcc47de0b3c3bc208c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:23 -0500 Subject: [PATCH 1791/2741] New translations edge-backup.md (Danish) --- docs/da/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/da/edge-backup.md b/docs/da/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/da/edge-backup.md +++ b/docs/da/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From cca9a52216873677b8b9f5b9ae6d672bb1d52b2b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:24 -0500 Subject: [PATCH 1792/2741] New translations edge-issues.md (German) --- docs/de/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/de/edge-issues.md b/docs/de/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/de/edge-issues.md +++ b/docs/de/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From e760ae2bb9d67176de7453a6e87e2bbdb2bb8e9a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:27 -0500 Subject: [PATCH 1793/2741] New translations edge-backup.md (German) --- docs/de/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/de/edge-backup.md b/docs/de/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/de/edge-backup.md +++ b/docs/de/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From 4d6f38e286e7087c1b116abc96baf431522d6485 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:28 -0500 Subject: [PATCH 1794/2741] New translations debug-info.md (German) --- docs/de/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/de/debug-info.md b/docs/de/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/de/debug-info.md +++ b/docs/de/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From 1fe583dbf80a44961bc82be81ec45cc932811afa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:29 -0500 Subject: [PATCH 1795/2741] New translations chrome-issues.md (German) --- docs/de/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/de/chrome-issues.md b/docs/de/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/de/chrome-issues.md +++ b/docs/de/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 7fb661367ed9f4e85abef2fead9c46c15551c2a1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:32 -0500 Subject: [PATCH 1796/2741] New translations account-types.md (German) --- docs/de/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/de/account-types.md b/docs/de/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/de/account-types.md +++ b/docs/de/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From 3814b609ad65cef311dd9ba7220d1dcebe2176aa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:34 -0500 Subject: [PATCH 1797/2741] New translations index.md (German) --- docs/de/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/de/index.md b/docs/de/index.md index e123d2080..93349a5ee 100644 --- a/docs/de/index.md +++ b/docs/de/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 77b10e78af3ad08bc47653fd9d8260a17684d99d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:36 -0500 Subject: [PATCH 1798/2741] New translations edge-issues.md (Danish) --- docs/da/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/da/edge-issues.md b/docs/da/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/da/edge-issues.md +++ b/docs/da/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 2e7ec0105cdc31efc098a78de9375bb504100bf5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:37 -0500 Subject: [PATCH 1799/2741] New translations otp-backup-developer.md (Danish) --- docs/da/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/da/otp-backup-developer.md b/docs/da/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/da/otp-backup-developer.md +++ b/docs/da/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From 25ae668649778a3a7a18651ecc8af839d7dcdf73 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:38 -0500 Subject: [PATCH 1800/2741] New translations opera-install.md (Danish) --- docs/da/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/da/opera-install.md b/docs/da/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/da/opera-install.md +++ b/docs/da/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 37dd7de6776db7ab2c5d66bbde6789d394018966 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:39 -0500 Subject: [PATCH 1801/2741] New translations manual-update.md (Danish) --- docs/da/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/da/manual-update.md b/docs/da/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/da/manual-update.md +++ b/docs/da/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From 4dd530651fe4d3854c439c2afa6d1a08f78d3faa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:40 -0500 Subject: [PATCH 1802/2741] New translations lost-codes.md (Danish) --- docs/da/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/da/lost-codes.md b/docs/da/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/da/lost-codes.md +++ b/docs/da/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 760014af1a7808d8789a6641de40378c798df1e7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:42 -0500 Subject: [PATCH 1803/2741] New translations index.md (Danish) --- docs/da/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/da/index.md b/docs/da/index.md index e123d2080..93349a5ee 100644 --- a/docs/da/index.md +++ b/docs/da/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 800840f6c6ce0919f2dad6686f7b6baad1cae335 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:43 -0500 Subject: [PATCH 1804/2741] New translations firefox-issues.md (Danish) --- docs/da/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/da/firefox-issues.md b/docs/da/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/da/firefox-issues.md +++ b/docs/da/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From 3323fb21383c59b608abccce80a8454a9f58c85f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:45 -0500 Subject: [PATCH 1805/2741] New translations otp-backup.md (Danish) --- docs/da/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/da/otp-backup.md b/docs/da/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/da/otp-backup.md +++ b/docs/da/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From f62a7acf7da95d336ae3279753855b953d155742 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:46 -0500 Subject: [PATCH 1806/2741] New translations firefox-issues.md (Vietnamese) --- docs/vi/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/vi/firefox-issues.md b/docs/vi/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/vi/firefox-issues.md +++ b/docs/vi/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From b8cc64815470e1e14c41c857720112143591380a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:47 -0500 Subject: [PATCH 1807/2741] New translations index.md (Vietnamese) --- docs/vi/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/vi/index.md b/docs/vi/index.md index e123d2080..93349a5ee 100644 --- a/docs/vi/index.md +++ b/docs/vi/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From b8286417614f8113faf4bc6021fb31f379a9f67b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:49 -0500 Subject: [PATCH 1808/2741] New translations lost-codes.md (Vietnamese) --- docs/vi/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/vi/lost-codes.md b/docs/vi/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/vi/lost-codes.md +++ b/docs/vi/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From c4e93825582d8103af440c529033ce195203cdf0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:50 -0500 Subject: [PATCH 1809/2741] New translations manual-update.md (Vietnamese) --- docs/vi/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/vi/manual-update.md b/docs/vi/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/vi/manual-update.md +++ b/docs/vi/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From 961a57b578eb519494d3a8e14b3ea7cd890f5296 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:51 -0500 Subject: [PATCH 1810/2741] New translations opera-install.md (Vietnamese) --- docs/vi/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/vi/opera-install.md b/docs/vi/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/vi/opera-install.md +++ b/docs/vi/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From f46bf51d5f116e3171d196ceae759362988e011e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:53 -0500 Subject: [PATCH 1811/2741] New translations otp-backup-developer.md (Vietnamese) --- docs/vi/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/vi/otp-backup-developer.md b/docs/vi/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/vi/otp-backup-developer.md +++ b/docs/vi/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From 507da99281b0fcbd5b0483a55dfb7d763f54d66d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:54 -0500 Subject: [PATCH 1812/2741] New translations policy-config.md (Vietnamese) --- docs/vi/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/vi/policy-config.md b/docs/vi/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/vi/policy-config.md +++ b/docs/vi/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From e32ae2d8fcee6d302035e3e0cc9dbbb1054d5a8d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:55 -0500 Subject: [PATCH 1813/2741] New translations edge-issues.md (Vietnamese) --- docs/vi/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/vi/edge-issues.md b/docs/vi/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/vi/edge-issues.md +++ b/docs/vi/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From b74dbae8a600f1112a48437d0d5feffdc1f40b21 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:57 -0500 Subject: [PATCH 1814/2741] New translations otp-backup.md (Vietnamese) --- docs/vi/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/vi/otp-backup.md b/docs/vi/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/vi/otp-backup.md +++ b/docs/vi/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From aa8e636535f8fcca6a8e34ae71acf2aba16aafbc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:33:59 -0500 Subject: [PATCH 1815/2741] New translations otp-backup.md (Chinese Traditional) --- docs/zh_TW/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/zh_TW/otp-backup.md b/docs/zh_TW/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/zh_TW/otp-backup.md +++ b/docs/zh_TW/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From 62eb7a0604312aa9730f10d6604443116088d419 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:00 -0500 Subject: [PATCH 1816/2741] New translations edge-backup.md (Vietnamese) --- docs/vi/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/vi/edge-backup.md b/docs/vi/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/vi/edge-backup.md +++ b/docs/vi/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From 746d712f738ed15ede98e12b3ca959cb86aa9022 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:03 -0500 Subject: [PATCH 1817/2741] New translations debug-info.md (Vietnamese) --- docs/vi/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/vi/debug-info.md b/docs/vi/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/vi/debug-info.md +++ b/docs/vi/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From 16e63cba3d6963e2c26c5a7ba117ebc8e02dbccc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:04 -0500 Subject: [PATCH 1818/2741] New translations chrome-issues.md (Vietnamese) --- docs/vi/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/vi/chrome-issues.md b/docs/vi/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/vi/chrome-issues.md +++ b/docs/vi/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From dbfc19d3edd518641116bcc3a2deb0539066a74d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:05 -0500 Subject: [PATCH 1819/2741] New translations account-types.md (Vietnamese) --- docs/vi/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/vi/account-types.md b/docs/vi/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/vi/account-types.md +++ b/docs/vi/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From 92fcdf9af3130380c209788b9c79da2783555ed7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:08 -0500 Subject: [PATCH 1820/2741] New translations policy-config.md (Chinese Traditional) --- docs/zh_TW/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_TW/policy-config.md b/docs/zh_TW/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/zh_TW/policy-config.md +++ b/docs/zh_TW/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 61171be0af38db9c5d87ad8f1a729aa987202820 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:09 -0500 Subject: [PATCH 1821/2741] New translations otp-backup-developer.md (Chinese Traditional) --- docs/zh_TW/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_TW/otp-backup-developer.md b/docs/zh_TW/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/zh_TW/otp-backup-developer.md +++ b/docs/zh_TW/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From 663182bceb532a48c125a067c62d3618af4c934a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:10 -0500 Subject: [PATCH 1822/2741] New translations opera-install.md (Chinese Traditional) --- docs/zh_TW/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_TW/opera-install.md b/docs/zh_TW/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/zh_TW/opera-install.md +++ b/docs/zh_TW/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 041708c7bdbe7f573a895b2d15d09d93384710f3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:13 -0500 Subject: [PATCH 1823/2741] New translations chrome-issues.md (Portuguese, Brazilian) --- docs/pt_BR/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt_BR/chrome-issues.md b/docs/pt_BR/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/pt_BR/chrome-issues.md +++ b/docs/pt_BR/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 4465d28f91144f149f8cf0188e4c5b1558e2ec89 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:14 -0500 Subject: [PATCH 1824/2741] New translations manual-update.md (Chinese Traditional) --- docs/zh_TW/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_TW/manual-update.md b/docs/zh_TW/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/zh_TW/manual-update.md +++ b/docs/zh_TW/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From 46dab34e4cba900a9f0d2435f8e0cbc6e79cd67d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:16 -0500 Subject: [PATCH 1825/2741] New translations account-types.md (Portuguese, Brazilian) --- docs/pt_BR/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt_BR/account-types.md b/docs/pt_BR/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/pt_BR/account-types.md +++ b/docs/pt_BR/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From c7408a74c9ead0adec21306b1f3fcc51285b6e33 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:17 -0500 Subject: [PATCH 1826/2741] New translations lost-codes.md (Indonesian) --- docs/id/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/id/lost-codes.md b/docs/id/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/id/lost-codes.md +++ b/docs/id/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 7eb4f42805daa425a04a97da2c3632e687c49a5d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:18 -0500 Subject: [PATCH 1827/2741] New translations debug-info.md (Portuguese, Brazilian) --- docs/pt_BR/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt_BR/debug-info.md b/docs/pt_BR/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/pt_BR/debug-info.md +++ b/docs/pt_BR/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From c140b0103a1a5985dd75fdd4b3a4cecb31e700cb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:20 -0500 Subject: [PATCH 1828/2741] New translations chrome-issues.md (Indonesian) --- docs/id/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/id/chrome-issues.md b/docs/id/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/id/chrome-issues.md +++ b/docs/id/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 74ca756061e7053aad0a6cb841eee50a9faad473 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:21 -0500 Subject: [PATCH 1829/2741] New translations index.md (Chinese Traditional) --- docs/zh_TW/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_TW/index.md b/docs/zh_TW/index.md index e123d2080..93349a5ee 100644 --- a/docs/zh_TW/index.md +++ b/docs/zh_TW/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From fa71c7f025250fbd4cce7a6b914b1132627dc5dd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:22 -0500 Subject: [PATCH 1830/2741] New translations otp-backup.md (Indonesian) --- docs/id/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/id/otp-backup.md b/docs/id/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/id/otp-backup.md +++ b/docs/id/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From 2c82d394938cb8d915d7aa9682f494ee2fe25414 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:23 -0500 Subject: [PATCH 1831/2741] New translations otp-backup-developer.md (Indonesian) --- docs/id/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/id/otp-backup-developer.md b/docs/id/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/id/otp-backup-developer.md +++ b/docs/id/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From a18ccd266072649fb0078b96fa22a5e4466b35be Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:25 -0500 Subject: [PATCH 1832/2741] New translations opera-install.md (Indonesian) --- docs/id/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/id/opera-install.md b/docs/id/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/id/opera-install.md +++ b/docs/id/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 17a3fd03d57184c10a3a6b6a841b0582accda0c6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:26 -0500 Subject: [PATCH 1833/2741] New translations manual-update.md (Indonesian) --- docs/id/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/id/manual-update.md b/docs/id/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/id/manual-update.md +++ b/docs/id/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From 72206232a768da85beb96c23bf3da1deeef98328 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:27 -0500 Subject: [PATCH 1834/2741] New translations index.md (Indonesian) --- docs/id/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/id/index.md b/docs/id/index.md index e123d2080..93349a5ee 100644 --- a/docs/id/index.md +++ b/docs/id/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 4c3c77a2397c0232b2e893ff35c311942e6a2899 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:28 -0500 Subject: [PATCH 1835/2741] New translations firefox-issues.md (Indonesian) --- docs/id/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/id/firefox-issues.md b/docs/id/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/id/firefox-issues.md +++ b/docs/id/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From bb68b0a3e081f33548249ee4a2c701cd8b7a7f81 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:29 -0500 Subject: [PATCH 1836/2741] New translations edge-issues.md (Indonesian) --- docs/id/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/id/edge-issues.md b/docs/id/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/id/edge-issues.md +++ b/docs/id/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 542ef62fde9ab3c564fee92bdb3a9f5fc4b53bd9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:30 -0500 Subject: [PATCH 1837/2741] New translations edge-backup.md (Indonesian) --- docs/id/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/id/edge-backup.md b/docs/id/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/id/edge-backup.md +++ b/docs/id/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From 112493a586774c7a1197166fb249090468944ecf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:32 -0500 Subject: [PATCH 1838/2741] New translations debug-info.md (Indonesian) --- docs/id/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/id/debug-info.md b/docs/id/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/id/debug-info.md +++ b/docs/id/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From c2677312a24e7abb2431319f78c67d22707cfe8c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:33 -0500 Subject: [PATCH 1839/2741] New translations account-types.md (Indonesian) --- docs/id/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/id/account-types.md b/docs/id/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/id/account-types.md +++ b/docs/id/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From 14048ac80ae226f606c84c821fa722b10638dddd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:34 -0500 Subject: [PATCH 1840/2741] New translations edge-backup.md (Portuguese, Brazilian) --- docs/pt_BR/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt_BR/edge-backup.md b/docs/pt_BR/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/pt_BR/edge-backup.md +++ b/docs/pt_BR/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From 8fffee3e2399181af170c1f7a41e3055f273791b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:37 -0500 Subject: [PATCH 1841/2741] New translations policy-config.md (Portuguese, Brazilian) --- docs/pt_BR/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt_BR/policy-config.md b/docs/pt_BR/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/pt_BR/policy-config.md +++ b/docs/pt_BR/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From ef0a2cbca25cae458991e71435eb9f6413997d06 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:39 -0500 Subject: [PATCH 1842/2741] New translations otp-backup.md (Portuguese, Brazilian) --- docs/pt_BR/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/pt_BR/otp-backup.md b/docs/pt_BR/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/pt_BR/otp-backup.md +++ b/docs/pt_BR/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From 0808f7fff84ffe8bb934803e4707a2144f79303b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:40 -0500 Subject: [PATCH 1843/2741] New translations otp-backup-developer.md (Portuguese, Brazilian) --- docs/pt_BR/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt_BR/otp-backup-developer.md b/docs/pt_BR/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/pt_BR/otp-backup-developer.md +++ b/docs/pt_BR/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From 649e1dffeccbf69fb0a1ee3418b9ea9ca86b7a45 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:41 -0500 Subject: [PATCH 1844/2741] New translations opera-install.md (Portuguese, Brazilian) --- docs/pt_BR/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt_BR/opera-install.md b/docs/pt_BR/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/pt_BR/opera-install.md +++ b/docs/pt_BR/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 0fc31c206ba4b5173b5e85b69de057433ceb7940 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:42 -0500 Subject: [PATCH 1845/2741] New translations manual-update.md (Portuguese, Brazilian) --- docs/pt_BR/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt_BR/manual-update.md b/docs/pt_BR/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/pt_BR/manual-update.md +++ b/docs/pt_BR/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From a4faf94cdf27ae254ca28a2593393b9355fb280a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:43 -0500 Subject: [PATCH 1846/2741] New translations lost-codes.md (Portuguese, Brazilian) --- docs/pt_BR/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt_BR/lost-codes.md b/docs/pt_BR/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/pt_BR/lost-codes.md +++ b/docs/pt_BR/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 461a0b728cf223f756df26f9f8afc1b696b20b55 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:44 -0500 Subject: [PATCH 1847/2741] New translations index.md (Portuguese, Brazilian) --- docs/pt_BR/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt_BR/index.md b/docs/pt_BR/index.md index e123d2080..93349a5ee 100644 --- a/docs/pt_BR/index.md +++ b/docs/pt_BR/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From f7311dc087eca1b0ec490104f3fc833390dd69b0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:46 -0500 Subject: [PATCH 1848/2741] New translations firefox-issues.md (Portuguese, Brazilian) --- docs/pt_BR/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt_BR/firefox-issues.md b/docs/pt_BR/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/pt_BR/firefox-issues.md +++ b/docs/pt_BR/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From d30377e3d7fc1fddd30a8d3365a4a93b5263ba07 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:47 -0500 Subject: [PATCH 1849/2741] New translations edge-issues.md (Portuguese, Brazilian) --- docs/pt_BR/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pt_BR/edge-issues.md b/docs/pt_BR/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/pt_BR/edge-issues.md +++ b/docs/pt_BR/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 337949fc52c1356b9f268a7be7745e991559c40a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:48 -0500 Subject: [PATCH 1850/2741] New translations lost-codes.md (Chinese Traditional) --- docs/zh_TW/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_TW/lost-codes.md b/docs/zh_TW/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/zh_TW/lost-codes.md +++ b/docs/zh_TW/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From b8f9f4cd7e4eeb3f7b49fa769944c00dc1fd67cd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:49 -0500 Subject: [PATCH 1851/2741] New translations manual-update.md (Turkish) --- docs/tr/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tr/manual-update.md b/docs/tr/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/tr/manual-update.md +++ b/docs/tr/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From 5d2d9c84e302315399af5a9434112b792b01593b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:51 -0500 Subject: [PATCH 1852/2741] New translations firefox-issues.md (Chinese Traditional) --- docs/zh_TW/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_TW/firefox-issues.md b/docs/zh_TW/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/zh_TW/firefox-issues.md +++ b/docs/zh_TW/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From 98b20a0b3e389bee13f7bd6f025b893b6dc0d8f6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:52 -0500 Subject: [PATCH 1853/2741] New translations otp-backup.md (Turkish) --- docs/tr/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/tr/otp-backup.md b/docs/tr/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/tr/otp-backup.md +++ b/docs/tr/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From b501ad27e3a155fb90b938dc45c6e6dca00d2121 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:53 -0500 Subject: [PATCH 1854/2741] New translations index.md (Ukrainian) --- docs/uk/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/uk/index.md b/docs/uk/index.md index e123d2080..93349a5ee 100644 --- a/docs/uk/index.md +++ b/docs/uk/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 1dfe0461e4226b79b8d6dd9302a4779729dcee8d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:54 -0500 Subject: [PATCH 1855/2741] New translations firefox-issues.md (Ukrainian) --- docs/uk/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/uk/firefox-issues.md b/docs/uk/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/uk/firefox-issues.md +++ b/docs/uk/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From a706a05d4356d1c9528bcb0c8735dbc9a8fa379f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:58 -0500 Subject: [PATCH 1856/2741] New translations edge-issues.md (Ukrainian) --- docs/uk/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/uk/edge-issues.md b/docs/uk/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/uk/edge-issues.md +++ b/docs/uk/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From bbbd56d3b47d34600326b6157fb0b8551f89c573 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:34:59 -0500 Subject: [PATCH 1857/2741] New translations edge-backup.md (Ukrainian) --- docs/uk/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/uk/edge-backup.md b/docs/uk/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/uk/edge-backup.md +++ b/docs/uk/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From d036bb88eb33a5fe496dc0ba26231ea04057bf9c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:00 -0500 Subject: [PATCH 1858/2741] New translations debug-info.md (Ukrainian) --- docs/uk/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/uk/debug-info.md b/docs/uk/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/uk/debug-info.md +++ b/docs/uk/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From 0a8e97f070607e5e515c20fd7ff1e6a761cd82d4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:01 -0500 Subject: [PATCH 1859/2741] New translations chrome-issues.md (Ukrainian) --- docs/uk/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/uk/chrome-issues.md b/docs/uk/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/uk/chrome-issues.md +++ b/docs/uk/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 5bc1657a488b1921c519f92eb6352458ea64e07d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:04 -0500 Subject: [PATCH 1860/2741] New translations account-types.md (Ukrainian) --- docs/uk/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/uk/account-types.md b/docs/uk/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/uk/account-types.md +++ b/docs/uk/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From 7ed27c8022adc846576057e04eee7f52df36355e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:06 -0500 Subject: [PATCH 1861/2741] New translations policy-config.md (Turkish) --- docs/tr/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tr/policy-config.md b/docs/tr/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/tr/policy-config.md +++ b/docs/tr/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 4e1caa117b0c2bb5c07556e3f8c17f3407ff1760 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:07 -0500 Subject: [PATCH 1862/2741] New translations otp-backup-developer.md (Turkish) --- docs/tr/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tr/otp-backup-developer.md b/docs/tr/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/tr/otp-backup-developer.md +++ b/docs/tr/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From 5f738f7b133f605d28133c0500217ea11d5ea5af Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:08 -0500 Subject: [PATCH 1863/2741] New translations manual-update.md (Ukrainian) --- docs/uk/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/uk/manual-update.md b/docs/uk/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/uk/manual-update.md +++ b/docs/uk/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From bbc076cb9a51efc38611e4b86f840fc91cdfaca0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:09 -0500 Subject: [PATCH 1864/2741] New translations opera-install.md (Turkish) --- docs/tr/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tr/opera-install.md b/docs/tr/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/tr/opera-install.md +++ b/docs/tr/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 5cc53467dc06305066018b4407920c2a39e5453d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:10 -0500 Subject: [PATCH 1865/2741] New translations lost-codes.md (Turkish) --- docs/tr/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tr/lost-codes.md b/docs/tr/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/tr/lost-codes.md +++ b/docs/tr/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From e9d18d96f506fa1b1fb4f78226c15b267a24cd98 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:11 -0500 Subject: [PATCH 1866/2741] New translations index.md (Turkish) --- docs/tr/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tr/index.md b/docs/tr/index.md index e123d2080..93349a5ee 100644 --- a/docs/tr/index.md +++ b/docs/tr/index.md @@ -4,3 +4,4 @@ stub: index lang: en layout: docs-index --- + From 4f46a221ab7b7b3d303a70106190c7a62dd1e945 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:13 -0500 Subject: [PATCH 1867/2741] New translations firefox-issues.md (Turkish) --- docs/tr/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tr/firefox-issues.md b/docs/tr/firefox-issues.md index e84f51d54..5718279cc 100644 --- a/docs/tr/firefox-issues.md +++ b/docs/tr/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From 8089215d966ccfad4df42c46e98f630e3e9c5cf9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:14 -0500 Subject: [PATCH 1868/2741] New translations edge-issues.md (Turkish) --- docs/tr/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tr/edge-issues.md b/docs/tr/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/tr/edge-issues.md +++ b/docs/tr/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 7a8fe3671ec189ea8debac4876a149dbf2827816 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:16 -0500 Subject: [PATCH 1869/2741] New translations edge-backup.md (Turkish) --- docs/tr/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tr/edge-backup.md b/docs/tr/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/tr/edge-backup.md +++ b/docs/tr/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From 8aa037e4eaba0d2428f8c1edc3ba1ba5884623ae Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:18 -0500 Subject: [PATCH 1870/2741] New translations debug-info.md (Turkish) --- docs/tr/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tr/debug-info.md b/docs/tr/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/tr/debug-info.md +++ b/docs/tr/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From 5d53177b768675da39bb09303970f3d0f2052001 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:19 -0500 Subject: [PATCH 1871/2741] New translations chrome-issues.md (Turkish) --- docs/tr/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tr/chrome-issues.md b/docs/tr/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/tr/chrome-issues.md +++ b/docs/tr/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From cf631f590f966d9dac526b3d7140ee06c84af2de Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:21 -0500 Subject: [PATCH 1872/2741] New translations account-types.md (Turkish) --- docs/tr/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tr/account-types.md b/docs/tr/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/tr/account-types.md +++ b/docs/tr/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From 1268b8c876366d9769582b25ebd88b5777e83a63 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:23 -0500 Subject: [PATCH 1873/2741] New translations lost-codes.md (Ukrainian) --- docs/uk/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/uk/lost-codes.md b/docs/uk/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/uk/lost-codes.md +++ b/docs/uk/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 873e161d9277353a325db2cf41203a523bdd7c80 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:24 -0500 Subject: [PATCH 1874/2741] New translations opera-install.md (Ukrainian) --- docs/uk/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/uk/opera-install.md b/docs/uk/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/uk/opera-install.md +++ b/docs/uk/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From e1f76134801ce978ca1cf3e5a1381393cd1daf79 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:25 -0500 Subject: [PATCH 1875/2741] New translations edge-issues.md (Chinese Traditional) --- docs/zh_TW/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_TW/edge-issues.md b/docs/zh_TW/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/zh_TW/edge-issues.md +++ b/docs/zh_TW/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 2b5fd960995ef7aee6e2eee4de39ac4ebf60bca2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:26 -0500 Subject: [PATCH 1876/2741] New translations manual-update.md (Chinese Simplified) --- docs/zh_CN/manual-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_CN/manual-update.md b/docs/zh_CN/manual-update.md index c0baf66bf..d8f49dbda 100644 --- a/docs/zh_CN/manual-update.md +++ b/docs/zh_CN/manual-update.md @@ -4,6 +4,7 @@ stub: manual-update lang: en ver: 1 --- + ## Chrome 1. Go to `chrome://extensions` From efe18eab71ea850a9febb90d80687c83993ee816 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:28 -0500 Subject: [PATCH 1877/2741] New translations edge-backup.md (Chinese Traditional) --- docs/zh_TW/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_TW/edge-backup.md b/docs/zh_TW/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/zh_TW/edge-backup.md +++ b/docs/zh_TW/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From e4815afa11bf1cbfa098e877ae6586d9e3361a23 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:29 -0500 Subject: [PATCH 1878/2741] New translations debug-info.md (Chinese Traditional) --- docs/zh_TW/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_TW/debug-info.md b/docs/zh_TW/debug-info.md index 0805de35b..55be97b3f 100644 --- a/docs/zh_TW/debug-info.md +++ b/docs/zh_TW/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: en ver: 1 --- + Follow these steps to report detailed debugging information. - [Chrome](#chrome) From 4da1234891b32d5b921ba25962ae4745d432f568 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:31 -0500 Subject: [PATCH 1879/2741] New translations chrome-issues.md (Chinese Traditional) --- docs/zh_TW/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_TW/chrome-issues.md b/docs/zh_TW/chrome-issues.md index 315dc54d9..6fb1c6fbd 100644 --- a/docs/zh_TW/chrome-issues.md +++ b/docs/zh_TW/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 86e7e4255a01e64cff311ac6f8e38968c31878c2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:32 -0500 Subject: [PATCH 1880/2741] New translations account-types.md (Chinese Traditional) --- docs/zh_TW/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_TW/account-types.md b/docs/zh_TW/account-types.md index bd4ffe757..5ff708b00 100644 --- a/docs/zh_TW/account-types.md +++ b/docs/zh_TW/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: en ver: 1 --- + | Type | Details | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Time Based | TOTP | From 12745b6b727352a10818ace1cb329a5453249cbb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:35 -0500 Subject: [PATCH 1881/2741] New translations policy-config.md (Chinese Simplified) --- docs/zh_CN/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_CN/policy-config.md b/docs/zh_CN/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/zh_CN/policy-config.md +++ b/docs/zh_CN/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 3705a55caf11ba23c66d3940ddc865f1450c13cb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:36 -0500 Subject: [PATCH 1882/2741] New translations otp-backup.md (Chinese Simplified) --- docs/zh_CN/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/zh_CN/otp-backup.md b/docs/zh_CN/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/zh_CN/otp-backup.md +++ b/docs/zh_CN/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From 03912e3e6d021ca677930c2ce60e9a3001ba8e56 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:37 -0500 Subject: [PATCH 1883/2741] New translations otp-backup-developer.md (Chinese Simplified) --- docs/zh_CN/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_CN/otp-backup-developer.md b/docs/zh_CN/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/zh_CN/otp-backup-developer.md +++ b/docs/zh_CN/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From f69aaa81521533271b4434f845d5c90a0695c89b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:38 -0500 Subject: [PATCH 1884/2741] New translations opera-install.md (Chinese Simplified) --- docs/zh_CN/opera-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_CN/opera-install.md b/docs/zh_CN/opera-install.md index de68a686e..a8ac0638c 100644 --- a/docs/zh_CN/opera-install.md +++ b/docs/zh_CN/opera-install.md @@ -4,6 +4,7 @@ stub: opera-install lang: en ver: 1 --- + Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 1f0fe35c7280dcfa84dc5a2dcdde4e2e2b54ab0c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:40 -0500 Subject: [PATCH 1885/2741] New translations lost-codes.md (Chinese Simplified) --- docs/zh_CN/lost-codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_CN/lost-codes.md b/docs/zh_CN/lost-codes.md index 7365f5786..413c8c91b 100644 --- a/docs/zh_CN/lost-codes.md +++ b/docs/zh_CN/lost-codes.md @@ -4,6 +4,7 @@ stub: lost-codes lang: en ver: 1 --- + Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. From 7d23d17b4efc1c45fd9a63972c084ab4388e38d2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:41 -0500 Subject: [PATCH 1886/2741] New translations otp-backup-developer.md (Ukrainian) --- docs/uk/otp-backup-developer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/uk/otp-backup-developer.md b/docs/uk/otp-backup-developer.md index 2753eb171..0ca06721e 100644 --- a/docs/uk/otp-backup-developer.md +++ b/docs/uk/otp-backup-developer.md @@ -4,6 +4,7 @@ stub: otp-backup-developer lang: en ver: 1 --- + Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB From da9d370d0a8f9b745aaa74c3fdf0d288c043ff35 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:43 -0500 Subject: [PATCH 1887/2741] New translations index.md (Chinese Simplified) --- docs/zh_CN/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_CN/index.md b/docs/zh_CN/index.md index fa50b18a5..c9015efc2 100644 --- a/docs/zh_CN/index.md +++ b/docs/zh_CN/index.md @@ -4,3 +4,4 @@ stub: index lang: zh_CN layout: docs-index --- + From 57fd9a5c8a16cf9187de20fee2676756683ff372 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:44 -0500 Subject: [PATCH 1888/2741] New translations firefox-issues.md (Chinese Simplified) --- docs/zh_CN/firefox-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_CN/firefox-issues.md b/docs/zh_CN/firefox-issues.md index c92e70231..b31d0eab8 100644 --- a/docs/zh_CN/firefox-issues.md +++ b/docs/zh_CN/firefox-issues.md @@ -4,6 +4,7 @@ stub: firefox-issues lang: en ver: 2 --- + {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} ### Known Issues From d2cae3353a9e32b0d5449e8cee149c7f22c8cd55 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:45 -0500 Subject: [PATCH 1889/2741] New translations edge-issues.md (Chinese Simplified) --- docs/zh_CN/edge-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_CN/edge-issues.md b/docs/zh_CN/edge-issues.md index a0c225247..452d0b97e 100644 --- a/docs/zh_CN/edge-issues.md +++ b/docs/zh_CN/edge-issues.md @@ -4,6 +4,7 @@ stub: edge-issues lang: en ver: 1 --- + {% include warning.html class="danger" message=" #### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES From 2de4c96bce53a95c5c4925c1993f4f91e3905d14 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:46 -0500 Subject: [PATCH 1890/2741] New translations edge-backup.md (Chinese Simplified) --- docs/zh_CN/edge-backup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_CN/edge-backup.md b/docs/zh_CN/edge-backup.md index 32a0a2aad..f660f9b56 100644 --- a/docs/zh_CN/edge-backup.md +++ b/docs/zh_CN/edge-backup.md @@ -4,6 +4,7 @@ stub: edge-backup lang: en ver: 1 --- + 1. Open Authenticator, right click, and choose "Inspect Element" ![step1](/assets/edge-backup-screenshots/step1.PNG) From f0f8f94417833c4e3e2530a3ddf781488c9dbe27 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:48 -0500 Subject: [PATCH 1891/2741] New translations debug-info.md (Chinese Simplified) --- docs/zh_CN/debug-info.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_CN/debug-info.md b/docs/zh_CN/debug-info.md index e35dc68fa..37a8cfe4a 100644 --- a/docs/zh_CN/debug-info.md +++ b/docs/zh_CN/debug-info.md @@ -4,6 +4,7 @@ stub: debug-info lang: zh_CN ver: 1 --- + 按照以下步骤来报告详细调试信息。 - [谷歌浏览器](#chrome) From d0a84bcd390cc03e9a4bb1e07e63749650731d6a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:49 -0500 Subject: [PATCH 1892/2741] New translations chrome-issues.md (Chinese Simplified) --- docs/zh_CN/chrome-issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_CN/chrome-issues.md b/docs/zh_CN/chrome-issues.md index 42e8fd192..a50f68e57 100644 --- a/docs/zh_CN/chrome-issues.md +++ b/docs/zh_CN/chrome-issues.md @@ -4,6 +4,7 @@ stub: chrome-issues lang: zh_CN ver: 1 --- + {% include warning.html class="danger" message=" #### 重新安装身份验证器会清空你的数据。 不要尝试通过重装扩展来解决问题 From 0d7f65983f10321026c369cae1993d76cb02aee1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:50 -0500 Subject: [PATCH 1893/2741] New translations account-types.md (Chinese Simplified) --- docs/zh_CN/account-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh_CN/account-types.md b/docs/zh_CN/account-types.md index 1983bf63b..06704d2bc 100644 --- a/docs/zh_CN/account-types.md +++ b/docs/zh_CN/account-types.md @@ -4,6 +4,7 @@ stub: account-types lang: zh_CN ver: 1 --- + | 类型 | 详细信息 | | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | 基于时间 | TOTP | From 82dce79c9100545edd8005b00827cd758beb411c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:52 -0500 Subject: [PATCH 1894/2741] New translations policy-config.md (Ukrainian) --- docs/uk/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/uk/policy-config.md b/docs/uk/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/uk/policy-config.md +++ b/docs/uk/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 1d380eda917a32b5dd248a6428274955dccaae7d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:53 -0500 Subject: [PATCH 1895/2741] New translations otp-backup.md (Ukrainian) --- docs/uk/otp-backup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/uk/otp-backup.md b/docs/uk/otp-backup.md index 42dd1fc5e..94c896f06 100644 --- a/docs/uk/otp-backup.md +++ b/docs/uk/otp-backup.md @@ -4,11 +4,13 @@ stub: otp-backup lang: en ver: 1 --- + Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| --------------------------------------------------- | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0 | Encrypted backups not supported | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------- | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} Planned Support: From ed8a7bfabba973b7cc3b1411c49f2f1fe57a65b1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 24 May 2019 12:35:55 -0500 Subject: [PATCH 1896/2741] New translations policy-config.md (Indonesian) --- docs/id/policy-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/id/policy-config.md b/docs/id/policy-config.md index eb1b96ffa..b23c42400 100644 --- a/docs/id/policy-config.md +++ b/docs/id/policy-config.md @@ -4,6 +4,7 @@ stub: policy-config lang: en ver: 1 --- + This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From bdbf10bebc73efff7f71060a5ceb988bbaed9478 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 21:54:12 -0600 Subject: [PATCH 1897/2741] New translations en.json (Acholi) --- _data/locales/default/ach.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/ach.json diff --git a/_data/locales/default/ach.json b/_data/locales/default/ach.json new file mode 100644 index 000000000..65b1077d4 --- /dev/null +++ b/_data/locales/default/ach.json @@ -0,0 +1,12 @@ +{ + "clickHere": "crwdns342:0crwdne342:0", + "viewInLang": "crwdns344:0crwdne344:0", + "unlocalized": "crwdns346:0crwdne346:0", + "translate": "crwdns348:0crwdne348:0", + "translate-long": "crwdns350:0crwdne350:0", + "edit": "crwdns352:0crwdne352:0", + "warning": "crwdns354:0crwdne354:0", + "outdated-warn-1": "crwdns356:0crwdne356:0", + "outdated-warn-2": "crwdns358:0crwdne358:0", + "outdated-warn-3": "crwdns360:0crwdne360:0" +} From 028d7d47653ae92949d3bceed56a44dfd9cddeac Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 21:54:14 -0600 Subject: [PATCH 1898/2741] New translations en.yml (Acholi) --- _data/locales/sidebar/ach.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 _data/locales/sidebar/ach.yml diff --git a/_data/locales/sidebar/ach.yml b/_data/locales/sidebar/ach.yml new file mode 100644 index 000000000..f16d565d2 --- /dev/null +++ b/_data/locales/sidebar/ach.yml @@ -0,0 +1,32 @@ +--- +sections: + - + title: crwdns362:0crwdne362:0 + docs: + - + title: crwdns366:0crwdne366:0 + stub: crwdns368:0crwdne368:0 + - + title: crwdns370:0crwdne370:0 + stub: crwdns372:0crwdne372:0 + - + title: crwdns374:0crwdne374:0 + stub: crwdns376:0crwdne376:0 + - + title: crwdns378:0crwdne378:0 + docs: + - + title: crwdns382:0crwdne382:0 + stub: crwdns384:0crwdne384:0 + - + title: crwdns386:0crwdne386:0 + stub: crwdns388:0crwdne388:0 + - + title: crwdns390:0crwdne390:0 + stub: crwdns392:0crwdne392:0 + - + title: crwdns394:0crwdne394:0 + stub: crwdns396:0crwdne396:0 + - + title: crwdns398:0crwdne398:0 + stub: crwdns400:0crwdne400:0 From c9977cb6919302ec523aa3c36fdb22a7aedaff3e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 21:54:15 -0600 Subject: [PATCH 1899/2741] New translations account-types.md (Acholi) --- docs/ach/account-types.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/ach/account-types.md diff --git a/docs/ach/account-types.md b/docs/ach/account-types.md new file mode 100644 index 000000000..a0448b174 --- /dev/null +++ b/docs/ach/account-types.md @@ -0,0 +1,13 @@ +--- +title: crwdns402:0crwdne402:0 +stub: crwdns404:0crwdne404:0 +lang: crwdns406:0crwdne406:0 +ver: crwdns408:0crwdne408:0 +--- + +| crwdns410:0crwdne410:0 | crwdns412:0crwdne412:0 | +| ---------------------- | ---------------------------------------- | +| crwdns414:0crwdne414:0 | crwdns416:0crwdne416:0 | +| crwdns418:0crwdne418:0 | crwdns420:0crwdne420:0 | +| crwdns422:0crwdne422:0 | crwdns424:0crwdne424:0 | +| crwdns426:0crwdne426:0 | crwdns428:0%27scrwdnd428:0%27crwdne428:0 | crwdns430:0{: .table .table-striped}crwdne430:0 \ No newline at end of file From f5860dd32ba380b2ba66b51afaed6e85c852539a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 21:54:16 -0600 Subject: [PATCH 1900/2741] New translations chrome-issues.md (Acholi) --- docs/ach/chrome-issues.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/ach/chrome-issues.md diff --git a/docs/ach/chrome-issues.md b/docs/ach/chrome-issues.md new file mode 100644 index 000000000..271e06eb9 --- /dev/null +++ b/docs/ach/chrome-issues.md @@ -0,0 +1,16 @@ +--- +title: crwdns432:0crwdne432:0 +stub: crwdns434:0crwdne434:0 +lang: crwdns436:0crwdne436:0 +ver: crwdns438:0crwdne438:0 +--- + +crwdns440:0crwdne440:0 + +#### crwdns442:0crwdne442:0 crwdns444:0crwdne444:0 + +crwdns446:0crwdne446:0 + +- crwdns448:0crwdne448:0 crwdns450:0crwdne450:0 +- crwdns452:0crwdne452:0 crwdns454:0crwdne454:0 +- crwdns456:0crwdne456:0 crwdns458:0crwdne458:0 \ No newline at end of file From abbce6a76728d176ad375cb716588be7e38cbe6b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 21:54:17 -0600 Subject: [PATCH 1901/2741] New translations debug-info.md (Acholi) --- docs/ach/debug-info.md | 54 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 docs/ach/debug-info.md diff --git a/docs/ach/debug-info.md b/docs/ach/debug-info.md new file mode 100644 index 000000000..c61d162eb --- /dev/null +++ b/docs/ach/debug-info.md @@ -0,0 +1,54 @@ +--- +title: crwdns460:0crwdne460:0 +stub: crwdns462:0crwdne462:0 +lang: crwdns464:0crwdne464:0 +ver: crwdns466:0crwdne466:0 +--- + +crwdns468:0crwdne468:0 + +- [crwdns472:0crwdne472:0](crwdns470:0crwdne470:0) +- [crwdns476:0crwdne476:0](crwdns474:0crwdne474:0) + +* * * + +## crwdns478:0crwdne478:0 + +1. crwdns480:0crwdne480:0 +2. crwdns482:0crwdne482:0 + +![crwdns486:0crwdne486:0](crwdns484:0crwdne484:0) + +3. crwdns488:0crwdne488:0 + +![crwdns492:0crwdne492:0](crwdns490:0crwdne490:0) + +4. crwdns494:0crwdne494:0 + +![crwdns498:0crwdne498:0](crwdns496:0crwdne496:0) + +* * * + +## crwdns500:0crwdne500:0 + +1. crwdns502:0crwdne502:0 +2. crwdns504:0crwdne504:0 + +![crwdns508:0crwdne508:0](crwdns506:0crwdne506:0) + +3. crwdns510:0crwdne510:0 + +![crwdns514:0crwdne514:0](crwdns512:0crwdne512:0) + +4. crwdns516:0crwdne516:0 + +![crwdns520:0crwdne520:0](crwdns518:0crwdne518:0) + +5. crwdns522:0crwdne522:0 + +![crwdns526:0crwdne526:0](crwdns524:0crwdne524:0) + +6. crwdns528:0crwdne528:0 +7. crwdns530:0crwdne530:0 + +![crwdns534:0crwdne534:0](crwdns532:0crwdne532:0) \ No newline at end of file From 2375918c357df65fece8f40e94c92767ce05be37 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 21:54:18 -0600 Subject: [PATCH 1902/2741] New translations edge-backup.md (Acholi) --- docs/ach/edge-backup.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/ach/edge-backup.md diff --git a/docs/ach/edge-backup.md b/docs/ach/edge-backup.md new file mode 100644 index 000000000..072fbeba1 --- /dev/null +++ b/docs/ach/edge-backup.md @@ -0,0 +1,27 @@ +--- +title: crwdns536:0crwdne536:0 +stub: crwdns538:0crwdne538:0 +lang: crwdns540:0crwdne540:0 +ver: crwdns542:0crwdne542:0 +--- + +1. crwdns544:0crwdne544:0 + +![crwdns548:0crwdne548:0](crwdns546:0crwdne546:0) + +2. crwdns550:0crwdne550:0 +3. crwdns552:0crwdne552:0 + +```javascript +crwdns554:0crwdne554:0 +``` + +![crwdns558:0crwdne558:0](crwdns556:0crwdne556:0) + +4. crwdns560:0crwdne560:0 + +![crwdns564:0crwdne564:0](crwdns562:0crwdne562:0) + +5. crwdns566:0crwdne566:0 + +![crwdns570:0crwdne570:0](crwdns568:0crwdne568:0) \ No newline at end of file From af2bd7b748b6250e26d7d90ff2705690f9600b15 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 21:54:19 -0600 Subject: [PATCH 1903/2741] New translations edge-issues.md (Acholi) --- docs/ach/edge-issues.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/ach/edge-issues.md diff --git a/docs/ach/edge-issues.md b/docs/ach/edge-issues.md new file mode 100644 index 000000000..ffed3c642 --- /dev/null +++ b/docs/ach/edge-issues.md @@ -0,0 +1,23 @@ +--- +title: crwdns572:0crwdne572:0 +stub: crwdns574:0crwdne574:0 +lang: crwdns576:0crwdne576:0 +ver: crwdns578:0crwdne578:0 +--- + +crwdns580:0crwdne580:0 + +#### crwdns582:0crwdne582:0 crwdns584:0crwdne584:0 + +crwdns586:0crwdne586:0 + +### crwdns588:0crwdne588:0 + +- crwdns590:0crwdne590:0 crwdns592:0crwdne592:0 crwdns594:0crwdne594:0 +- crwdns596:0crwdne596:0 crwdns598:0crwdne598:0 + +### crwdns600:0crwdne600:0 + +- crwdns602:0crwdne602:0 crwdns604:0crwdne604:0 +- crwdns606:0crwdne606:0 crwdns608:0crwdne608:0 +- crwdns610:0crwdne610:0 crwdns612:0crwdne612:0 \ No newline at end of file From 40a7b80e1b2cd6597f5b498a97179c6768ca864b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 21:54:20 -0600 Subject: [PATCH 1904/2741] New translations firefox-issues.md (Acholi) --- docs/ach/firefox-issues.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/ach/firefox-issues.md diff --git a/docs/ach/firefox-issues.md b/docs/ach/firefox-issues.md new file mode 100644 index 000000000..35edfe2b3 --- /dev/null +++ b/docs/ach/firefox-issues.md @@ -0,0 +1,18 @@ +--- +title: crwdns662:0crwdne662:0 +stub: crwdns884:0crwdne884:0 +lang: crwdns886:0crwdne886:0 +ver: crwdns888:0crwdne888:0 +--- + +crwdns670:0{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %}crwdne670:0 + +### crwdns672:0crwdne672:0 + +- crwdns674:0crwdne674:0 crwdns676:0crwdne676:0 + +### crwdns678:0crwdne678:0 + +- crwdns680:0crwdne680:0 crwdns682:0crwdne682:0 +- crwdns684:0crwdne684:0 crwdns686:0crwdne686:0 +- crwdns688:0crwdne688:0 crwdns690:0crwdne690:0 \ No newline at end of file From 50473fe7af225edd58b48b04fc13fd5d11aad5f3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 21:54:22 -0600 Subject: [PATCH 1905/2741] New translations index.md (Acholi) --- docs/ach/index.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/ach/index.md diff --git a/docs/ach/index.md b/docs/ach/index.md new file mode 100644 index 000000000..9275d72d0 --- /dev/null +++ b/docs/ach/index.md @@ -0,0 +1,7 @@ +--- +title: crwdns692:0crwdne692:0 +stub: crwdns694:0crwdne694:0 +lang: crwdns696:0crwdne696:0 +layout: crwdns698:0crwdne698:0 +--- + From c1815272bf7e6e2801a5715f587fd1d2e7c67b11 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 21:54:23 -0600 Subject: [PATCH 1906/2741] New translations lost-codes.md (Acholi) --- docs/ach/lost-codes.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/ach/lost-codes.md diff --git a/docs/ach/lost-codes.md b/docs/ach/lost-codes.md new file mode 100644 index 000000000..6432af25c --- /dev/null +++ b/docs/ach/lost-codes.md @@ -0,0 +1,19 @@ +--- +title: crwdns700:0crwdne700:0 +stub: crwdns702:0crwdne702:0 +lang: crwdns704:0crwdne704:0 +ver: crwdns706:0crwdne706:0 +--- + +crwdns708:0crwdne708:0 crwdns710:0crwdne710:0 + +- crwdns712:0crwdne712:0 crwdns714:0crwdne714:0 +- crwdns716:0crwdne716:0 crwdns718:0crwdne718:0 + +crwdns720:0crwdne720:0 + +### crwdns722:0crwdne722:0 + +- [crwdns726:0crwdne726:0](crwdns724:0crwdne724:0) +- [crwdns730:0crwdne730:0](crwdns728:0crwdne728:0) +- [crwdns734:0crwdne734:0](crwdns732:0crwdne732:0) \ No newline at end of file From 005be522aea377316cbfd836347d90e787c037a6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 21:54:24 -0600 Subject: [PATCH 1907/2741] New translations manual-update.md (Acholi) --- docs/ach/manual-update.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/ach/manual-update.md diff --git a/docs/ach/manual-update.md b/docs/ach/manual-update.md new file mode 100644 index 000000000..b99bb52ee --- /dev/null +++ b/docs/ach/manual-update.md @@ -0,0 +1,26 @@ +--- +title: crwdns736:0crwdne736:0 +stub: crwdns738:0crwdne738:0 +lang: crwdns740:0crwdne740:0 +ver: crwdns742:0crwdne742:0 +--- + +## crwdns744:0crwdne744:0 + +1. crwdns746:0crwdne746:0 + +2. crwdns748:0crwdne748:0 + +3. crwdns750:0crwdne750:0 + +![crwdns754:0crwdne754:0](crwdns752:0crwdne752:0) + +## crwdns756:0crwdne756:0 + +1. crwdns758:0crwdne758:0 + +2. crwdns760:0crwdne760:0 + +3. crwdns762:0crwdne762:0 + +![crwdns766:0crwdne766:0](crwdns764:0crwdne764:0) \ No newline at end of file From 95f20b98cbea5986ea943b1fe89e126bd4a1ccfe Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 21:54:25 -0600 Subject: [PATCH 1908/2741] New translations opera-install.md (Acholi) --- docs/ach/opera-install.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/ach/opera-install.md diff --git a/docs/ach/opera-install.md b/docs/ach/opera-install.md new file mode 100644 index 000000000..c8405202f --- /dev/null +++ b/docs/ach/opera-install.md @@ -0,0 +1,10 @@ +--- +title: crwdns768:0crwdne768:0 +stub: crwdns770:0crwdne770:0 +lang: crwdns772:0crwdne772:0 +ver: crwdns774:0crwdne774:0 +--- + +crwdns776:0crwdne776:0 + +crwdns778:0crwdne778:0 crwdns780:0crwdne780:0 crwdns782:0crwdne782:0 \ No newline at end of file From 5513c32dfff798832d94990f5a3c1d92127a0eb8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 21:54:26 -0600 Subject: [PATCH 1909/2741] New translations otp-backup-developer.md (Acholi) --- docs/ach/otp-backup-developer.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/ach/otp-backup-developer.md diff --git a/docs/ach/otp-backup-developer.md b/docs/ach/otp-backup-developer.md new file mode 100644 index 000000000..23f4e36b8 --- /dev/null +++ b/docs/ach/otp-backup-developer.md @@ -0,0 +1,18 @@ +--- +title: crwdns784:0crwdne784:0 +stub: crwdns786:0crwdne786:0 +lang: crwdns788:0crwdne788:0 +ver: crwdns790:0crwdne790:0 +--- + +crwdns792:0crwdne792:0 crwdns794:0crwdne794:0 crwdns796:0crwdne796:0 + + crwdns798:0%20crwdnd798:0%20crwdnd798:0%20crwdnd798:0%20crwdnd798:0%20crwdnd798:0%20crwdnd798:0%20crwdnd798:0%20crwdnd798:0%20crwdnd798:0%20crwdne798:0 + + +crwdns800:0crwdne800:0 + +- crwdns802:0%3crwdne802:0 +- crwdns804:0crwdne804:0 + +crwdns806:0crwdne806:0 \ No newline at end of file From e769a236ad39d15806bb4a3305f3797eb5744fe7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 21:54:28 -0600 Subject: [PATCH 1910/2741] New translations otp-backup.md (Acholi) --- docs/ach/otp-backup.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/ach/otp-backup.md diff --git a/docs/ach/otp-backup.md b/docs/ach/otp-backup.md new file mode 100644 index 000000000..9efd2f0da --- /dev/null +++ b/docs/ach/otp-backup.md @@ -0,0 +1,19 @@ +--- +title: crwdns808:0crwdne808:0 +stub: crwdns810:0crwdne810:0 +lang: crwdns812:0crwdne812:0 +ver: crwdns814:0crwdne814:0 +--- + +crwdns816:0crwdne816:0 crwdns818:0crwdne818:0 + +| crwdns820:0crwdne820:0 | crwdns822:0crwdne822:0 | crwdns824:0crwdne824:0 | +| ------------------------------------------------ | ---------------------- | ---------------------- | +| [crwdns828:0crwdne828:0](crwdns826:0crwdne826:0) | crwdns894:0crwdne894:0 | crwdns832:0crwdne832:0 | +| [crwdns898:0crwdne898:0](crwdns896:0crwdne896:0) | crwdns900:0crwdne900:0 | | crwdns834:0{: .table .table-striped}crwdne834:0 + +crwdns836:0crwdne836:0 + +- [crwdns840:0crwdne840:0](crwdns838:0crwdne838:0) + +[crwdns844:0crwdne844:0](crwdns842:0crwdne842:0) \ No newline at end of file From 02b64db4fa633965ff0a237e554410ba87fdce5a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 21:54:29 -0600 Subject: [PATCH 1911/2741] New translations policy-config.md (Acholi) --- docs/ach/policy-config.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 docs/ach/policy-config.md diff --git a/docs/ach/policy-config.md b/docs/ach/policy-config.md new file mode 100644 index 000000000..b5d2149e1 --- /dev/null +++ b/docs/ach/policy-config.md @@ -0,0 +1,34 @@ +--- +title: crwdns846:0crwdne846:0 +stub: crwdns848:0crwdne848:0 +lang: crwdns850:0crwdne850:0 +ver: crwdns852:0crwdne852:0 +--- + +crwdns854:0crwdne854:0 crwdns856:0crwdne856:0 crwdns858:0crwdne858:0 crwdns860:0crwdne860:0 + +#### crwdns862:0crwdne862:0 + +crwdns864:0crwdne864:0 + +crwdns866:0crwdne866:0 + +## crwdns868:0crwdne868:0 + +crwdns870:0crwdne870:0 + +crwdns872:0crwdne872:0 + +```jsonc +crwdns874:0crwdne874:0 +``` + +## crwdns876:0crwdne876:0 + +crwdns878:0crwdne878:0 + +crwdns880:0crwdne880:0 + +```jsonc +crwdns882:0crwdne882:0 +``` \ No newline at end of file From 0504c45b93a625832f2fe54d99710a32a1d0540c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 22:54:27 -0600 Subject: [PATCH 1912/2741] New translations chrome-issues.md (Arabic) --- docs/ar/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ar/chrome-issues.md b/docs/ar/chrome-issues.md index 6fb1c6fbd..be83e84e5 100644 --- a/docs/ar/chrome-issues.md +++ b/docs/ar/chrome-issues.md @@ -7,7 +7,7 @@ ver: 1 {% include warning.html class="danger" message=" -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +#### Test. magic " %} From 7ed78daae8b69432e043ebefbc2c4347b111774b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:04:03 -0600 Subject: [PATCH 1913/2741] New translations chrome-issues.md (Arabic) --- docs/ar/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ar/chrome-issues.md b/docs/ar/chrome-issues.md index be83e84e5..6fb1c6fbd 100644 --- a/docs/ar/chrome-issues.md +++ b/docs/ar/chrome-issues.md @@ -7,7 +7,7 @@ ver: 1 {% include warning.html class="danger" message=" -#### Test. magic +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES " %} From b0cd4ad8fde9d578fc944e4d6bb65515f01a5e17 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:27 -0600 Subject: [PATCH 1914/2741] New translations firefox-issues.md (Arabic) --- docs/ar/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/ar/firefox-issues.md b/docs/ar/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/ar/firefox-issues.md +++ b/docs/ar/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 747e548aa74f9d7de3891c7f296a747ba2d978aa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:28 -0600 Subject: [PATCH 1915/2741] New translations firefox-issues.md (Dutch) --- docs/nl/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/nl/firefox-issues.md b/docs/nl/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/nl/firefox-issues.md +++ b/docs/nl/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From cda92cd344511e52b10fcee1376bf495ffd532ee Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:29 -0600 Subject: [PATCH 1916/2741] New translations firefox-issues.md (Portuguese, Brazilian) --- docs/pt_BR/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/pt_BR/firefox-issues.md b/docs/pt_BR/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/pt_BR/firefox-issues.md +++ b/docs/pt_BR/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From e6ca5144e682ab5faab1408980d2989c5e70ea63 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:30 -0600 Subject: [PATCH 1917/2741] New translations firefox-issues.md (Vietnamese) --- docs/vi/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/vi/firefox-issues.md b/docs/vi/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/vi/firefox-issues.md +++ b/docs/vi/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From a86da3eeaaee603c41ecae25a6596e84e834cd43 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:32 -0600 Subject: [PATCH 1918/2741] New translations firefox-issues.md (Chinese Traditional) --- docs/zh_TW/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/zh_TW/firefox-issues.md b/docs/zh_TW/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/zh_TW/firefox-issues.md +++ b/docs/zh_TW/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From f34489abf862e8a96af85e00014dfc0e4251dd58 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:33 -0600 Subject: [PATCH 1919/2741] New translations firefox-issues.md (Chinese Simplified) --- docs/zh_CN/firefox-issues.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/zh_CN/firefox-issues.md b/docs/zh_CN/firefox-issues.md index b31d0eab8..5fd57d39c 100644 --- a/docs/zh_CN/firefox-issues.md +++ b/docs/zh_CN/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- 存储API会发生变化,这可能会对身份验证器带来问题。 点击[此处](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/)进一步了解。 - -### 火狐浏览器 - -- 忘记密码或者丢失了没有备份的密钥? 参见[账户遗失](lost-codes) -- 想要帮助翻译或者对翻译有任何疑问? [查看我们的Crowdin页面](https://crowdin.com/project/authenticator-firefox) -- 遇到bug或者想要新的功能? [填写表单](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose)或者[发布带有#AuthenticatorFeedback的推特](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From b422aa685dc81d2430e05ccd408a430a51e00160 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:34 -0600 Subject: [PATCH 1920/2741] New translations firefox-issues.md (Ukrainian) --- docs/uk/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/uk/firefox-issues.md b/docs/uk/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/uk/firefox-issues.md +++ b/docs/uk/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 57232334202a626eca594b24e28271437fb6c6b1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:35 -0600 Subject: [PATCH 1921/2741] New translations firefox-issues.md (Turkish) --- docs/tr/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/tr/firefox-issues.md b/docs/tr/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/tr/firefox-issues.md +++ b/docs/tr/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From e5e9a6bd87fd69cb13596a37a096244ef626695c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:36 -0600 Subject: [PATCH 1922/2741] New translations firefox-issues.md (Swedish) --- docs/sv/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/sv/firefox-issues.md b/docs/sv/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/sv/firefox-issues.md +++ b/docs/sv/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 9b9c484dcfa270f3c13c98c0c0f41c23a2dee806 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:37 -0600 Subject: [PATCH 1923/2741] New translations firefox-issues.md (Serbian (Cyrillic)) --- docs/sr/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/sr/firefox-issues.md b/docs/sr/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/sr/firefox-issues.md +++ b/docs/sr/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From dd6a7632b4a91b1081d72bbf2c1e52b673ba332b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:39 -0600 Subject: [PATCH 1924/2741] New translations firefox-issues.md (Russian) --- docs/ru/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/ru/firefox-issues.md b/docs/ru/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/ru/firefox-issues.md +++ b/docs/ru/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 5d18b1d705e6cadb7fd1785cb4baf6061ca70e9a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:40 -0600 Subject: [PATCH 1925/2741] New translations firefox-issues.md (Portuguese) --- docs/pt/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/pt/firefox-issues.md b/docs/pt/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/pt/firefox-issues.md +++ b/docs/pt/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From d2236b533c7e23f55553f8dde674d7e8b74ac56a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:41 -0600 Subject: [PATCH 1926/2741] New translations firefox-issues.md (Polish) --- docs/pl/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/pl/firefox-issues.md b/docs/pl/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/pl/firefox-issues.md +++ b/docs/pl/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From d4d971223cda9ff2dcd06cc65ae688153cc9b21d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:42 -0600 Subject: [PATCH 1927/2741] New translations firefox-issues.md (Norwegian) --- docs/no/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/no/firefox-issues.md b/docs/no/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/no/firefox-issues.md +++ b/docs/no/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 2427884324ec0bff18502a22e36b7e9fa1781cc4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:43 -0600 Subject: [PATCH 1928/2741] New translations firefox-issues.md (Korean) --- docs/ko/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/ko/firefox-issues.md b/docs/ko/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/ko/firefox-issues.md +++ b/docs/ko/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From d76679ba8a763cfec8498b772183c17ee8ad0653 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:45 -0600 Subject: [PATCH 1929/2741] New translations firefox-issues.md (Romanian) --- docs/ro/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/ro/firefox-issues.md b/docs/ro/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/ro/firefox-issues.md +++ b/docs/ro/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 9c9a08f0a0ade887f9930cfc1c703152e6ddf4eb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:46 -0600 Subject: [PATCH 1930/2741] New translations firefox-issues.md (Japanese) --- docs/ja/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/ja/firefox-issues.md b/docs/ja/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/ja/firefox-issues.md +++ b/docs/ja/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From e6855c61f3bb0bfbd45e84294498835951829e99 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:47 -0600 Subject: [PATCH 1931/2741] New translations firefox-issues.md (Italian) --- docs/it/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/it/firefox-issues.md b/docs/it/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/it/firefox-issues.md +++ b/docs/it/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 3d3bfc69092a29924cf02e268f1f7f6d47313a10 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:48 -0600 Subject: [PATCH 1932/2741] New translations firefox-issues.md (Hungarian) --- docs/hu/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/hu/firefox-issues.md b/docs/hu/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/hu/firefox-issues.md +++ b/docs/hu/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From b97caada67e557733094d6674bf1e3c3a8e692d8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:49 -0600 Subject: [PATCH 1933/2741] New translations firefox-issues.md (Hebrew) --- docs/he/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/he/firefox-issues.md b/docs/he/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/he/firefox-issues.md +++ b/docs/he/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 90436861cfcbed7498c5bcbf6900f465cca43295 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:50 -0600 Subject: [PATCH 1934/2741] New translations firefox-issues.md (Finnish) --- docs/fi/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/fi/firefox-issues.md b/docs/fi/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/fi/firefox-issues.md +++ b/docs/fi/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 4f358e1ae9b6220315ae1202d2581fe0cd529ea9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:51 -0600 Subject: [PATCH 1935/2741] New translations firefox-issues.md (Greek) --- docs/el/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/el/firefox-issues.md b/docs/el/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/el/firefox-issues.md +++ b/docs/el/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 2206d4dc7416e8b0b16b186e15da1d07b3a35c24 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:52 -0600 Subject: [PATCH 1936/2741] New translations firefox-issues.md (German) --- docs/de/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/de/firefox-issues.md b/docs/de/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/de/firefox-issues.md +++ b/docs/de/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From d90693b595f2412368d066294f87a591f99d9b74 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:53 -0600 Subject: [PATCH 1937/2741] New translations firefox-issues.md (Danish) --- docs/da/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/da/firefox-issues.md b/docs/da/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/da/firefox-issues.md +++ b/docs/da/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 1fb124150ba4ca798fdfd0914e693aa8b12feb50 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:55 -0600 Subject: [PATCH 1938/2741] New translations firefox-issues.md (Czech) --- docs/cs/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/cs/firefox-issues.md b/docs/cs/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/cs/firefox-issues.md +++ b/docs/cs/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 9fa5578662211c9eb05690c02ddff50bfeb7191e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:56 -0600 Subject: [PATCH 1939/2741] New translations firefox-issues.md (Catalan) --- docs/ca/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/ca/firefox-issues.md b/docs/ca/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/ca/firefox-issues.md +++ b/docs/ca/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 1bfcebb5f626ac393f63b6311c128955231f9f15 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:57 -0600 Subject: [PATCH 1940/2741] New translations firefox-issues.md (Bulgarian) --- docs/bg/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/bg/firefox-issues.md b/docs/bg/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/bg/firefox-issues.md +++ b/docs/bg/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 5c4f59f6493b1a1272e0481edbfffea5d4b60e4e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:58 -0600 Subject: [PATCH 1941/2741] New translations firefox-issues.md (Spanish) --- docs/es/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/es/firefox-issues.md b/docs/es/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/es/firefox-issues.md +++ b/docs/es/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From ab2e8c057f013920fd169098e9a798d06133df1d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:14:59 -0600 Subject: [PATCH 1942/2741] New translations firefox-issues.md (French) --- docs/fr/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/fr/firefox-issues.md b/docs/fr/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/fr/firefox-issues.md +++ b/docs/fr/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 49269510e6cf16423d3c52e6de4089a8b04d3988 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:15:00 -0600 Subject: [PATCH 1943/2741] New translations firefox-issues.md (Indonesian) --- docs/id/firefox-issues.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/id/firefox-issues.md b/docs/id/firefox-issues.md index 5718279cc..5fd57d39c 100644 --- a/docs/id/firefox-issues.md +++ b/docs/id/firefox-issues.md @@ -7,12 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -### Known Issues - -- There will be a change to the storage API, this may cause problems with Authenticator. Read more [here](https://blog.mozilla.org/addons/2018/08/03/new-backend-for-storage-local-api/) - -### Firefox - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From f48c350cda6998e02cda1ec2ff08541a1a696a59 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:19:45 -0600 Subject: [PATCH 1944/2741] New translations edge-backup.md (Arabic) --- docs/ar/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ar/edge-backup.md b/docs/ar/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/ar/edge-backup.md +++ b/docs/ar/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From 7d53891ba02c81f3b4553145fb00fa1f053cdb6e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:19:46 -0600 Subject: [PATCH 1945/2741] New translations edge-issues.md (Swedish) --- docs/sv/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/sv/edge-issues.md b/docs/sv/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/sv/edge-issues.md +++ b/docs/sv/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 9609385e5dc07b50c62e8f7ebf6db721e7e36115 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:19:47 -0600 Subject: [PATCH 1946/2741] New translations edge-issues.md (Dutch) --- docs/nl/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/nl/edge-issues.md b/docs/nl/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/nl/edge-issues.md +++ b/docs/nl/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From ad92b91095dc050d13deb6cc620effb8e441e506 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:19:49 -0600 Subject: [PATCH 1947/2741] New translations edge-backup.md (Norwegian) --- docs/no/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/no/edge-backup.md b/docs/no/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/no/edge-backup.md +++ b/docs/no/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From 72181635299f077cc8272644438dee719ef65d21 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:19:50 -0600 Subject: [PATCH 1948/2741] New translations edge-issues.md (Norwegian) --- docs/no/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/no/edge-issues.md b/docs/no/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/no/edge-issues.md +++ b/docs/no/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From a25d36a33b9e533f22b16a8ca1b90012b7e1e10b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:19:51 -0600 Subject: [PATCH 1949/2741] New translations edge-backup.md (Polish) --- docs/pl/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pl/edge-backup.md b/docs/pl/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/pl/edge-backup.md +++ b/docs/pl/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From d8d8bb254eed452b89360268cab4e0144aaba517 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:19:52 -0600 Subject: [PATCH 1950/2741] New translations edge-issues.md (Polish) --- docs/pl/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/pl/edge-issues.md b/docs/pl/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/pl/edge-issues.md +++ b/docs/pl/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 961419d08afe50c255837bb55ea9394548abccb2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:19:53 -0600 Subject: [PATCH 1951/2741] New translations edge-backup.md (Portuguese) --- docs/pt/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pt/edge-backup.md b/docs/pt/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/pt/edge-backup.md +++ b/docs/pt/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From 8c76fcc4df910cc2525bd858bfbe97c5e0f50d6d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:19:54 -0600 Subject: [PATCH 1952/2741] New translations edge-issues.md (Portuguese) --- docs/pt/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/pt/edge-issues.md b/docs/pt/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/pt/edge-issues.md +++ b/docs/pt/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From da11251a5fbc6af4da051f1d3238a6fde69d97c2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:19:56 -0600 Subject: [PATCH 1953/2741] New translations edge-backup.md (Russian) --- docs/ru/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ru/edge-backup.md b/docs/ru/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/ru/edge-backup.md +++ b/docs/ru/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From a8316a467eb4573c655d08f04d7497fbfa7bbcc3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:19:57 -0600 Subject: [PATCH 1954/2741] New translations edge-issues.md (Russian) --- docs/ru/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/ru/edge-issues.md b/docs/ru/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/ru/edge-issues.md +++ b/docs/ru/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From dde9625641bb468723791ddba28a391cc5087b38 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:19:58 -0600 Subject: [PATCH 1955/2741] New translations edge-backup.md (Serbian (Cyrillic)) --- docs/sr/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sr/edge-backup.md b/docs/sr/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/sr/edge-backup.md +++ b/docs/sr/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From e02b4f7b7930c29f87b722b9dcebb8371a1b3663 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:19:59 -0600 Subject: [PATCH 1956/2741] New translations edge-issues.md (Serbian (Cyrillic)) --- docs/sr/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/sr/edge-issues.md b/docs/sr/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/sr/edge-issues.md +++ b/docs/sr/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 5b78b77e2a680fabd86590cff5007ca9b82a1d42 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:01 -0600 Subject: [PATCH 1957/2741] New translations edge-backup.md (Swedish) --- docs/sv/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sv/edge-backup.md b/docs/sv/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/sv/edge-backup.md +++ b/docs/sv/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From 24ecb4c7a103b1db38d0ad206ffc0cfcb42d8ce2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:02 -0600 Subject: [PATCH 1958/2741] New translations edge-backup.md (Turkish) --- docs/tr/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/edge-backup.md b/docs/tr/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/tr/edge-backup.md +++ b/docs/tr/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From ef73d8910c2515107ed25d50b39de7a9d6893a37 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:07 -0600 Subject: [PATCH 1959/2741] New translations edge-issues.md (Korean) --- docs/ko/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/ko/edge-issues.md b/docs/ko/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/ko/edge-issues.md +++ b/docs/ko/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From c74edabf96a42221ba49a594e2fa36bf49edcd94 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:08 -0600 Subject: [PATCH 1960/2741] New translations edge-issues.md (Turkish) --- docs/tr/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/tr/edge-issues.md b/docs/tr/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/tr/edge-issues.md +++ b/docs/tr/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 182b2bd1517aeec4379e306cdcbd71372bf886b3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:09 -0600 Subject: [PATCH 1961/2741] New translations edge-backup.md (Ukrainian) --- docs/uk/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/uk/edge-backup.md b/docs/uk/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/uk/edge-backup.md +++ b/docs/uk/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From ad62bde577342c014eaf50ad083c3b2848952a4b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:10 -0600 Subject: [PATCH 1962/2741] New translations edge-issues.md (Ukrainian) --- docs/uk/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/uk/edge-issues.md b/docs/uk/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/uk/edge-issues.md +++ b/docs/uk/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 3e9eb27700f362e49313720102164f1bb9890032 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:11 -0600 Subject: [PATCH 1963/2741] New translations edge-backup.md (Chinese Simplified) --- docs/zh_CN/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh_CN/edge-backup.md b/docs/zh_CN/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/zh_CN/edge-backup.md +++ b/docs/zh_CN/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From 69bb930efb6767c29acf84571e069d9f60c4c1a8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:13 -0600 Subject: [PATCH 1964/2741] New translations edge-issues.md (Chinese Simplified) --- docs/zh_CN/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/zh_CN/edge-issues.md b/docs/zh_CN/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/zh_CN/edge-issues.md +++ b/docs/zh_CN/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 6c82b36439206f240549d120f3f227786002f450 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:14 -0600 Subject: [PATCH 1965/2741] New translations edge-backup.md (Chinese Traditional) --- docs/zh_TW/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh_TW/edge-backup.md b/docs/zh_TW/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/zh_TW/edge-backup.md +++ b/docs/zh_TW/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From ad77da01b9f1cbc06b6090d45e3565962f23270c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:16 -0600 Subject: [PATCH 1966/2741] New translations edge-issues.md (Chinese Traditional) --- docs/zh_TW/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/zh_TW/edge-issues.md b/docs/zh_TW/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/zh_TW/edge-issues.md +++ b/docs/zh_TW/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From d6392182823748920612f84b1e0d5425d6fd6c78 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:17 -0600 Subject: [PATCH 1967/2741] New translations edge-backup.md (Vietnamese) --- docs/vi/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vi/edge-backup.md b/docs/vi/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/vi/edge-backup.md +++ b/docs/vi/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From 18622fac64df0ae0acdb9e2d4d2359696a35deb8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:18 -0600 Subject: [PATCH 1968/2741] New translations edge-issues.md (Vietnamese) --- docs/vi/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/vi/edge-issues.md b/docs/vi/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/vi/edge-issues.md +++ b/docs/vi/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 110b474cb4e40dc39cadae9d8335d5f588f92cb2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:20 -0600 Subject: [PATCH 1969/2741] New translations edge-backup.md (Portuguese, Brazilian) --- docs/pt_BR/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pt_BR/edge-backup.md b/docs/pt_BR/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/pt_BR/edge-backup.md +++ b/docs/pt_BR/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From 120a7047b44e0a4583952503e2ef098c5b389536 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:21 -0600 Subject: [PATCH 1970/2741] New translations edge-issues.md (Portuguese, Brazilian) --- docs/pt_BR/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/pt_BR/edge-issues.md b/docs/pt_BR/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/pt_BR/edge-issues.md +++ b/docs/pt_BR/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 5b6eb5c02c144e152661c982c5eb2491cda8fb3f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:22 -0600 Subject: [PATCH 1971/2741] New translations edge-backup.md (Indonesian) --- docs/id/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/id/edge-backup.md b/docs/id/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/id/edge-backup.md +++ b/docs/id/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From e7e1e3fb3aec64689b0e7e12dec32ed9ce95bfd7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:23 -0600 Subject: [PATCH 1972/2741] New translations edge-backup.md (Dutch) --- docs/nl/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nl/edge-backup.md b/docs/nl/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/nl/edge-backup.md +++ b/docs/nl/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From 54d79abe3a32afa96daa6e51f287aaf817c9467e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:24 -0600 Subject: [PATCH 1973/2741] New translations edge-backup.md (Korean) --- docs/ko/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ko/edge-backup.md b/docs/ko/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/ko/edge-backup.md +++ b/docs/ko/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From 7f2deaa7e13a2afa1abc50c8174b4a75edd09d7b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:26 -0600 Subject: [PATCH 1974/2741] New translations edge-issues.md (Arabic) --- docs/ar/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/ar/edge-issues.md b/docs/ar/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/ar/edge-issues.md +++ b/docs/ar/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 406e7df84d7899bf01e16e9dd7cccc47d180b5b4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:27 -0600 Subject: [PATCH 1975/2741] New translations edge-backup.md (Danish) --- docs/da/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/da/edge-backup.md b/docs/da/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/da/edge-backup.md +++ b/docs/da/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From d516d2d07b2ad415e77a3eaaa357c539c2f1857e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:28 -0600 Subject: [PATCH 1976/2741] New translations edge-backup.md (Romanian) --- docs/ro/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ro/edge-backup.md b/docs/ro/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/ro/edge-backup.md +++ b/docs/ro/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From 269b959adb862926d400f48f4ecad3cffeb81740 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:30 -0600 Subject: [PATCH 1977/2741] New translations edge-issues.md (Romanian) --- docs/ro/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/ro/edge-issues.md b/docs/ro/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/ro/edge-issues.md +++ b/docs/ro/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From babb46ed3e23cb0216bd64471e479bfc3e3c48d8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:31 -0600 Subject: [PATCH 1978/2741] New translations edge-backup.md (French) --- docs/fr/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fr/edge-backup.md b/docs/fr/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/fr/edge-backup.md +++ b/docs/fr/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From 5bfdbc4c95e3f23cb8f79a7606ba5233aae7eb8e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:32 -0600 Subject: [PATCH 1979/2741] New translations edge-issues.md (French) --- docs/fr/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/fr/edge-issues.md b/docs/fr/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/fr/edge-issues.md +++ b/docs/fr/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 5f9c4ed0f1551223b4f17efbf72cbd517ba43bd6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:33 -0600 Subject: [PATCH 1980/2741] New translations edge-backup.md (Spanish) --- docs/es/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/es/edge-backup.md b/docs/es/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/es/edge-backup.md +++ b/docs/es/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From 398433d73725f3e3b3e592c4825c60c1ecc5d7c8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:34 -0600 Subject: [PATCH 1981/2741] New translations edge-issues.md (Spanish) --- docs/es/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/es/edge-issues.md b/docs/es/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/es/edge-issues.md +++ b/docs/es/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From f0df8d6c8f742fc14d3449626b31d3f82ea7d95f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:36 -0600 Subject: [PATCH 1982/2741] New translations edge-backup.md (Bulgarian) --- docs/bg/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bg/edge-backup.md b/docs/bg/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/bg/edge-backup.md +++ b/docs/bg/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From c9aaa11433ced37fe9d1063eac22a9466a5977ad Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:37 -0600 Subject: [PATCH 1983/2741] New translations edge-issues.md (Bulgarian) --- docs/bg/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/bg/edge-issues.md b/docs/bg/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/bg/edge-issues.md +++ b/docs/bg/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From e075834f52e001a3118e5d0858b4680927bdd87a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:38 -0600 Subject: [PATCH 1984/2741] New translations edge-backup.md (Catalan) --- docs/ca/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ca/edge-backup.md b/docs/ca/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/ca/edge-backup.md +++ b/docs/ca/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From 23920f3daf589b28b9e75ec387467a4115ef4ca8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:39 -0600 Subject: [PATCH 1985/2741] New translations edge-issues.md (Catalan) --- docs/ca/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/ca/edge-issues.md b/docs/ca/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/ca/edge-issues.md +++ b/docs/ca/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 2f8cad0cba5435d9ef71bef59e7cae2f61ac7d45 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:40 -0600 Subject: [PATCH 1986/2741] New translations edge-backup.md (Czech) --- docs/cs/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cs/edge-backup.md b/docs/cs/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/cs/edge-backup.md +++ b/docs/cs/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From 5a422a02b5bc4a5b0aacd00be3eb91d8914d3438 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:41 -0600 Subject: [PATCH 1987/2741] New translations edge-issues.md (Czech) --- docs/cs/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/cs/edge-issues.md b/docs/cs/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/cs/edge-issues.md +++ b/docs/cs/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From d4a614054a358f19ca87e18d3d0dd7960a213ed9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:43 -0600 Subject: [PATCH 1988/2741] New translations edge-issues.md (Danish) --- docs/da/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/da/edge-issues.md b/docs/da/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/da/edge-issues.md +++ b/docs/da/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From e131fdec3f486099d882858f1e1cbe51131f682e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:44 -0600 Subject: [PATCH 1989/2741] New translations edge-issues.md (Japanese) --- docs/ja/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/ja/edge-issues.md b/docs/ja/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/ja/edge-issues.md +++ b/docs/ja/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From fb4056ed7a162aa97906344060f58264400296f6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:45 -0600 Subject: [PATCH 1990/2741] New translations edge-backup.md (German) --- docs/de/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/de/edge-backup.md b/docs/de/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/de/edge-backup.md +++ b/docs/de/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From 973426e35bee26f27cb2afb50193a45af2650fe1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:46 -0600 Subject: [PATCH 1991/2741] New translations edge-issues.md (German) --- docs/de/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/de/edge-issues.md b/docs/de/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/de/edge-issues.md +++ b/docs/de/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 68c4e74b2768e6435590e67e1b7b075daa488fbb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:48 -0600 Subject: [PATCH 1992/2741] New translations edge-backup.md (Greek) --- docs/el/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/el/edge-backup.md b/docs/el/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/el/edge-backup.md +++ b/docs/el/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From 63a6f1960e9297aaacf4e544fcc738e654c107b5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:49 -0600 Subject: [PATCH 1993/2741] New translations edge-issues.md (Greek) --- docs/el/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/el/edge-issues.md b/docs/el/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/el/edge-issues.md +++ b/docs/el/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 782d4e3a7a75c8c825aa1e5f2af39355107fed78 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:50 -0600 Subject: [PATCH 1994/2741] New translations edge-backup.md (Finnish) --- docs/fi/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fi/edge-backup.md b/docs/fi/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/fi/edge-backup.md +++ b/docs/fi/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From 9f36225c3e2cd79ba12871ddedb03bb5854d38f2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:51 -0600 Subject: [PATCH 1995/2741] New translations edge-issues.md (Finnish) --- docs/fi/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/fi/edge-issues.md b/docs/fi/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/fi/edge-issues.md +++ b/docs/fi/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 3d66e6820e852f3fc8cc89e4cf46f6825288e591 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:52 -0600 Subject: [PATCH 1996/2741] New translations edge-backup.md (Hebrew) --- docs/he/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/he/edge-backup.md b/docs/he/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/he/edge-backup.md +++ b/docs/he/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From d3e02434253658c018caf3aaabea2f480dce8798 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:53 -0600 Subject: [PATCH 1997/2741] New translations edge-issues.md (Hebrew) --- docs/he/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/he/edge-issues.md b/docs/he/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/he/edge-issues.md +++ b/docs/he/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 067a00d42d2b985a4261397326b52cdb6734a6f2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:55 -0600 Subject: [PATCH 1998/2741] New translations edge-backup.md (Hungarian) --- docs/hu/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hu/edge-backup.md b/docs/hu/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/hu/edge-backup.md +++ b/docs/hu/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From 88d4a503b88a45fc813554f502fb948a64abfbad Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:56 -0600 Subject: [PATCH 1999/2741] New translations edge-issues.md (Hungarian) --- docs/hu/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/hu/edge-issues.md b/docs/hu/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/hu/edge-issues.md +++ b/docs/hu/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 562c728c5d8e23edb8e6ccd9b146e3b387b066d3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:57 -0600 Subject: [PATCH 2000/2741] New translations edge-backup.md (Italian) --- docs/it/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/it/edge-backup.md b/docs/it/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/it/edge-backup.md +++ b/docs/it/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From 7cd1637fc9814a5af60c27e75e7a28791980974e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:20:58 -0600 Subject: [PATCH 2001/2741] New translations edge-issues.md (Italian) --- docs/it/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/it/edge-issues.md b/docs/it/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/it/edge-issues.md +++ b/docs/it/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From f38410068fc40123014f1d578a5c4ad6487c8b1d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:21:00 -0600 Subject: [PATCH 2002/2741] New translations edge-backup.md (Japanese) --- docs/ja/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ja/edge-backup.md b/docs/ja/edge-backup.md index f660f9b56..ec5bf27d8 100644 --- a/docs/ja/edge-backup.md +++ b/docs/ja/edge-backup.md @@ -1,5 +1,5 @@ --- -title: Backing up in Edge +title: Backing up in Old Edge stub: edge-backup lang: en ver: 1 From fc58083a6a064ec006419af87eed4ddd54831f6a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 Feb 2020 18:21:01 -0600 Subject: [PATCH 2003/2741] New translations edge-issues.md (Indonesian) --- docs/id/edge-issues.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/id/edge-issues.md b/docs/id/edge-issues.md index 452d0b97e..4b2235040 100644 --- a/docs/id/edge-issues.md +++ b/docs/id/edge-issues.md @@ -2,7 +2,7 @@ title: Edge Issues stub: edge-issues lang: en -ver: 1 +ver: 2 --- {% include warning.html class="danger" message=" @@ -11,13 +11,6 @@ ver: 1 " %} -### Known Issues - -- The "Download Backup" button does not work due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14603958/). See [Backing up in Edge](edge-backup) for instructions on how to backup. -- All extension pages open in new windows due to a bug in Edge. You can see the bug's status in Microsoft's bug tracker [here](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18438862/) - -### Edge - - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 1e6464e52213b41d743fd891bba3e2abd17791fe Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 7 Apr 2020 14:19:40 -0500 Subject: [PATCH 2004/2741] New translations index.md (Chinese Simplified) --- docs/zh_CN/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh_CN/index.md b/docs/zh_CN/index.md index c9015efc2..93349a5ee 100644 --- a/docs/zh_CN/index.md +++ b/docs/zh_CN/index.md @@ -1,7 +1,7 @@ --- title: Index stub: index -lang: zh_CN +lang: en layout: docs-index --- From a30e873ffb6fd2deb8efa11ade7113924a5bcc99 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 7 Apr 2020 14:19:50 -0500 Subject: [PATCH 2005/2741] New translations debug-info.md (Chinese Simplified) --- docs/zh_CN/debug-info.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/zh_CN/debug-info.md b/docs/zh_CN/debug-info.md index 37a8cfe4a..55be97b3f 100644 --- a/docs/zh_CN/debug-info.md +++ b/docs/zh_CN/debug-info.md @@ -1,54 +1,54 @@ --- -title: 获取调试信息 +title: Getting Debugging Information stub: debug-info -lang: zh_CN +lang: en ver: 1 --- -按照以下步骤来报告详细调试信息。 +Follow these steps to report detailed debugging information. -- [谷歌浏览器](#chrome) -- [火狐浏览器](#firefox) +- [Chrome](#chrome) +- [Firefox](#firefox) * * * -## 谷歌浏览器 +## Chrome -1. 打开身份验证器 -2. 点击右键选择“审查元素” +1. Open Authenticator +2. Right click Authenticator and click "Inspect" ![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. 打开“控制台”标签 +3. Go to the "Console" tab ![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. 复制所有信息并粘贴到issue description中 +4. Copy and paste any messages into the issue description ![step4](/assets/debugging-screenshots/chrome/step4.PNG) * * * -## 火狐浏览器 +## Firefox -1. 打开`about:debugging` -2. 勾选“启用附加组件调试” +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" ![step2](/assets/debugging-screenshots/firefox/step2.PNG) -3. 点击身份验证器下方的“调试”链接 +3. Click the link that says "Debug" under Authenticator ![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. 点击“确定” +4. Click "Ok" ![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. 打开“控制台”标签 +5. Make sure that you are on the console tab ![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. 再次打开身份验证器 -7. 复制所有信息并粘贴到issue description中 +6. Open Authenticator again +7. Copy and paste any messages into the issue description ![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From b50c1469b1c8eb9f1d7bff7a7e4f47ae5c394ae3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 7 Apr 2020 14:19:56 -0500 Subject: [PATCH 2006/2741] New translations chrome-issues.md (Chinese Simplified) --- docs/zh_CN/chrome-issues.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/zh_CN/chrome-issues.md b/docs/zh_CN/chrome-issues.md index a50f68e57..6fb1c6fbd 100644 --- a/docs/zh_CN/chrome-issues.md +++ b/docs/zh_CN/chrome-issues.md @@ -1,16 +1,16 @@ --- -title: 谷歌浏览器常见问题 +title: Chrome Issues stub: chrome-issues -lang: zh_CN +lang: en ver: 1 --- {% include warning.html class="danger" message=" -#### 重新安装身份验证器会清空你的数据。 不要尝试通过重装扩展来解决问题 +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES " %} -- 忘记密码或者丢失了没有备份的密钥? 参见[账户遗失](lost-codes) -- 想要帮助翻译或者对翻译有任何疑问? [查看我们的Crowdin页面](https://crowdin.com/project/authenticator-firefox) -- 遇到bug或者想要新的功能? [填写表单](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose)或者[发布带有#AuthenticatorFeedback的推特](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From bd3a432c420e48e98aa703b11e477e835ab49784 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 7 Apr 2020 14:20:00 -0500 Subject: [PATCH 2007/2741] New translations en.json (Chinese Simplified) --- _data/locales/default/zh_CN.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/default/zh_CN.json b/_data/locales/default/zh_CN.json index f89300af9..5f143e2f9 100644 --- a/_data/locales/default/zh_CN.json +++ b/_data/locales/default/zh_CN.json @@ -1,12 +1,12 @@ { - "clickHere": "点击此处", - "viewInLang": "查看此页的英文版本。", - "unlocalized": "尚未本地化", - "translate": "翻译", - "translate-long": "翻译本页", - "edit": "编辑", - "warning": "警告", - "outdated-warn-1": "此页的翻译信息已过时。", - "outdated-warn-2": "此页的英文版本", - "outdated-warn-3": "有更多的更新信息。" + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." } From 25c12cd54cc69f0c5814798e554c45a4330ce5bd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 7 Apr 2020 14:20:01 -0500 Subject: [PATCH 2008/2741] New translations en.yml (Chinese Simplified) --- _data/locales/sidebar/zh_CN.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/locales/sidebar/zh_CN.yml b/_data/locales/sidebar/zh_CN.yml index 400ab7dfa..85ca00582 100644 --- a/_data/locales/sidebar/zh_CN.yml +++ b/_data/locales/sidebar/zh_CN.yml @@ -1,32 +1,32 @@ --- sections: - - title: 浏览页面 + title: Browser Pages docs: - - title: 谷歌浏览器 + title: Chrome stub: chrome-issues - - title: 火狐浏览器 + title: Firefox stub: firefox-issues - - title: Edge浏览器 + title: Edge stub: edge-issues - - title: 附加信息 + title: Additional Info docs: - - title: 账户遗失 + title: Lost Codes stub: lost-codes - - title: 账户类型 + title: Account Types stub: account-types - - title: 获取调试信息 + title: Getting Debugging Information stub: debug-info - - title: 标准备份格式 + title: Standard Backup Format stub: otp-backup - - title: 策略配置 + title: Policy Configuration stub: policy-config From 24887e34f9c7256463f67a8356881ac0f08b37c5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 7 Apr 2020 14:20:02 -0500 Subject: [PATCH 2009/2741] New translations account-types.md (Chinese Simplified) --- docs/zh_CN/account-types.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/zh_CN/account-types.md b/docs/zh_CN/account-types.md index 06704d2bc..5ff708b00 100644 --- a/docs/zh_CN/account-types.md +++ b/docs/zh_CN/account-types.md @@ -1,13 +1,13 @@ --- -title: 账户类型 +title: Account Types stub: account-types -lang: zh_CN +lang: en ver: 1 --- -| 类型 | 详细信息 | -| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| 基于时间 | TOTP | -| 基于计数器 | HOTP | -| Battle.net | 获取密钥的工具:[Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | 需要shared_secret,点击[此处](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows)以进一步了解 | {: .table .table-striped} \ No newline at end of file +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From b59313061ff49024afce6c4a4b7f6a4c7322c8ad Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:07:34 -0500 Subject: [PATCH 2010/2741] New translations lost-codes.md (German) --- docs/de/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/de/lost-codes.md b/docs/de/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/de/lost-codes.md +++ b/docs/de/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From 6b9b4627e80533c1bbbec90f4511f7e48bbdc52b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:07:42 -0500 Subject: [PATCH 2011/2741] New translations lost-codes.md (Czech) --- docs/cs/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cs/lost-codes.md b/docs/cs/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/cs/lost-codes.md +++ b/docs/cs/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From 39f508b4f470f99ec7846e83a48431ab7ce06631 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:07:49 -0500 Subject: [PATCH 2012/2741] New translations lost-codes.md (Danish) --- docs/da/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/da/lost-codes.md b/docs/da/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/da/lost-codes.md +++ b/docs/da/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From ecb9f66d971123670cfb31c7b67096228bf5988d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:07:54 -0500 Subject: [PATCH 2013/2741] New translations lost-codes.md (Hebrew) --- docs/he/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/he/lost-codes.md b/docs/he/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/he/lost-codes.md +++ b/docs/he/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From 37cc71891a5a2ff4efde2d45ca5b5b8294a86f18 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:08:06 -0500 Subject: [PATCH 2014/2741] New translations lost-codes.md (Greek) --- docs/el/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/el/lost-codes.md b/docs/el/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/el/lost-codes.md +++ b/docs/el/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From 6a3bb03309a4ea6f97d7660c293212a9c7605ca2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:08:14 -0500 Subject: [PATCH 2015/2741] New translations lost-codes.md (Finnish) --- docs/fi/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fi/lost-codes.md b/docs/fi/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/fi/lost-codes.md +++ b/docs/fi/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From e5d9f90cc3f5f087495b509612bc430bcf7d39c1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:08:26 -0500 Subject: [PATCH 2016/2741] New translations lost-codes.md (French) --- docs/fr/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fr/lost-codes.md b/docs/fr/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/fr/lost-codes.md +++ b/docs/fr/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From a09c12841c3ef7acec4360d3881e32b4d2472ca4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:08:29 -0500 Subject: [PATCH 2017/2741] New translations lost-codes.md (Spanish) --- docs/es/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/es/lost-codes.md b/docs/es/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/es/lost-codes.md +++ b/docs/es/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From 7434680892d8942b39ed1c3ff7d2b6f8966c1f99 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:08:40 -0500 Subject: [PATCH 2018/2741] New translations lost-codes.md (Romanian) --- docs/ro/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ro/lost-codes.md b/docs/ro/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/ro/lost-codes.md +++ b/docs/ro/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From 61f6f8a521ea934374e9949c3b9bebde80911633 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:08:52 -0500 Subject: [PATCH 2019/2741] New translations lost-codes.md (Catalan) --- docs/ca/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ca/lost-codes.md b/docs/ca/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/ca/lost-codes.md +++ b/docs/ca/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From 90e79de21986a27d43f82d578dbf50807e0d5019 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:08:57 -0500 Subject: [PATCH 2020/2741] New translations lost-codes.md (Bulgarian) --- docs/bg/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bg/lost-codes.md b/docs/bg/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/bg/lost-codes.md +++ b/docs/bg/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From 8dc9273867e37c11d6a96f3ca68f057108ce53bf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:09:01 -0500 Subject: [PATCH 2021/2741] New translations lost-codes.md (Arabic) --- docs/ar/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ar/lost-codes.md b/docs/ar/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/ar/lost-codes.md +++ b/docs/ar/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From 054f5d03c5aac13beff872a6a07b789bccaf5c2d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:09:08 -0500 Subject: [PATCH 2022/2741] New translations lost-codes.md (Turkish) --- docs/tr/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/lost-codes.md b/docs/tr/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/tr/lost-codes.md +++ b/docs/tr/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From cf4829cd0a4d16f6c9c8ddfd1e9dd0131ddecf3a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:09:14 -0500 Subject: [PATCH 2023/2741] New translations lost-codes.md (Ukrainian) --- docs/uk/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/uk/lost-codes.md b/docs/uk/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/uk/lost-codes.md +++ b/docs/uk/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From 1aecf5edf38a273a5d3925d0a306d7866db30922 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:09:23 -0500 Subject: [PATCH 2024/2741] New translations lost-codes.md (Serbian (Cyrillic)) --- docs/sr/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sr/lost-codes.md b/docs/sr/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/sr/lost-codes.md +++ b/docs/sr/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From d0eaf2f1222b618b588b7883f4d20d191b6569e0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:09:29 -0500 Subject: [PATCH 2025/2741] New translations lost-codes.md (Swedish) --- docs/sv/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sv/lost-codes.md b/docs/sv/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/sv/lost-codes.md +++ b/docs/sv/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From cd02b37798bda773bfbe5a3a0037c2efeaf338ac Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:09:35 -0500 Subject: [PATCH 2026/2741] New translations lost-codes.md (Portuguese, Brazilian) --- docs/pt_BR/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pt_BR/lost-codes.md b/docs/pt_BR/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/pt_BR/lost-codes.md +++ b/docs/pt_BR/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From 0b9f5a02928b20235414e70a4a89ef3fba6c0029 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:09:36 -0500 Subject: [PATCH 2027/2741] New translations lost-codes.md (Chinese Simplified) --- docs/zh_CN/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh_CN/lost-codes.md b/docs/zh_CN/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/zh_CN/lost-codes.md +++ b/docs/zh_CN/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From 3971e9bec5e43e98aaa261303307f2075da46ec5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:09:46 -0500 Subject: [PATCH 2028/2741] New translations lost-codes.md (Indonesian) --- docs/id/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/id/lost-codes.md b/docs/id/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/id/lost-codes.md +++ b/docs/id/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From 965d264f26e9b6a108e6f7bb8652424821a7c02b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:10:01 -0500 Subject: [PATCH 2029/2741] New translations lost-codes.md (Chinese Traditional) --- docs/zh_TW/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh_TW/lost-codes.md b/docs/zh_TW/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/zh_TW/lost-codes.md +++ b/docs/zh_TW/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From 72e06a441786670ab7d20b63f1c4510eab45cf4c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:10:11 -0500 Subject: [PATCH 2030/2741] New translations lost-codes.md (Vietnamese) --- docs/vi/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vi/lost-codes.md b/docs/vi/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/vi/lost-codes.md +++ b/docs/vi/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From a9085eeb055d2f1343ea682b580e7d1e92085d91 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:10:15 -0500 Subject: [PATCH 2031/2741] New translations lost-codes.md (Japanese) --- docs/ja/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ja/lost-codes.md b/docs/ja/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/ja/lost-codes.md +++ b/docs/ja/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From 6860252fce89a745eb14867a4ad039d209d29d11 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:10:23 -0500 Subject: [PATCH 2032/2741] New translations lost-codes.md (Korean) --- docs/ko/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ko/lost-codes.md b/docs/ko/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/ko/lost-codes.md +++ b/docs/ko/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From e76d9b879a91feab184441d2593f5b1cd1ec05c9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:10:37 -0500 Subject: [PATCH 2033/2741] New translations lost-codes.md (Hungarian) --- docs/hu/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hu/lost-codes.md b/docs/hu/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/hu/lost-codes.md +++ b/docs/hu/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From 0cea736ba36ab652b0b3d35a30a050f2f383bccd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:10:44 -0500 Subject: [PATCH 2034/2741] New translations lost-codes.md (Italian) --- docs/it/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/it/lost-codes.md b/docs/it/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/it/lost-codes.md +++ b/docs/it/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From 03f5b88736c3275685dfae7fda9c7d759fd7a63f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:10:50 -0500 Subject: [PATCH 2035/2741] New translations lost-codes.md (Dutch) --- docs/nl/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nl/lost-codes.md b/docs/nl/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/nl/lost-codes.md +++ b/docs/nl/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From c6650ab1e05277585fd8e04c5d7ce3f69bd0da35 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:10:55 -0500 Subject: [PATCH 2036/2741] New translations lost-codes.md (Portuguese) --- docs/pt/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pt/lost-codes.md b/docs/pt/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/pt/lost-codes.md +++ b/docs/pt/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From ae85021f609cfe0ab7e5fc7dfd2aac9a7dbd29a4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:11:02 -0500 Subject: [PATCH 2037/2741] New translations lost-codes.md (Russian) --- docs/ru/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ru/lost-codes.md b/docs/ru/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/ru/lost-codes.md +++ b/docs/ru/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From 89db96e180b0f482fd8d79c87173bdb16945c278 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:11:12 -0500 Subject: [PATCH 2038/2741] New translations lost-codes.md (Norwegian) --- docs/no/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/no/lost-codes.md b/docs/no/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/no/lost-codes.md +++ b/docs/no/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From 32d28efbec6d3d0a12d89d0f4dff673d011d3863 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 18 Apr 2020 15:11:19 -0500 Subject: [PATCH 2039/2741] New translations lost-codes.md (Polish) --- docs/pl/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pl/lost-codes.md b/docs/pl/lost-codes.md index 413c8c91b..4666e2aa5 100644 --- a/docs/pl/lost-codes.md +++ b/docs/pl/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common reocvery links: +### Common recovery links: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From ace79df40ce0e4e0a1bbce50ac0f63afbc077f93 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:05:52 -0500 Subject: [PATCH 2040/2741] New translations otp-backup.md (Romanian) --- docs/ro/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ro/otp-backup.md b/docs/ro/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/ro/otp-backup.md +++ b/docs/ro/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From 95f628694c574ceb738e8d6202ac5bb461143527 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:05:56 -0500 Subject: [PATCH 2041/2741] New translations otp-backup.md (Dutch) --- docs/nl/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/nl/otp-backup.md b/docs/nl/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/nl/otp-backup.md +++ b/docs/nl/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From d4125538efa062c27c97392be6acb082835f2f53 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:05:57 -0500 Subject: [PATCH 2042/2741] New translations otp-backup.md (Portuguese, Brazilian) --- docs/pt_BR/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pt_BR/otp-backup.md b/docs/pt_BR/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/pt_BR/otp-backup.md +++ b/docs/pt_BR/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From cc9fe6c775dbdcf90e852dab2811af7597bf4080 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:05:59 -0500 Subject: [PATCH 2043/2741] New translations otp-backup.md (Vietnamese) --- docs/vi/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/vi/otp-backup.md b/docs/vi/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/vi/otp-backup.md +++ b/docs/vi/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From 6418a20ad9224a991a74d52f95955e928f0f8adb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:00 -0500 Subject: [PATCH 2044/2741] New translations otp-backup.md (Chinese Traditional) --- docs/zh_TW/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/zh_TW/otp-backup.md b/docs/zh_TW/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/zh_TW/otp-backup.md +++ b/docs/zh_TW/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From 935c9a1e445fc7e949e0510f69ac2ff3e0640657 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:02 -0500 Subject: [PATCH 2045/2741] New translations otp-backup.md (Chinese Simplified) --- docs/zh_CN/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/zh_CN/otp-backup.md b/docs/zh_CN/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/zh_CN/otp-backup.md +++ b/docs/zh_CN/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From cc339954dc6766f73a0657115f12fe9f33ec5230 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:03 -0500 Subject: [PATCH 2046/2741] New translations otp-backup.md (Ukrainian) --- docs/uk/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/uk/otp-backup.md b/docs/uk/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/uk/otp-backup.md +++ b/docs/uk/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From fe286a735fb05adf570011a671e5f4abae6441fd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:05 -0500 Subject: [PATCH 2047/2741] New translations otp-backup.md (Turkish) --- docs/tr/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tr/otp-backup.md b/docs/tr/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/tr/otp-backup.md +++ b/docs/tr/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From e7171155796c01c5b056d7f8ab4bc9c061f78ed0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:07 -0500 Subject: [PATCH 2048/2741] New translations otp-backup.md (Swedish) --- docs/sv/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sv/otp-backup.md b/docs/sv/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/sv/otp-backup.md +++ b/docs/sv/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From e2ffdd03233162f841a6c29fb36fcff4d6aa5a0a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:10 -0500 Subject: [PATCH 2049/2741] New translations otp-backup.md (Serbian (Cyrillic)) --- docs/sr/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sr/otp-backup.md b/docs/sr/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/sr/otp-backup.md +++ b/docs/sr/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From e9aa899132b1336fd0574f0aeb6a6c654f8316e5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:11 -0500 Subject: [PATCH 2050/2741] New translations otp-backup.md (Russian) --- docs/ru/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ru/otp-backup.md b/docs/ru/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/ru/otp-backup.md +++ b/docs/ru/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From 0744a396f58b31c7180edcb9fe9ba93af996a102 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:13 -0500 Subject: [PATCH 2051/2741] New translations otp-backup.md (Portuguese) --- docs/pt/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pt/otp-backup.md b/docs/pt/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/pt/otp-backup.md +++ b/docs/pt/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From 9a1801e2a7d86dda4580cf35426280c878ba6791 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:15 -0500 Subject: [PATCH 2052/2741] New translations otp-backup.md (Polish) --- docs/pl/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pl/otp-backup.md b/docs/pl/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/pl/otp-backup.md +++ b/docs/pl/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From 9b9ea61d7a23a5d5e7cc7bd0aba500cee71d1e8f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:16 -0500 Subject: [PATCH 2053/2741] New translations otp-backup.md (Norwegian) --- docs/no/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/no/otp-backup.md b/docs/no/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/no/otp-backup.md +++ b/docs/no/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From 25baae4753699edf0844707175cf21204176f7a7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:18 -0500 Subject: [PATCH 2054/2741] New translations otp-backup.md (Korean) --- docs/ko/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ko/otp-backup.md b/docs/ko/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/ko/otp-backup.md +++ b/docs/ko/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From 130df50f77d001f3ec06c42bd84569511d972b15 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:19 -0500 Subject: [PATCH 2055/2741] New translations otp-backup.md (French) --- docs/fr/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/fr/otp-backup.md b/docs/fr/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/fr/otp-backup.md +++ b/docs/fr/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From 186c6c19ccaea74583073c4ded3021ce30b7f263 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:21 -0500 Subject: [PATCH 2056/2741] New translations otp-backup.md (Japanese) --- docs/ja/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ja/otp-backup.md b/docs/ja/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/ja/otp-backup.md +++ b/docs/ja/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From 1adc901cd6479a955e2889a833a7524e60e09534 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:23 -0500 Subject: [PATCH 2057/2741] New translations otp-backup.md (Italian) --- docs/it/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/it/otp-backup.md b/docs/it/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/it/otp-backup.md +++ b/docs/it/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From 05cec247aee195b8f98c9991901370129ea2156e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:24 -0500 Subject: [PATCH 2058/2741] New translations otp-backup.md (Hungarian) --- docs/hu/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/hu/otp-backup.md b/docs/hu/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/hu/otp-backup.md +++ b/docs/hu/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From 7dc9b07749965815ad268f2791f039f1fb2dfa85 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:26 -0500 Subject: [PATCH 2059/2741] New translations otp-backup.md (Hebrew) --- docs/he/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/he/otp-backup.md b/docs/he/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/he/otp-backup.md +++ b/docs/he/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From 632faa130c556de148f8118aa55ac0b2cd7108d4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:27 -0500 Subject: [PATCH 2060/2741] New translations otp-backup.md (Finnish) --- docs/fi/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/fi/otp-backup.md b/docs/fi/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/fi/otp-backup.md +++ b/docs/fi/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From dee4011ad40486273f89a9b16f4dcd5dc7768448 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:29 -0500 Subject: [PATCH 2061/2741] New translations otp-backup.md (Greek) --- docs/el/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/el/otp-backup.md b/docs/el/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/el/otp-backup.md +++ b/docs/el/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From 9657ed6390da7821ead6183a1ddc859347ee2b5b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:30 -0500 Subject: [PATCH 2062/2741] New translations otp-backup.md (German) --- docs/de/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/de/otp-backup.md b/docs/de/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/de/otp-backup.md +++ b/docs/de/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From 3f4e722a2d649865a974ebf7adb3ad92e07421d7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:31 -0500 Subject: [PATCH 2063/2741] New translations otp-backup.md (Danish) --- docs/da/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/da/otp-backup.md b/docs/da/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/da/otp-backup.md +++ b/docs/da/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From 13f3e81d23a7a4ebcf7e8cce33a9df33a47dfe36 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:33 -0500 Subject: [PATCH 2064/2741] New translations otp-backup.md (Czech) --- docs/cs/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/cs/otp-backup.md b/docs/cs/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/cs/otp-backup.md +++ b/docs/cs/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From 87294386bf3777ab84d9a686781c652b4d4d8a7e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:34 -0500 Subject: [PATCH 2065/2741] New translations otp-backup.md (Catalan) --- docs/ca/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ca/otp-backup.md b/docs/ca/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/ca/otp-backup.md +++ b/docs/ca/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From 21822418ebebedbe30399088f34e7868e7a68af4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:36 -0500 Subject: [PATCH 2066/2741] New translations otp-backup.md (Bulgarian) --- docs/bg/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/bg/otp-backup.md b/docs/bg/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/bg/otp-backup.md +++ b/docs/bg/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From 5ef90ade0ae194c52556b31d14746b999a2c01ac Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:38 -0500 Subject: [PATCH 2067/2741] New translations otp-backup.md (Arabic) --- docs/ar/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ar/otp-backup.md b/docs/ar/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/ar/otp-backup.md +++ b/docs/ar/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From 33df73ee772b8391d2f1f6ed143aa2b3be7126c6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:40 -0500 Subject: [PATCH 2068/2741] New translations otp-backup.md (Spanish) --- docs/es/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/es/otp-backup.md b/docs/es/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/es/otp-backup.md +++ b/docs/es/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From 6520ae34cbbae496f288a845e84a903cda385ecc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:06:42 -0500 Subject: [PATCH 2069/2741] New translations otp-backup.md (Indonesian) --- docs/id/otp-backup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/id/otp-backup.md b/docs/id/otp-backup.md index 94c896f06..a96679eb9 100644 --- a/docs/id/otp-backup.md +++ b/docs/id/otp-backup.md @@ -10,7 +10,8 @@ Some 2FA applications support interoperable backups. In other words, if you make | Application | Version | Notes | | ------------------------------------------------------ | ------- | ------------------------------- | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | {: .table .table-striped} +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} Planned Support: From a1596b7e2e0a0743a4181e5c0b8dc2cc84e7e83c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:03 -0500 Subject: [PATCH 2070/2741] New translations otp-backup.md (Romanian) --- docs/ro/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/ro/otp-backup.md b/docs/ro/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/ro/otp-backup.md +++ b/docs/ro/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From 49b68d2dd54fe05a2fcaba96809739fb1557c63d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:04 -0500 Subject: [PATCH 2071/2741] New translations otp-backup.md (Dutch) --- docs/nl/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/nl/otp-backup.md b/docs/nl/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/nl/otp-backup.md +++ b/docs/nl/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From 0657344fa9f92b2fcef883adef88a5c901c4074b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:06 -0500 Subject: [PATCH 2072/2741] New translations otp-backup.md (Portuguese, Brazilian) --- docs/pt_BR/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/pt_BR/otp-backup.md b/docs/pt_BR/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/pt_BR/otp-backup.md +++ b/docs/pt_BR/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From 0bd66b0b9de268881a097992e23695fc19d10313 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:08 -0500 Subject: [PATCH 2073/2741] New translations otp-backup.md (Vietnamese) --- docs/vi/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/vi/otp-backup.md b/docs/vi/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/vi/otp-backup.md +++ b/docs/vi/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From 29e43238986ed463b5fe9294580595a4a19ecb0e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:09 -0500 Subject: [PATCH 2074/2741] New translations otp-backup.md (Chinese Traditional) --- docs/zh_TW/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/zh_TW/otp-backup.md b/docs/zh_TW/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/zh_TW/otp-backup.md +++ b/docs/zh_TW/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From a7d40dad7c4103d313a6131ff7b103b16a995762 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:10 -0500 Subject: [PATCH 2075/2741] New translations otp-backup.md (Chinese Simplified) --- docs/zh_CN/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/zh_CN/otp-backup.md b/docs/zh_CN/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/zh_CN/otp-backup.md +++ b/docs/zh_CN/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From fa730e1a96ad54912e510a90e78342a498d5d769 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:12 -0500 Subject: [PATCH 2076/2741] New translations otp-backup.md (Ukrainian) --- docs/uk/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/uk/otp-backup.md b/docs/uk/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/uk/otp-backup.md +++ b/docs/uk/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From cbc6ead52305d4ba03c4b392848de0fb4e416537 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:13 -0500 Subject: [PATCH 2077/2741] New translations otp-backup.md (Turkish) --- docs/tr/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/tr/otp-backup.md b/docs/tr/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/tr/otp-backup.md +++ b/docs/tr/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From 1a9bc50a4d4b103d9e43efdfa368701d221b1378 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:15 -0500 Subject: [PATCH 2078/2741] New translations otp-backup.md (Swedish) --- docs/sv/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/sv/otp-backup.md b/docs/sv/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/sv/otp-backup.md +++ b/docs/sv/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From f65199f119014602bb27dafea18e1107d40f3223 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:16 -0500 Subject: [PATCH 2079/2741] New translations otp-backup.md (Serbian (Cyrillic)) --- docs/sr/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/sr/otp-backup.md b/docs/sr/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/sr/otp-backup.md +++ b/docs/sr/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From e26ca11d9b4fde63717ee7148b1ad4dc1f349452 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:18 -0500 Subject: [PATCH 2080/2741] New translations otp-backup.md (Russian) --- docs/ru/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/ru/otp-backup.md b/docs/ru/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/ru/otp-backup.md +++ b/docs/ru/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From 3d1b3cb0f69633ef3aa95cfc028282c24cbaf619 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:19 -0500 Subject: [PATCH 2081/2741] New translations otp-backup.md (Portuguese) --- docs/pt/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/pt/otp-backup.md b/docs/pt/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/pt/otp-backup.md +++ b/docs/pt/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From bdc9d3b998dc6f63b1a1105e7be38a2b29484b1e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:21 -0500 Subject: [PATCH 2082/2741] New translations otp-backup.md (Polish) --- docs/pl/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/pl/otp-backup.md b/docs/pl/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/pl/otp-backup.md +++ b/docs/pl/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From 36866147362816748e07a471639b4a4fff45cb9b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:23 -0500 Subject: [PATCH 2083/2741] New translations otp-backup.md (Norwegian) --- docs/no/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/no/otp-backup.md b/docs/no/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/no/otp-backup.md +++ b/docs/no/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From 604c74aba17d5a21b232618ede05849469d16d63 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:24 -0500 Subject: [PATCH 2084/2741] New translations otp-backup.md (Korean) --- docs/ko/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/ko/otp-backup.md b/docs/ko/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/ko/otp-backup.md +++ b/docs/ko/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From 400265c94edc9e4571c1e19549733a06cc9de8b2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:26 -0500 Subject: [PATCH 2085/2741] New translations otp-backup.md (French) --- docs/fr/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/fr/otp-backup.md b/docs/fr/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/fr/otp-backup.md +++ b/docs/fr/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From 862a4133b23a17ae165e3c764263d14925180d40 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:27 -0500 Subject: [PATCH 2086/2741] New translations otp-backup.md (Japanese) --- docs/ja/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/ja/otp-backup.md b/docs/ja/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/ja/otp-backup.md +++ b/docs/ja/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From 9bfc27715f8242f8866135426db747e675f9e4cf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:29 -0500 Subject: [PATCH 2087/2741] New translations otp-backup.md (Italian) --- docs/it/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/it/otp-backup.md b/docs/it/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/it/otp-backup.md +++ b/docs/it/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From 69ed56ff71127a2519e9a661d2120ffcc364911c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:30 -0500 Subject: [PATCH 2088/2741] New translations otp-backup.md (Hungarian) --- docs/hu/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/hu/otp-backup.md b/docs/hu/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/hu/otp-backup.md +++ b/docs/hu/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From ac87d643d7d424c74072498a22a2487e31901b41 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:31 -0500 Subject: [PATCH 2089/2741] New translations otp-backup.md (Hebrew) --- docs/he/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/he/otp-backup.md b/docs/he/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/he/otp-backup.md +++ b/docs/he/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From adc65f0452597d852e0e5059f431e5e2ba263af2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:33 -0500 Subject: [PATCH 2090/2741] New translations otp-backup.md (Finnish) --- docs/fi/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/fi/otp-backup.md b/docs/fi/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/fi/otp-backup.md +++ b/docs/fi/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From 8bdfb97a8efb25060219ff553267d7de6d4fa7a9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:35 -0500 Subject: [PATCH 2091/2741] New translations otp-backup.md (Greek) --- docs/el/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/el/otp-backup.md b/docs/el/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/el/otp-backup.md +++ b/docs/el/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From 6c47921e7c99ea121a08d4c29afef1db73941033 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:36 -0500 Subject: [PATCH 2092/2741] New translations otp-backup.md (German) --- docs/de/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/de/otp-backup.md b/docs/de/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/de/otp-backup.md +++ b/docs/de/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From a4334804d59af6e18c64792f0e9bbb2da53aaf95 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:37 -0500 Subject: [PATCH 2093/2741] New translations otp-backup.md (Danish) --- docs/da/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/da/otp-backup.md b/docs/da/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/da/otp-backup.md +++ b/docs/da/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From 5de6ecd51ccb361daf39c80fb7b921f5d3618c3d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:39 -0500 Subject: [PATCH 2094/2741] New translations otp-backup.md (Czech) --- docs/cs/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/cs/otp-backup.md b/docs/cs/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/cs/otp-backup.md +++ b/docs/cs/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From 3030e3ce8f5f581e175e8da9517bf43ac9bd478b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:41 -0500 Subject: [PATCH 2095/2741] New translations otp-backup.md (Catalan) --- docs/ca/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/ca/otp-backup.md b/docs/ca/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/ca/otp-backup.md +++ b/docs/ca/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From 1a617bd5058df220b9949ce7f22f35182da73783 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:42 -0500 Subject: [PATCH 2096/2741] New translations otp-backup.md (Bulgarian) --- docs/bg/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/bg/otp-backup.md b/docs/bg/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/bg/otp-backup.md +++ b/docs/bg/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From 1f633a0f24444ce592d0de8035f8a5815ae20d6f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:44 -0500 Subject: [PATCH 2097/2741] New translations otp-backup.md (Arabic) --- docs/ar/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/ar/otp-backup.md b/docs/ar/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/ar/otp-backup.md +++ b/docs/ar/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From 7207115c3024dfaa0b7028d57a0f5b3e441ee98a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:46 -0500 Subject: [PATCH 2098/2741] New translations otp-backup.md (Spanish) --- docs/es/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/es/otp-backup.md b/docs/es/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/es/otp-backup.md +++ b/docs/es/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From e263566930ef10c666149248305e4b39a5b1c2f7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 26 Jun 2020 16:55:47 -0500 Subject: [PATCH 2099/2741] New translations otp-backup.md (Indonesian) --- docs/id/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/id/otp-backup.md b/docs/id/otp-backup.md index a96679eb9..703b6fbdf 100644 --- a/docs/id/otp-backup.md +++ b/docs/id/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------- | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Use "Plain text" option | {: .table .table-striped} +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From 6c6ec34c9adbd785e719bb87eced37d67011e428 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 11 Dec 2020 17:26:33 -0600 Subject: [PATCH 2100/2741] New translations en.json (Sinhala) --- _data/locales/default/si.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/si.json diff --git a/_data/locales/default/si.json b/_data/locales/default/si.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/si.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From 89f79983394f4249dcc5f9f420e293b14123fad8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 11 Dec 2020 17:26:35 -0600 Subject: [PATCH 2101/2741] New translations en.yml (Sinhala) --- _data/locales/sidebar/si.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 _data/locales/sidebar/si.yml diff --git a/_data/locales/sidebar/si.yml b/_data/locales/sidebar/si.yml new file mode 100644 index 000000000..85ca00582 --- /dev/null +++ b/_data/locales/sidebar/si.yml @@ -0,0 +1,32 @@ +--- +sections: + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From 14588fab6bbc4c140bcf9f386204f4fec6b6548c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 11 Dec 2020 17:26:37 -0600 Subject: [PATCH 2102/2741] New translations account-types.md (Sinhala) --- docs/si/account-types.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/si/account-types.md diff --git a/docs/si/account-types.md b/docs/si/account-types.md new file mode 100644 index 000000000..5ff708b00 --- /dev/null +++ b/docs/si/account-types.md @@ -0,0 +1,13 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- + +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 77061505920095cd8e7e3324afcd48987f1c28b1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 11 Dec 2020 17:26:39 -0600 Subject: [PATCH 2103/2741] New translations chrome-issues.md (Sinhala) --- docs/si/chrome-issues.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/si/chrome-issues.md diff --git a/docs/si/chrome-issues.md b/docs/si/chrome-issues.md new file mode 100644 index 000000000..6fb1c6fbd --- /dev/null +++ b/docs/si/chrome-issues.md @@ -0,0 +1,16 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- + +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From bb7ab5b4e46705257883fb3c190848951783ce95 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 11 Dec 2020 17:26:41 -0600 Subject: [PATCH 2104/2741] New translations debug-info.md (Sinhala) --- docs/si/debug-info.md | 54 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 docs/si/debug-info.md diff --git a/docs/si/debug-info.md b/docs/si/debug-info.md new file mode 100644 index 000000000..55be97b3f --- /dev/null +++ b/docs/si/debug-info.md @@ -0,0 +1,54 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- + +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 3cac457f6ceb4391a466883584cf4b7dc5ce9139 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 11 Dec 2020 17:26:43 -0600 Subject: [PATCH 2105/2741] New translations edge-backup.md (Sinhala) --- docs/si/edge-backup.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/si/edge-backup.md diff --git a/docs/si/edge-backup.md b/docs/si/edge-backup.md new file mode 100644 index 000000000..ec5bf27d8 --- /dev/null +++ b/docs/si/edge-backup.md @@ -0,0 +1,27 @@ +--- +title: Backing up in Old Edge +stub: edge-backup +lang: en +ver: 1 +--- + +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 9ac1b5ab7121672ca49a77d63e6f06f52d8ed4ec Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 11 Dec 2020 17:26:45 -0600 Subject: [PATCH 2106/2741] New translations edge-issues.md (Sinhala) --- docs/si/edge-issues.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/si/edge-issues.md diff --git a/docs/si/edge-issues.md b/docs/si/edge-issues.md new file mode 100644 index 000000000..4b2235040 --- /dev/null +++ b/docs/si/edge-issues.md @@ -0,0 +1,16 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 2 +--- + +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 230a5c94efee7b0b62298122bd31a2a74f253026 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 11 Dec 2020 17:26:47 -0600 Subject: [PATCH 2107/2741] New translations firefox-issues.md (Sinhala) --- docs/si/firefox-issues.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/si/firefox-issues.md diff --git a/docs/si/firefox-issues.md b/docs/si/firefox-issues.md new file mode 100644 index 000000000..5fd57d39c --- /dev/null +++ b/docs/si/firefox-issues.md @@ -0,0 +1,12 @@ +--- +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 +--- + +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 401cad100211ad76bf4d949f70bb1e8d2c2be59c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 11 Dec 2020 17:26:48 -0600 Subject: [PATCH 2108/2741] New translations index.md (Sinhala) --- docs/si/index.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/si/index.md diff --git a/docs/si/index.md b/docs/si/index.md new file mode 100644 index 000000000..93349a5ee --- /dev/null +++ b/docs/si/index.md @@ -0,0 +1,7 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- + From 9fab8ddf947e321637074e41c54696c165b38df0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 11 Dec 2020 17:26:50 -0600 Subject: [PATCH 2109/2741] New translations lost-codes.md (Sinhala) --- docs/si/lost-codes.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/si/lost-codes.md diff --git a/docs/si/lost-codes.md b/docs/si/lost-codes.md new file mode 100644 index 000000000..4666e2aa5 --- /dev/null +++ b/docs/si/lost-codes.md @@ -0,0 +1,19 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- + +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common recovery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From ba8ab71d0d857a3acd8f7223f6205469badf3134 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 11 Dec 2020 17:26:52 -0600 Subject: [PATCH 2110/2741] New translations manual-update.md (Sinhala) --- docs/si/manual-update.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/si/manual-update.md diff --git a/docs/si/manual-update.md b/docs/si/manual-update.md new file mode 100644 index 000000000..d8f49dbda --- /dev/null +++ b/docs/si/manual-update.md @@ -0,0 +1,26 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- + +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From a1aa8bc69c3a5d15c811cbf593605f1eccfd18af Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 11 Dec 2020 17:26:54 -0600 Subject: [PATCH 2111/2741] New translations opera-install.md (Sinhala) --- docs/si/opera-install.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/si/opera-install.md diff --git a/docs/si/opera-install.md b/docs/si/opera-install.md new file mode 100644 index 000000000..a8ac0638c --- /dev/null +++ b/docs/si/opera-install.md @@ -0,0 +1,10 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- + +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 77e989842c2450d1fc419d4600ae83afd6418e34 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 11 Dec 2020 17:26:56 -0600 Subject: [PATCH 2112/2741] New translations otp-backup-developer.md (Sinhala) --- docs/si/otp-backup-developer.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/si/otp-backup-developer.md diff --git a/docs/si/otp-backup-developer.md b/docs/si/otp-backup-developer.md new file mode 100644 index 000000000..0ca06721e --- /dev/null +++ b/docs/si/otp-backup-developer.md @@ -0,0 +1,22 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- + +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 1d4340b50fce53d4409fe54bd3db744f5815f0ad Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 11 Dec 2020 17:26:58 -0600 Subject: [PATCH 2113/2741] New translations otp-backup.md (Sinhala) --- docs/si/otp-backup.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/si/otp-backup.md diff --git a/docs/si/otp-backup.md b/docs/si/otp-backup.md new file mode 100644 index 000000000..703b6fbdf --- /dev/null +++ b/docs/si/otp-backup.md @@ -0,0 +1,20 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- + +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 645b43f0a90d28aa28f098717042fb2ec93b8fa2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 11 Dec 2020 17:26:59 -0600 Subject: [PATCH 2114/2741] New translations policy-config.md (Sinhala) --- docs/si/policy-config.md | 50 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 docs/si/policy-config.md diff --git a/docs/si/policy-config.md b/docs/si/policy-config.md new file mode 100644 index 000000000..b23c42400 --- /dev/null +++ b/docs/si/policy-config.md @@ -0,0 +1,50 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- + +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From 461b8ce03c4540add2450cfbab7e06bc8d924d6a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:29:46 -0600 Subject: [PATCH 2115/2741] New translations quickstart.md (Greek) --- docs/el/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/el/quickstart.md diff --git a/docs/el/quickstart.md b/docs/el/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/el/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From 07d52e178aebae42e4b111ea3a9d60ef97fece07 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:29:48 -0600 Subject: [PATCH 2116/2741] New translations overview.md (Catalan) --- docs/ca/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/ca/overview.md diff --git a/docs/ca/overview.md b/docs/ca/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/ca/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From fbe576e39980247c882c79c258c49ed70bade0ae Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:29:50 -0600 Subject: [PATCH 2117/2741] New translations quickstart.md (Finnish) --- docs/fi/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/fi/quickstart.md diff --git a/docs/fi/quickstart.md b/docs/fi/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/fi/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From beb3cc51ebfbb89cbe4c7635b6d7051a8f9a5e97 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:29:52 -0600 Subject: [PATCH 2118/2741] New translations overview.md (Finnish) --- docs/fi/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/fi/overview.md diff --git a/docs/fi/overview.md b/docs/fi/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/fi/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From 010ea1e102b7104bd03c7df7cd7f3b260d75a051 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:29:54 -0600 Subject: [PATCH 2119/2741] New translations en.yml (Finnish) --- _data/locales/sidebar/fi.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/fi.yml b/_data/locales/sidebar/fi.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/fi.yml +++ b/_data/locales/sidebar/fi.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From dfe701c076638b11dad9a2702596043931d2e58a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:29:56 -0600 Subject: [PATCH 2120/2741] New translations overview.md (Greek) --- docs/el/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/el/overview.md diff --git a/docs/el/overview.md b/docs/el/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/el/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From 51f4d9a4d3c9daca3fc4316ae2f9816c6e1500a2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:29:57 -0600 Subject: [PATCH 2121/2741] New translations en.yml (Greek) --- _data/locales/sidebar/el.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/el.yml b/_data/locales/sidebar/el.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/el.yml +++ b/_data/locales/sidebar/el.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From 778f5107df77e9f1a589a3a152b5de30ade8ebf4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:29:59 -0600 Subject: [PATCH 2122/2741] New translations quickstart.md (German) --- docs/de/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/de/quickstart.md diff --git a/docs/de/quickstart.md b/docs/de/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/de/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From 30c9e553aa1dbdea4e890bf1b2ba6e70d2cd7810 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:01 -0600 Subject: [PATCH 2123/2741] New translations overview.md (German) --- docs/de/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/de/overview.md diff --git a/docs/de/overview.md b/docs/de/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/de/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From dd0b7169bb9672287b2e93e35abf7c7db2f53287 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:04 -0600 Subject: [PATCH 2124/2741] New translations en.yml (German) --- _data/locales/sidebar/de.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/de.yml b/_data/locales/sidebar/de.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/de.yml +++ b/_data/locales/sidebar/de.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From a5d43e34537fb5a3615a8b358257d754f1db1b83 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:06 -0600 Subject: [PATCH 2125/2741] New translations quickstart.md (Danish) --- docs/da/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/da/quickstart.md diff --git a/docs/da/quickstart.md b/docs/da/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/da/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From e60a400ae772454c2651fa57f91435eabe245f8c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:08 -0600 Subject: [PATCH 2126/2741] New translations overview.md (Danish) --- docs/da/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/da/overview.md diff --git a/docs/da/overview.md b/docs/da/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/da/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From 835bf4846af9688a1e9d3a3920837c5bda57bb0e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:10 -0600 Subject: [PATCH 2127/2741] New translations quickstart.md (Czech) --- docs/cs/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/cs/quickstart.md diff --git a/docs/cs/quickstart.md b/docs/cs/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/cs/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From 98e7d8acdc2572a73f4ac420058f8f6d520d092f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:12 -0600 Subject: [PATCH 2128/2741] New translations overview.md (Czech) --- docs/cs/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/cs/overview.md diff --git a/docs/cs/overview.md b/docs/cs/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/cs/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From 52e0e727c5484b50ddcf447461f7fbccca619029 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:13 -0600 Subject: [PATCH 2129/2741] New translations en.yml (Czech) --- _data/locales/sidebar/cs.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/cs.yml b/_data/locales/sidebar/cs.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/cs.yml +++ b/_data/locales/sidebar/cs.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From feaea2e7d19f240ac71e0660b170bc7c7ab66747 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:15 -0600 Subject: [PATCH 2130/2741] New translations quickstart.md (Catalan) --- docs/ca/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/ca/quickstart.md diff --git a/docs/ca/quickstart.md b/docs/ca/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/ca/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From a0c27aa392cf3e2ad585ea945e01a6b6c50470a4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:17 -0600 Subject: [PATCH 2131/2741] New translations en.yml (Danish) --- _data/locales/sidebar/da.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/da.yml b/_data/locales/sidebar/da.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/da.yml +++ b/_data/locales/sidebar/da.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From b359587af96ea3f1db511968aa482600edc60e46 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:19 -0600 Subject: [PATCH 2132/2741] New translations en.yml (Catalan) --- _data/locales/sidebar/ca.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/ca.yml b/_data/locales/sidebar/ca.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/ca.yml +++ b/_data/locales/sidebar/ca.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From f8e13d9289e8908a48ea384dd4808ebac5ebe6fe Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:21 -0600 Subject: [PATCH 2133/2741] New translations quickstart.md (French) --- docs/fr/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/fr/quickstart.md diff --git a/docs/fr/quickstart.md b/docs/fr/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/fr/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From 1ac80ddbf81966e99226945f6fdf390b619638a8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:23 -0600 Subject: [PATCH 2134/2741] New translations en.yml (Romanian) --- _data/locales/sidebar/ro.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/ro.yml b/_data/locales/sidebar/ro.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/ro.yml +++ b/_data/locales/sidebar/ro.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From ad46dc1b331ed528dbdf0cbb2def02bcef14d7c4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:25 -0600 Subject: [PATCH 2135/2741] New translations overview.md (Romanian) --- docs/ro/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/ro/overview.md diff --git a/docs/ro/overview.md b/docs/ro/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/ro/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From d6eec4faa7dd357a54c6c53fd81bde5347f8c757 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:27 -0600 Subject: [PATCH 2136/2741] New translations quickstart.md (Romanian) --- docs/ro/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/ro/quickstart.md diff --git a/docs/ro/quickstart.md b/docs/ro/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/ro/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From ada74ea1eb018f260d8568ec0240ed56b7162c02 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:29 -0600 Subject: [PATCH 2137/2741] New translations quickstart.md (Bulgarian) --- docs/bg/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/bg/quickstart.md diff --git a/docs/bg/quickstart.md b/docs/bg/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/bg/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From 7ee07d6a81dd660d97d643beddae857458dfe226 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:31 -0600 Subject: [PATCH 2138/2741] New translations en.yml (French) --- _data/locales/sidebar/fr.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/fr.yml b/_data/locales/sidebar/fr.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/fr.yml +++ b/_data/locales/sidebar/fr.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From e3b0ac95070925a3c8131320c0c2273c2e467e44 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:33 -0600 Subject: [PATCH 2139/2741] New translations overview.md (French) --- docs/fr/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/fr/overview.md diff --git a/docs/fr/overview.md b/docs/fr/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/fr/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From 48e839822c0c86250fa1c338d85f083bc2d12984 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:35 -0600 Subject: [PATCH 2140/2741] New translations en.yml (Spanish) --- _data/locales/sidebar/es.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/es.yml b/_data/locales/sidebar/es.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/es.yml +++ b/_data/locales/sidebar/es.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From c0bed15b716d32399cdca5355951e55b08bdccf9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:36 -0600 Subject: [PATCH 2141/2741] New translations overview.md (Spanish) --- docs/es/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/es/overview.md diff --git a/docs/es/overview.md b/docs/es/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/es/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From 83ac07197a42359fcacce971aa8ba1ab066eeb3b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:39 -0600 Subject: [PATCH 2142/2741] New translations quickstart.md (Spanish) --- docs/es/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/es/quickstart.md diff --git a/docs/es/quickstart.md b/docs/es/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/es/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From ac7655a14b0aedf57847ed4aec4463ff7312420c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:40 -0600 Subject: [PATCH 2143/2741] New translations en.yml (Arabic) --- _data/locales/sidebar/ar.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/ar.yml b/_data/locales/sidebar/ar.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/ar.yml +++ b/_data/locales/sidebar/ar.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From df8ff682b812f9cf22d098dfab461e6952676611 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:43 -0600 Subject: [PATCH 2144/2741] New translations overview.md (Arabic) --- docs/ar/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/ar/overview.md diff --git a/docs/ar/overview.md b/docs/ar/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/ar/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From a970083347a2ffb8c0fddd46096e100c08e5be0f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:44 -0600 Subject: [PATCH 2145/2741] New translations quickstart.md (Arabic) --- docs/ar/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/ar/quickstart.md diff --git a/docs/ar/quickstart.md b/docs/ar/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/ar/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From 368b1654ec0d357d0f2b4e8271e851aa22a4b1c6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:46 -0600 Subject: [PATCH 2146/2741] New translations en.yml (Bulgarian) --- _data/locales/sidebar/bg.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/bg.yml b/_data/locales/sidebar/bg.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/bg.yml +++ b/_data/locales/sidebar/bg.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From 591024e330b39eac165e75cf3745c8b02b17f81b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:48 -0600 Subject: [PATCH 2147/2741] New translations overview.md (Bulgarian) --- docs/bg/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/bg/overview.md diff --git a/docs/bg/overview.md b/docs/bg/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/bg/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From 8f79d09fc61901a5fad31bb7124371ee3bd473ef Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:50 -0600 Subject: [PATCH 2148/2741] New translations overview.md (Turkish) --- docs/tr/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/tr/overview.md diff --git a/docs/tr/overview.md b/docs/tr/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/tr/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From f3b529ac90a4887daff3879c86d63eeca0fee548 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:52 -0600 Subject: [PATCH 2149/2741] New translations quickstart.md (Ukrainian) --- docs/uk/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/uk/quickstart.md diff --git a/docs/uk/quickstart.md b/docs/uk/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/uk/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From 0d0389770abfa2167a38419d1d6f95da9d9c11e1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:54 -0600 Subject: [PATCH 2150/2741] New translations overview.md (Ukrainian) --- docs/uk/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/uk/overview.md diff --git a/docs/uk/overview.md b/docs/uk/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/uk/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From acb03150d24c5d0e2e0d2a8fb592b17837a1f985 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:56 -0600 Subject: [PATCH 2151/2741] New translations en.yml (Ukrainian) --- _data/locales/sidebar/uk.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/uk.yml b/_data/locales/sidebar/uk.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/uk.yml +++ b/_data/locales/sidebar/uk.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From f9070265d9fb07a877a82aee4de2c0ee94c5b1b5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:30:58 -0600 Subject: [PATCH 2152/2741] New translations quickstart.md (Turkish) --- docs/tr/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/tr/quickstart.md diff --git a/docs/tr/quickstart.md b/docs/tr/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/tr/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From adfcaa290a6dd4adba83ea1bd4b1a17ae4483d48 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:00 -0600 Subject: [PATCH 2153/2741] New translations overview.md (Serbian (Cyrillic)) --- docs/sr/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/sr/overview.md diff --git a/docs/sr/overview.md b/docs/sr/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/sr/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From dad2b892f21145b948f404a6f099d63462a91032 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:02 -0600 Subject: [PATCH 2154/2741] New translations en.yml (Turkish) --- _data/locales/sidebar/tr.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/tr.yml b/_data/locales/sidebar/tr.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/tr.yml +++ b/_data/locales/sidebar/tr.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From 5905609cc106a90d2957cfc704cd94cc705d5485 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:04 -0600 Subject: [PATCH 2155/2741] New translations quickstart.md (Swedish) --- docs/sv/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/sv/quickstart.md diff --git a/docs/sv/quickstart.md b/docs/sv/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/sv/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From 99f42b5ec4430bc21570ceb45f428f25f5403198 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:06 -0600 Subject: [PATCH 2156/2741] New translations overview.md (Swedish) --- docs/sv/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/sv/overview.md diff --git a/docs/sv/overview.md b/docs/sv/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/sv/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From 4e68de9c5328a5e8d2753a0869ca312c3eeab208 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:08 -0600 Subject: [PATCH 2157/2741] New translations en.yml (Swedish) --- _data/locales/sidebar/sv.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/sv.yml b/_data/locales/sidebar/sv.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/sv.yml +++ b/_data/locales/sidebar/sv.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From 803fd95f32135e3c3da9ffcdfe1e1de06f0b0634 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:09 -0600 Subject: [PATCH 2158/2741] New translations quickstart.md (Serbian (Cyrillic)) --- docs/sr/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/sr/quickstart.md diff --git a/docs/sr/quickstart.md b/docs/sr/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/sr/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From 50deacee55f01476fb2e003ebd0ce0799c4bd7c7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:12 -0600 Subject: [PATCH 2159/2741] New translations overview.md (Chinese Simplified) --- docs/zh_CN/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/zh_CN/overview.md diff --git a/docs/zh_CN/overview.md b/docs/zh_CN/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/zh_CN/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From 18fc1203d3a5f2552190dec74dcdceee725e1507 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:13 -0600 Subject: [PATCH 2160/2741] New translations en.yml (Chinese Simplified) --- _data/locales/sidebar/zh_CN.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/zh_CN.yml b/_data/locales/sidebar/zh_CN.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/zh_CN.yml +++ b/_data/locales/sidebar/zh_CN.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From c82a1221b4afb3d32c7f63c7d6f5284a94dcedc3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:15 -0600 Subject: [PATCH 2161/2741] New translations en.yml (Portuguese, Brazilian) --- _data/locales/sidebar/pt_BR.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/pt_BR.yml b/_data/locales/sidebar/pt_BR.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/pt_BR.yml +++ b/_data/locales/sidebar/pt_BR.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From 1cae7b89e12b8903e89f01d8c203bbfd8d007350 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:17 -0600 Subject: [PATCH 2162/2741] New translations quickstart.md (Chinese Simplified) --- docs/zh_CN/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/zh_CN/quickstart.md diff --git a/docs/zh_CN/quickstart.md b/docs/zh_CN/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/zh_CN/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From 77f59cd538483364f2c5c8473f92c5c6e908f0d0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:19 -0600 Subject: [PATCH 2163/2741] New translations en.yml (Chinese Traditional) --- _data/locales/sidebar/zh_TW.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/zh_TW.yml b/_data/locales/sidebar/zh_TW.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/zh_TW.yml +++ b/_data/locales/sidebar/zh_TW.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From 898089e8092511c5d2d9e4b34b0553ee85c697f6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:21 -0600 Subject: [PATCH 2164/2741] New translations overview.md (Chinese Traditional) --- docs/zh_TW/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/zh_TW/overview.md diff --git a/docs/zh_TW/overview.md b/docs/zh_TW/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/zh_TW/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From deefc566dfcb089754adbf91994dede52251839b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:23 -0600 Subject: [PATCH 2165/2741] New translations quickstart.md (Chinese Traditional) --- docs/zh_TW/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/zh_TW/quickstart.md diff --git a/docs/zh_TW/quickstart.md b/docs/zh_TW/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/zh_TW/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From 2e6207cad8b0ee2e0a3b5746ed7f9db1d2591b40 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:25 -0600 Subject: [PATCH 2166/2741] New translations en.yml (Vietnamese) --- _data/locales/sidebar/vi.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/vi.yml b/_data/locales/sidebar/vi.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/vi.yml +++ b/_data/locales/sidebar/vi.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From fa8f5f1909ed48b13eb54aaf12b956703562d1f8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:27 -0600 Subject: [PATCH 2167/2741] New translations overview.md (Vietnamese) --- docs/vi/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/vi/overview.md diff --git a/docs/vi/overview.md b/docs/vi/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/vi/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From 965745ad1fed6dd5276513379e18d30131f58485 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:29 -0600 Subject: [PATCH 2168/2741] New translations quickstart.md (Vietnamese) --- docs/vi/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/vi/quickstart.md diff --git a/docs/vi/quickstart.md b/docs/vi/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/vi/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From 581acaf8d7da65279750efb34baf77ca49a5a896 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:30 -0600 Subject: [PATCH 2169/2741] New translations overview.md (Portuguese, Brazilian) --- docs/pt_BR/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/pt_BR/overview.md diff --git a/docs/pt_BR/overview.md b/docs/pt_BR/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/pt_BR/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From ff8d21885b3bf0537cb95ab8d8214dfcc809f923 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:32 -0600 Subject: [PATCH 2170/2741] New translations quickstart.md (Portuguese, Brazilian) --- docs/pt_BR/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/pt_BR/quickstart.md diff --git a/docs/pt_BR/quickstart.md b/docs/pt_BR/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/pt_BR/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From ba85f2b367c22a71780380e5a9eabe3bbf39db42 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:34 -0600 Subject: [PATCH 2171/2741] New translations en.yml (Indonesian) --- _data/locales/sidebar/id.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/id.yml b/_data/locales/sidebar/id.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/id.yml +++ b/_data/locales/sidebar/id.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From b5bee0be2b58ed0dc1a3605823ac66692ffc0f01 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:36 -0600 Subject: [PATCH 2172/2741] New translations overview.md (Indonesian) --- docs/id/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/id/overview.md diff --git a/docs/id/overview.md b/docs/id/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/id/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From a211291784619ca9b1296e3f613e8a644cde8d19 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:38 -0600 Subject: [PATCH 2173/2741] New translations quickstart.md (Indonesian) --- docs/id/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/id/quickstart.md diff --git a/docs/id/quickstart.md b/docs/id/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/id/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From cb3c84d8e95697920cd2cb396fd9fab069a6cf0f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:40 -0600 Subject: [PATCH 2174/2741] New translations overview.md (Sinhala) --- docs/si/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/si/overview.md diff --git a/docs/si/overview.md b/docs/si/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/si/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From d70d4f2a4977275a8981f793f19869ee19f2b446 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:42 -0600 Subject: [PATCH 2175/2741] New translations quickstart.md (Russian) --- docs/ru/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/ru/quickstart.md diff --git a/docs/ru/quickstart.md b/docs/ru/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/ru/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From 3cd8ad614c0ce14f88609d4ba654705daf3e81b1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:44 -0600 Subject: [PATCH 2176/2741] New translations en.yml (Serbian (Cyrillic)) --- _data/locales/sidebar/sr.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/sr.yml b/_data/locales/sidebar/sr.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/sr.yml +++ b/_data/locales/sidebar/sr.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From 6ba6b466451ce77a91b6187da4f52cb353ddcc5c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:46 -0600 Subject: [PATCH 2177/2741] New translations quickstart.md (Japanese) --- docs/ja/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/ja/quickstart.md diff --git a/docs/ja/quickstart.md b/docs/ja/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/ja/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From 64eac2c12e443b0c8d4960d01db44519f7775654 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:48 -0600 Subject: [PATCH 2178/2741] New translations overview.md (Russian) --- docs/ru/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/ru/overview.md diff --git a/docs/ru/overview.md b/docs/ru/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/ru/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From c8bd392492e659d53e10c888b26bffea3e0a188a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:49 -0600 Subject: [PATCH 2179/2741] New translations en.yml (Korean) --- _data/locales/sidebar/ko.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/ko.yml b/_data/locales/sidebar/ko.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/ko.yml +++ b/_data/locales/sidebar/ko.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From 9e08664e9db10a1a3135e2948283d45c3dc8751d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:51 -0600 Subject: [PATCH 2180/2741] New translations en.yml (Hebrew) --- _data/locales/sidebar/he.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/he.yml b/_data/locales/sidebar/he.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/he.yml +++ b/_data/locales/sidebar/he.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From 5abfe3c3a25690c6aabcf7f6c3fe521d684cfe45 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:53 -0600 Subject: [PATCH 2181/2741] New translations overview.md (Hebrew) --- docs/he/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/he/overview.md diff --git a/docs/he/overview.md b/docs/he/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/he/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From 3f4741ab69fb45eb437ededee2d6329a2d60afab Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:55 -0600 Subject: [PATCH 2182/2741] New translations quickstart.md (Hebrew) --- docs/he/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/he/quickstart.md diff --git a/docs/he/quickstart.md b/docs/he/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/he/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From 0fa549d88d048298015ed558df1b63851c33103f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:56 -0600 Subject: [PATCH 2183/2741] New translations en.yml (Hungarian) --- _data/locales/sidebar/hu.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/hu.yml b/_data/locales/sidebar/hu.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/hu.yml +++ b/_data/locales/sidebar/hu.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From 357cff01a8d27ab95d2489ab454090b4f6c1143f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:31:59 -0600 Subject: [PATCH 2184/2741] New translations overview.md (Hungarian) --- docs/hu/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/hu/overview.md diff --git a/docs/hu/overview.md b/docs/hu/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/hu/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From 670917f62ecee47aca9a35ae3d83c4f1a483d22b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:01 -0600 Subject: [PATCH 2185/2741] New translations quickstart.md (Hungarian) --- docs/hu/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/hu/quickstart.md diff --git a/docs/hu/quickstart.md b/docs/hu/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/hu/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From 7a9ddf2a5d1ac1b67236691182fabbe288166ddf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:03 -0600 Subject: [PATCH 2186/2741] New translations en.yml (Italian) --- _data/locales/sidebar/it.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/it.yml b/_data/locales/sidebar/it.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/it.yml +++ b/_data/locales/sidebar/it.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From 2174f7386e9ca97006bb37203e860ff8f625a014 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:05 -0600 Subject: [PATCH 2187/2741] New translations overview.md (Italian) --- docs/it/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/it/overview.md diff --git a/docs/it/overview.md b/docs/it/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/it/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From f0c2b7b7f97f3fa5f1c17f19203307db4fe2437f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:07 -0600 Subject: [PATCH 2188/2741] New translations quickstart.md (Italian) --- docs/it/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/it/quickstart.md diff --git a/docs/it/quickstart.md b/docs/it/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/it/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From 3f181e0cd003c6a5ddd6de0064381645b7157007 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:09 -0600 Subject: [PATCH 2189/2741] New translations en.yml (Japanese) --- _data/locales/sidebar/ja.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/ja.yml b/_data/locales/sidebar/ja.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/ja.yml +++ b/_data/locales/sidebar/ja.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From 38a3920f73a62dd5e22fe323bc3468db553d5ffa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:11 -0600 Subject: [PATCH 2190/2741] New translations overview.md (Japanese) --- docs/ja/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/ja/overview.md diff --git a/docs/ja/overview.md b/docs/ja/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/ja/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From ef318cf7e8d6de2f385018bf88263e18812c4ba4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:13 -0600 Subject: [PATCH 2191/2741] New translations en.yml (Sinhala) --- _data/locales/sidebar/si.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/si.yml b/_data/locales/sidebar/si.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/si.yml +++ b/_data/locales/sidebar/si.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From 49b97ab1fd37f40267e3fd5c628b3ece269e7fff Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:15 -0600 Subject: [PATCH 2192/2741] New translations overview.md (Korean) --- docs/ko/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/ko/overview.md diff --git a/docs/ko/overview.md b/docs/ko/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/ko/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From 07afe66e4c0eaefb60ca9ccc586236f2b42390f9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:17 -0600 Subject: [PATCH 2193/2741] New translations en.yml (Russian) --- _data/locales/sidebar/ru.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/ru.yml b/_data/locales/sidebar/ru.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/ru.yml +++ b/_data/locales/sidebar/ru.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From babae42f688c53d9c6b41fe216f15cdb2ec49fb1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:19 -0600 Subject: [PATCH 2194/2741] New translations quickstart.md (Korean) --- docs/ko/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/ko/quickstart.md diff --git a/docs/ko/quickstart.md b/docs/ko/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/ko/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From a12aa0e4caa62b219caf37b46f64271b4b9e54ad Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:20 -0600 Subject: [PATCH 2195/2741] New translations en.yml (Dutch) --- _data/locales/sidebar/nl.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/nl.yml b/_data/locales/sidebar/nl.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/nl.yml +++ b/_data/locales/sidebar/nl.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From daa0ce0c7b1732b35834158a01400a9a8eeb1c7a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:22 -0600 Subject: [PATCH 2196/2741] New translations overview.md (Dutch) --- docs/nl/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/nl/overview.md diff --git a/docs/nl/overview.md b/docs/nl/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/nl/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From f5c5cddc7a2e1a1ea8f9790e1c2150bd47a2514e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:24 -0600 Subject: [PATCH 2197/2741] New translations quickstart.md (Dutch) --- docs/nl/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/nl/quickstart.md diff --git a/docs/nl/quickstart.md b/docs/nl/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/nl/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From fcd02b6c1ea047de52927eb78f0c7822b11e7491 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:26 -0600 Subject: [PATCH 2198/2741] New translations en.yml (Norwegian) --- _data/locales/sidebar/no.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/no.yml b/_data/locales/sidebar/no.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/no.yml +++ b/_data/locales/sidebar/no.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From 760e6457c6ab85818ae43f8d51de3e8476fca5c1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:28 -0600 Subject: [PATCH 2199/2741] New translations overview.md (Norwegian) --- docs/no/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/no/overview.md diff --git a/docs/no/overview.md b/docs/no/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/no/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From 7e9900d455da34ed9d3da9694bc379de0d67b7f9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:30 -0600 Subject: [PATCH 2200/2741] New translations quickstart.md (Norwegian) --- docs/no/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/no/quickstart.md diff --git a/docs/no/quickstart.md b/docs/no/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/no/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From fba0645ddbfd6ccc788fde5149b29cb54ab82250 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:32 -0600 Subject: [PATCH 2201/2741] New translations en.yml (Polish) --- _data/locales/sidebar/pl.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/pl.yml b/_data/locales/sidebar/pl.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/pl.yml +++ b/_data/locales/sidebar/pl.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From bf5fc70faab14b10b4b8e308a68750f994b2508e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:33 -0600 Subject: [PATCH 2202/2741] New translations overview.md (Polish) --- docs/pl/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/pl/overview.md diff --git a/docs/pl/overview.md b/docs/pl/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/pl/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From 0eea680308361992702d95bef2787941582a1835 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:35 -0600 Subject: [PATCH 2203/2741] New translations quickstart.md (Polish) --- docs/pl/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/pl/quickstart.md diff --git a/docs/pl/quickstart.md b/docs/pl/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/pl/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From 343dcae57b84278f19b031aa0439db2d559101db Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:37 -0600 Subject: [PATCH 2204/2741] New translations en.yml (Portuguese) --- _data/locales/sidebar/pt.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locales/sidebar/pt.yml b/_data/locales/sidebar/pt.yml index 85ca00582..51921a53f 100644 --- a/_data/locales/sidebar/pt.yml +++ b/_data/locales/sidebar/pt.yml @@ -1,5 +1,17 @@ --- sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension + stub: overview + - + title: Quickstarts + docs: + - + title: Add your first account + stub: quickstart - title: Browser Pages docs: From 95e619e56012fb7be5b4b88c743adcd2269dda83 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:39 -0600 Subject: [PATCH 2205/2741] New translations overview.md (Portuguese) --- docs/pt/overview.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/pt/overview.md diff --git a/docs/pt/overview.md b/docs/pt/overview.md new file mode 100644 index 000000000..502b24620 --- /dev/null +++ b/docs/pt/overview.md @@ -0,0 +1,20 @@ +--- +title: What is Authenticator Extension +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. + +# Key features + +* Set password to encrypt data +* Add accounts by scanning QR image +* Sync data between browsers +* Backup data to cloud services +* Export and import backup file +* Smart filter for best match entries +* Battle.net and Stream support \ No newline at end of file From 46ee8ccfd5f3866f594294f7a74ee1ebb911fa6e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:41 -0600 Subject: [PATCH 2206/2741] New translations quickstart.md (Portuguese) --- docs/pt/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/pt/quickstart.md diff --git a/docs/pt/quickstart.md b/docs/pt/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/pt/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From 2c579d9aa01c1218e4828f78fed5df7c4909d0bc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:42 -0600 Subject: [PATCH 2207/2741] New translations quickstart.md (Sinhala) --- docs/si/quickstart.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/si/quickstart.md diff --git a/docs/si/quickstart.md b/docs/si/quickstart.md new file mode 100644 index 000000000..3408c12e8 --- /dev/null +++ b/docs/si/quickstart.md @@ -0,0 +1,42 @@ +--- +title: Add your first account +stub: quickstart +lang: en +ver: 1 +--- + +This quickstart explains how to add an example entry to Authenticator Extension. + +## Prerequisites + +To complete this quickstart: + +* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a new account manually + +Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. + +![edit mode](/assets/quickstart/click-edit.png) + +Then click the plus button to add a new account. + +![add new account](/assets/quickstart/click-plus.png) + +Select **Manual Entry** to add account manually. + +![manual entry](/assets/quickstart/manual-entry.png) + +Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. + +![add account](/assets/quickstart/add-account.png) + +After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +![entry](/assets/quickstart/example-entry.png) \ No newline at end of file From 4b2f3e073936268acb941f2d05b77a557eb759ce Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:55:45 -0600 Subject: [PATCH 2208/2741] New translations en.yml (Portuguese, Brazilian) --- _data/locales/sidebar/pt_BR.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/pt_BR.yml b/_data/locales/sidebar/pt_BR.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/pt_BR.yml +++ b/_data/locales/sidebar/pt_BR.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From 3e477af521d0453be648ae525baf26ce90aac08a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:55:47 -0600 Subject: [PATCH 2209/2741] New translations en.yml (Portuguese) --- _data/locales/sidebar/pt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/pt.yml b/_data/locales/sidebar/pt.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/pt.yml +++ b/_data/locales/sidebar/pt.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From 016eb6ab79e947a2a10e733a982ff4d854cb6ff0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:55:49 -0600 Subject: [PATCH 2210/2741] New translations quickstart.md (Serbian (Cyrillic)) --- docs/sr/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/sr/quickstart.md b/docs/sr/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/sr/quickstart.md +++ b/docs/sr/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From 5cda04983578e9bd2d6865c7d4229bd7511cc2aa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:55:51 -0600 Subject: [PATCH 2211/2741] New translations overview.md (Serbian (Cyrillic)) --- docs/sr/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/sr/overview.md b/docs/sr/overview.md index 502b24620..862c30e00 100644 --- a/docs/sr/overview.md +++ b/docs/sr/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From 4901c9b6a4bae9ccdb5dc6b58962d95757859ab7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:55:52 -0600 Subject: [PATCH 2212/2741] New translations en.yml (Serbian (Cyrillic)) --- _data/locales/sidebar/sr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/sr.yml b/_data/locales/sidebar/sr.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/sr.yml +++ b/_data/locales/sidebar/sr.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From 60ba21de9c27c46224f7a3214e86a44bd31102dd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:55:54 -0600 Subject: [PATCH 2213/2741] New translations quickstart.md (Russian) --- docs/ru/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/ru/quickstart.md b/docs/ru/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/ru/quickstart.md +++ b/docs/ru/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From d8cf99abb0e1fd44757bdb7b6967117f88cc0394 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:55:56 -0600 Subject: [PATCH 2214/2741] New translations overview.md (Russian) --- docs/ru/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/ru/overview.md b/docs/ru/overview.md index 502b24620..862c30e00 100644 --- a/docs/ru/overview.md +++ b/docs/ru/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From c5656d46ef58bc99d9a94e69ff61002853c85f29 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:55:58 -0600 Subject: [PATCH 2215/2741] New translations en.yml (Russian) --- _data/locales/sidebar/ru.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/ru.yml b/_data/locales/sidebar/ru.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/ru.yml +++ b/_data/locales/sidebar/ru.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From b60ec108893ef519b393705813f503a500693863 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:00 -0600 Subject: [PATCH 2216/2741] New translations quickstart.md (Portuguese) --- docs/pt/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/pt/quickstart.md b/docs/pt/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/pt/quickstart.md +++ b/docs/pt/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From 88c9a933d241bbaae380b6dd4fd37f39827a6663 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:02 -0600 Subject: [PATCH 2217/2741] New translations overview.md (Portuguese) --- docs/pt/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/pt/overview.md b/docs/pt/overview.md index 502b24620..862c30e00 100644 --- a/docs/pt/overview.md +++ b/docs/pt/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From a8c0a05dbe58494d4058ac5929ae1f39048e05dd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:04 -0600 Subject: [PATCH 2218/2741] New translations quickstart.md (Polish) --- docs/pl/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/pl/quickstart.md b/docs/pl/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/pl/quickstart.md +++ b/docs/pl/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From a0b10883ca4fb694fbdfc8e8b4fef8ac6d5fc4a1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:06 -0600 Subject: [PATCH 2219/2741] New translations overview.md (Swedish) --- docs/sv/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/sv/overview.md b/docs/sv/overview.md index 502b24620..862c30e00 100644 --- a/docs/sv/overview.md +++ b/docs/sv/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From 7d0222f5be927537dce8ec51c1177382e43b493b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:08 -0600 Subject: [PATCH 2220/2741] New translations overview.md (Polish) --- docs/pl/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/pl/overview.md b/docs/pl/overview.md index 502b24620..862c30e00 100644 --- a/docs/pl/overview.md +++ b/docs/pl/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From 08da7af28db30a4fd5ffd2b62c454204e11d9dbb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:09 -0600 Subject: [PATCH 2221/2741] New translations en.yml (Polish) --- _data/locales/sidebar/pl.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/pl.yml b/_data/locales/sidebar/pl.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/pl.yml +++ b/_data/locales/sidebar/pl.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From 5a8ecb94eece01345086854861a08c81c6107a91 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:11 -0600 Subject: [PATCH 2222/2741] New translations quickstart.md (Norwegian) --- docs/no/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/no/quickstart.md b/docs/no/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/no/quickstart.md +++ b/docs/no/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From 280c17599fdef87a6cd39f8297836cfb9b4afaf4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:13 -0600 Subject: [PATCH 2223/2741] New translations overview.md (Norwegian) --- docs/no/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/no/overview.md b/docs/no/overview.md index 502b24620..862c30e00 100644 --- a/docs/no/overview.md +++ b/docs/no/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From 7edea89ac2a1383d473fa55e25901a2decafd8af Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:14 -0600 Subject: [PATCH 2224/2741] New translations en.yml (Norwegian) --- _data/locales/sidebar/no.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/no.yml b/_data/locales/sidebar/no.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/no.yml +++ b/_data/locales/sidebar/no.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From a485b3358a7b63654647b91de42268db333aab1a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:16 -0600 Subject: [PATCH 2225/2741] New translations quickstart.md (Dutch) --- docs/nl/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/nl/quickstart.md b/docs/nl/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/nl/quickstart.md +++ b/docs/nl/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From 71cd1d45be0739db2e87c38d66b0f8bd56c0d34e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:18 -0600 Subject: [PATCH 2226/2741] New translations overview.md (Dutch) --- docs/nl/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/nl/overview.md b/docs/nl/overview.md index 502b24620..862c30e00 100644 --- a/docs/nl/overview.md +++ b/docs/nl/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From 27ef27405460a2c09a021c613eaf4a8edc8fb188 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:19 -0600 Subject: [PATCH 2227/2741] New translations en.yml (Dutch) --- _data/locales/sidebar/nl.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/nl.yml b/_data/locales/sidebar/nl.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/nl.yml +++ b/_data/locales/sidebar/nl.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From 13ad97de6cd00d30c9c3e3d717c0dfd8026cb039 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:21 -0600 Subject: [PATCH 2228/2741] New translations quickstart.md (Korean) --- docs/ko/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/ko/quickstart.md b/docs/ko/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/ko/quickstart.md +++ b/docs/ko/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From 9890abdff2422ebdf3f4c9e365e0cdb0cd28ee12 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:23 -0600 Subject: [PATCH 2229/2741] New translations en.yml (Swedish) --- _data/locales/sidebar/sv.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/sv.yml b/_data/locales/sidebar/sv.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/sv.yml +++ b/_data/locales/sidebar/sv.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From 80b6b6806e3daf6a5c27a4cfa7dbe1e0c2c54928 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:25 -0600 Subject: [PATCH 2230/2741] New translations quickstart.md (Swedish) --- docs/sv/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/sv/quickstart.md b/docs/sv/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/sv/quickstart.md +++ b/docs/sv/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From bcbb211b73e4c6f5daa1e8e438053f55030e3dcd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:26 -0600 Subject: [PATCH 2231/2741] New translations en.yml (Korean) --- _data/locales/sidebar/ko.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/ko.yml b/_data/locales/sidebar/ko.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/ko.yml +++ b/_data/locales/sidebar/ko.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From 95a522738c54e8b0904feb87892782fdb1e70c68 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:28 -0600 Subject: [PATCH 2232/2741] New translations quickstart.md (Chinese Traditional) --- docs/zh_TW/quickstart.md | 47 ++++++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/zh_TW/quickstart.md b/docs/zh_TW/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/zh_TW/quickstart.md +++ b/docs/zh_TW/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From bf341c56a826b9cc30ab01030301bdb5e45e0a00 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:30 -0600 Subject: [PATCH 2233/2741] New translations overview.md (Sinhala) --- docs/si/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/si/overview.md b/docs/si/overview.md index 502b24620..862c30e00 100644 --- a/docs/si/overview.md +++ b/docs/si/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From ad2187739bd2a9c845658629ea94293d15c92bdd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:32 -0600 Subject: [PATCH 2234/2741] New translations quickstart.md (Indonesian) --- docs/id/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/id/quickstart.md b/docs/id/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/id/quickstart.md +++ b/docs/id/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From 5ac64c2030f45c343cad3f192948b647d40df0f7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:34 -0600 Subject: [PATCH 2235/2741] New translations overview.md (Indonesian) --- docs/id/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/id/overview.md b/docs/id/overview.md index 502b24620..862c30e00 100644 --- a/docs/id/overview.md +++ b/docs/id/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From a08bb589fb2b650223e17afb57bd1d77d14b70a6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:36 -0600 Subject: [PATCH 2236/2741] New translations en.yml (Indonesian) --- _data/locales/sidebar/id.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/id.yml b/_data/locales/sidebar/id.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/id.yml +++ b/_data/locales/sidebar/id.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From 1f341a1e196985f4142720dd2ac71628a7835689 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:37 -0600 Subject: [PATCH 2237/2741] New translations quickstart.md (Portuguese, Brazilian) --- docs/pt_BR/quickstart.md | 47 ++++++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/pt_BR/quickstart.md b/docs/pt_BR/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/pt_BR/quickstart.md +++ b/docs/pt_BR/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From 2810777be0b6bfd5e33aff3fcdd6abde1bca3456 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:39 -0600 Subject: [PATCH 2238/2741] New translations overview.md (Portuguese, Brazilian) --- docs/pt_BR/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/pt_BR/overview.md b/docs/pt_BR/overview.md index 502b24620..862c30e00 100644 --- a/docs/pt_BR/overview.md +++ b/docs/pt_BR/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From ea186075b0e12759bc7d0bff60bce0885472e013 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:41 -0600 Subject: [PATCH 2239/2741] New translations quickstart.md (Vietnamese) --- docs/vi/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/vi/quickstart.md b/docs/vi/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/vi/quickstart.md +++ b/docs/vi/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From 3b5eeab3ff2392905fcfb77742ec82e821b5b8c9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:43 -0600 Subject: [PATCH 2240/2741] New translations overview.md (Vietnamese) --- docs/vi/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/vi/overview.md b/docs/vi/overview.md index 502b24620..862c30e00 100644 --- a/docs/vi/overview.md +++ b/docs/vi/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From 743403d97cc05913a32616eae2c8edc42b89fc75 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:45 -0600 Subject: [PATCH 2241/2741] New translations en.yml (Vietnamese) --- _data/locales/sidebar/vi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/vi.yml b/_data/locales/sidebar/vi.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/vi.yml +++ b/_data/locales/sidebar/vi.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From f24ed4725fad6e7513f76554457900a89c8def7c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:47 -0600 Subject: [PATCH 2242/2741] New translations overview.md (Chinese Traditional) --- docs/zh_TW/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/zh_TW/overview.md b/docs/zh_TW/overview.md index 502b24620..862c30e00 100644 --- a/docs/zh_TW/overview.md +++ b/docs/zh_TW/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From a03a02a59bf603bba76312682945e48ba3513c1a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:48 -0600 Subject: [PATCH 2243/2741] New translations en.yml (Turkish) --- _data/locales/sidebar/tr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/tr.yml b/_data/locales/sidebar/tr.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/tr.yml +++ b/_data/locales/sidebar/tr.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From 3e133b0228d25c77a1fb27f7668b4d98ed956083 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:50 -0600 Subject: [PATCH 2244/2741] New translations en.yml (Chinese Traditional) --- _data/locales/sidebar/zh_TW.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/zh_TW.yml b/_data/locales/sidebar/zh_TW.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/zh_TW.yml +++ b/_data/locales/sidebar/zh_TW.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From 8f99ebe13422bb91647ba1a6936e63d3c3f27e9d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:52 -0600 Subject: [PATCH 2245/2741] New translations quickstart.md (Chinese Simplified) --- docs/zh_CN/quickstart.md | 47 ++++++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/zh_CN/quickstart.md b/docs/zh_CN/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/zh_CN/quickstart.md +++ b/docs/zh_CN/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From da520408abbedcb6ba5fae6cdb55a089b288732b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:54 -0600 Subject: [PATCH 2246/2741] New translations overview.md (Chinese Simplified) --- docs/zh_CN/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/zh_CN/overview.md b/docs/zh_CN/overview.md index 502b24620..862c30e00 100644 --- a/docs/zh_CN/overview.md +++ b/docs/zh_CN/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From 2d3d70fe3c8e8fa4faf3b0a791fee22bac332eb9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:55 -0600 Subject: [PATCH 2247/2741] New translations en.yml (Chinese Simplified) --- _data/locales/sidebar/zh_CN.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/zh_CN.yml b/_data/locales/sidebar/zh_CN.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/zh_CN.yml +++ b/_data/locales/sidebar/zh_CN.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From 42094dc55aafdd35270168d2d700a88e1a740060 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:57 -0600 Subject: [PATCH 2248/2741] New translations quickstart.md (Ukrainian) --- docs/uk/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/uk/quickstart.md b/docs/uk/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/uk/quickstart.md +++ b/docs/uk/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From eafb57ad74d15137d382576193bfa215ed6300b0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:56:59 -0600 Subject: [PATCH 2249/2741] New translations overview.md (Ukrainian) --- docs/uk/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/uk/overview.md b/docs/uk/overview.md index 502b24620..862c30e00 100644 --- a/docs/uk/overview.md +++ b/docs/uk/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From 12c48023233bd9d24e60645423568bebfafd82dc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:00 -0600 Subject: [PATCH 2250/2741] New translations en.yml (Ukrainian) --- _data/locales/sidebar/uk.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/uk.yml b/_data/locales/sidebar/uk.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/uk.yml +++ b/_data/locales/sidebar/uk.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From 600e7dab6f136cbedd1f54023bba5a18ac5b09e9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:02 -0600 Subject: [PATCH 2251/2741] New translations quickstart.md (Turkish) --- docs/tr/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/tr/quickstart.md b/docs/tr/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/tr/quickstart.md +++ b/docs/tr/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From f01d0138a9777ee05cd9d71fb16ccc0759d067d1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:04 -0600 Subject: [PATCH 2252/2741] New translations overview.md (Turkish) --- docs/tr/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/tr/overview.md b/docs/tr/overview.md index 502b24620..862c30e00 100644 --- a/docs/tr/overview.md +++ b/docs/tr/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From c1f9f93030d16ff14755b4fb9ff9ade11b04427a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:06 -0600 Subject: [PATCH 2253/2741] New translations overview.md (Korean) --- docs/ko/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/ko/overview.md b/docs/ko/overview.md index 502b24620..862c30e00 100644 --- a/docs/ko/overview.md +++ b/docs/ko/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From 0072077922d0537ef5af8130c245bd98a876dc38 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:08 -0600 Subject: [PATCH 2254/2741] New translations quickstart.md (Japanese) --- docs/ja/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/ja/quickstart.md b/docs/ja/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/ja/quickstart.md +++ b/docs/ja/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From b48f6bfde0e9c2e7c42226c7b2a1ee62aa61b1b5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:09 -0600 Subject: [PATCH 2255/2741] New translations en.yml (Sinhala) --- _data/locales/sidebar/si.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/si.yml b/_data/locales/sidebar/si.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/si.yml +++ b/_data/locales/sidebar/si.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From ed49df77c0dc59a251935c1367c319243739c725 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:11 -0600 Subject: [PATCH 2256/2741] New translations overview.md (Arabic) --- docs/ar/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/ar/overview.md b/docs/ar/overview.md index 502b24620..862c30e00 100644 --- a/docs/ar/overview.md +++ b/docs/ar/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From ad37672bd43c58ae30b3730edb73af118a010536 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:13 -0600 Subject: [PATCH 2257/2741] New translations en.yml (Czech) --- _data/locales/sidebar/cs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/cs.yml b/_data/locales/sidebar/cs.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/cs.yml +++ b/_data/locales/sidebar/cs.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From a7e31293a5cf9d73e1969b4c1674a9dc004a4ce1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:15 -0600 Subject: [PATCH 2258/2741] New translations quickstart.md (Catalan) --- docs/ca/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/ca/quickstart.md b/docs/ca/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/ca/quickstart.md +++ b/docs/ca/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From 3651cc5160944774b700a8688b46d177c902791a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:16 -0600 Subject: [PATCH 2259/2741] New translations overview.md (Catalan) --- docs/ca/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/ca/overview.md b/docs/ca/overview.md index 502b24620..862c30e00 100644 --- a/docs/ca/overview.md +++ b/docs/ca/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From 61464ec5e51ad623e549172059d23005d50a653c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:18 -0600 Subject: [PATCH 2260/2741] New translations en.yml (Catalan) --- _data/locales/sidebar/ca.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/ca.yml b/_data/locales/sidebar/ca.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/ca.yml +++ b/_data/locales/sidebar/ca.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From 1a6baf239bbb766a7a036b5bfb8d8cdd563a43da Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:20 -0600 Subject: [PATCH 2261/2741] New translations quickstart.md (Bulgarian) --- docs/bg/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/bg/quickstart.md b/docs/bg/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/bg/quickstart.md +++ b/docs/bg/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From 116690d67e74f1fbb2039243514aea14993611e3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:22 -0600 Subject: [PATCH 2262/2741] New translations overview.md (Bulgarian) --- docs/bg/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/bg/overview.md b/docs/bg/overview.md index 502b24620..862c30e00 100644 --- a/docs/bg/overview.md +++ b/docs/bg/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From f48165d7d7d273f05e12a8aa93ece2153b63bad6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:23 -0600 Subject: [PATCH 2263/2741] New translations en.yml (Bulgarian) --- _data/locales/sidebar/bg.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/bg.yml b/_data/locales/sidebar/bg.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/bg.yml +++ b/_data/locales/sidebar/bg.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From 62cd9add9c21fd7e248f0e0c6a7bc6e012c6a823 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:25 -0600 Subject: [PATCH 2264/2741] New translations quickstart.md (Arabic) --- docs/ar/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/ar/quickstart.md b/docs/ar/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/ar/quickstart.md +++ b/docs/ar/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From 8bca4ec89a90dfed355feee809038191c85dc4f4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:27 -0600 Subject: [PATCH 2265/2741] New translations en.yml (Arabic) --- _data/locales/sidebar/ar.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/ar.yml b/_data/locales/sidebar/ar.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/ar.yml +++ b/_data/locales/sidebar/ar.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From b1440b0b22fe3913fd99861dcc21d13a18c3d208 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:29 -0600 Subject: [PATCH 2266/2741] New translations quickstart.md (Czech) --- docs/cs/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/cs/quickstart.md b/docs/cs/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/cs/quickstart.md +++ b/docs/cs/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From b373e289150a6b9e0a2b002777b12839e89906d2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:31 -0600 Subject: [PATCH 2267/2741] New translations quickstart.md (Spanish) --- docs/es/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/es/quickstart.md b/docs/es/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/es/quickstart.md +++ b/docs/es/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From fc38293ee85ac801a168ed98e1c3caa2c38aba58 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:33 -0600 Subject: [PATCH 2268/2741] New translations overview.md (Spanish) --- docs/es/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/es/overview.md b/docs/es/overview.md index 502b24620..862c30e00 100644 --- a/docs/es/overview.md +++ b/docs/es/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From 53ba5d56182b98870e674841371b494325738b9e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:35 -0600 Subject: [PATCH 2269/2741] New translations en.yml (Spanish) --- _data/locales/sidebar/es.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/es.yml b/_data/locales/sidebar/es.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/es.yml +++ b/_data/locales/sidebar/es.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From 2a553b9bc1c14309fbbc8a4ffff0d2d1e857fa4f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:36 -0600 Subject: [PATCH 2270/2741] New translations quickstart.md (French) --- docs/fr/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/fr/quickstart.md b/docs/fr/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/fr/quickstart.md +++ b/docs/fr/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From 20b17ea03bafb2269ec42e73cc153e1effa4f846 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:38 -0600 Subject: [PATCH 2271/2741] New translations overview.md (French) --- docs/fr/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/fr/overview.md b/docs/fr/overview.md index 502b24620..862c30e00 100644 --- a/docs/fr/overview.md +++ b/docs/fr/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From 1697599d1860495dca4327a07c1f215d2bdbdfc1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:40 -0600 Subject: [PATCH 2272/2741] New translations en.yml (French) --- _data/locales/sidebar/fr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/fr.yml b/_data/locales/sidebar/fr.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/fr.yml +++ b/_data/locales/sidebar/fr.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From 42e0e56d64d7d8d9a0d5dc309a7c6b69da399b36 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:42 -0600 Subject: [PATCH 2273/2741] New translations quickstart.md (Romanian) --- docs/ro/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/ro/quickstart.md b/docs/ro/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/ro/quickstart.md +++ b/docs/ro/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From e02bd45c94e8fc3d53df2b64a8348f29790af54e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:44 -0600 Subject: [PATCH 2274/2741] New translations overview.md (Romanian) --- docs/ro/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/ro/overview.md b/docs/ro/overview.md index 502b24620..862c30e00 100644 --- a/docs/ro/overview.md +++ b/docs/ro/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From 598da9bd2082c65b4bc2d094eb18d5445ad72fee Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:45 -0600 Subject: [PATCH 2275/2741] New translations en.yml (Romanian) --- _data/locales/sidebar/ro.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/ro.yml b/_data/locales/sidebar/ro.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/ro.yml +++ b/_data/locales/sidebar/ro.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From aaea26cd01586924860f81a01f6ed510afde8223 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:47 -0600 Subject: [PATCH 2276/2741] New translations overview.md (Czech) --- docs/cs/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/cs/overview.md b/docs/cs/overview.md index 502b24620..862c30e00 100644 --- a/docs/cs/overview.md +++ b/docs/cs/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From 1b14434dbaef0a0a821da16c9fcd598559115349 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:49 -0600 Subject: [PATCH 2277/2741] New translations en.yml (Danish) --- _data/locales/sidebar/da.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/da.yml b/_data/locales/sidebar/da.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/da.yml +++ b/_data/locales/sidebar/da.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From ac405f75536f2abac654feef581ecb0b567bfcd9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:51 -0600 Subject: [PATCH 2278/2741] New translations overview.md (Japanese) --- docs/ja/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/ja/overview.md b/docs/ja/overview.md index 502b24620..862c30e00 100644 --- a/docs/ja/overview.md +++ b/docs/ja/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From 59b81c7a4180d967ab976a2ec73838c6368c87fa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:53 -0600 Subject: [PATCH 2279/2741] New translations en.yml (Hebrew) --- _data/locales/sidebar/he.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/he.yml b/_data/locales/sidebar/he.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/he.yml +++ b/_data/locales/sidebar/he.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From 6fa69f80a777d5474273a86d0140cc28be89c0ff Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:54 -0600 Subject: [PATCH 2280/2741] New translations en.yml (Japanese) --- _data/locales/sidebar/ja.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/ja.yml b/_data/locales/sidebar/ja.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/ja.yml +++ b/_data/locales/sidebar/ja.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From 7145d822cc1918cd071b2ad31a949a1fee5fd0d6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:56 -0600 Subject: [PATCH 2281/2741] New translations quickstart.md (Italian) --- docs/it/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/it/quickstart.md b/docs/it/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/it/quickstart.md +++ b/docs/it/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From 8761e36fcb21d2f9ce309fecd53a46fd3d875349 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:58 -0600 Subject: [PATCH 2282/2741] New translations overview.md (Italian) --- docs/it/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/it/overview.md b/docs/it/overview.md index 502b24620..862c30e00 100644 --- a/docs/it/overview.md +++ b/docs/it/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From 2cf059dfd78d9e8647f46c739e573aac2659aa42 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:57:59 -0600 Subject: [PATCH 2283/2741] New translations en.yml (Italian) --- _data/locales/sidebar/it.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/it.yml b/_data/locales/sidebar/it.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/it.yml +++ b/_data/locales/sidebar/it.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From 87246e794ee650cb8c6069660b9f970bdf082de6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:58:01 -0600 Subject: [PATCH 2284/2741] New translations quickstart.md (Hungarian) --- docs/hu/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/hu/quickstart.md b/docs/hu/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/hu/quickstart.md +++ b/docs/hu/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From d63a869cd5af3b03225a1ce6a60697e66446c846 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:58:03 -0600 Subject: [PATCH 2285/2741] New translations overview.md (Hungarian) --- docs/hu/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/hu/overview.md b/docs/hu/overview.md index 502b24620..862c30e00 100644 --- a/docs/hu/overview.md +++ b/docs/hu/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From 1d35095402a4129b138fa0fc916970ca81b05159 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:58:05 -0600 Subject: [PATCH 2286/2741] New translations en.yml (Hungarian) --- _data/locales/sidebar/hu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/hu.yml b/_data/locales/sidebar/hu.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/hu.yml +++ b/_data/locales/sidebar/hu.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From 2eef776fde0c70a639ee11fa221753d59753b506 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:58:06 -0600 Subject: [PATCH 2287/2741] New translations quickstart.md (Hebrew) --- docs/he/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/he/quickstart.md b/docs/he/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/he/quickstart.md +++ b/docs/he/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From 0885184e17afe3c82fc73f31bdf348cf5ea342f7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:58:08 -0600 Subject: [PATCH 2288/2741] New translations overview.md (Hebrew) --- docs/he/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/he/overview.md b/docs/he/overview.md index 502b24620..862c30e00 100644 --- a/docs/he/overview.md +++ b/docs/he/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From 0561e3d8dca419224f258a21e499f3d7b1b4d4e0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:58:10 -0600 Subject: [PATCH 2289/2741] New translations quickstart.md (Finnish) --- docs/fi/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/fi/quickstart.md b/docs/fi/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/fi/quickstart.md +++ b/docs/fi/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From 53c2dfa217d55c0e2992fa46e122b188b4a81fd4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:58:12 -0600 Subject: [PATCH 2290/2741] New translations overview.md (Danish) --- docs/da/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/da/overview.md b/docs/da/overview.md index 502b24620..862c30e00 100644 --- a/docs/da/overview.md +++ b/docs/da/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From 3539dca63099509ee6c5f849b9582b0e75421cb8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:58:14 -0600 Subject: [PATCH 2291/2741] New translations overview.md (Finnish) --- docs/fi/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/fi/overview.md b/docs/fi/overview.md index 502b24620..862c30e00 100644 --- a/docs/fi/overview.md +++ b/docs/fi/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From ae80c1cb8be2222173d47db68ee97f73c513349e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:58:15 -0600 Subject: [PATCH 2292/2741] New translations en.yml (Finnish) --- _data/locales/sidebar/fi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/fi.yml b/_data/locales/sidebar/fi.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/fi.yml +++ b/_data/locales/sidebar/fi.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From d3443d16e5a3016966ebf7b024a61ff088c3106d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:58:17 -0600 Subject: [PATCH 2293/2741] New translations quickstart.md (Greek) --- docs/el/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/el/quickstart.md b/docs/el/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/el/quickstart.md +++ b/docs/el/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From 365a5ca64bff6097f6aa4cdd2279b44154057703 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:58:19 -0600 Subject: [PATCH 2294/2741] New translations overview.md (Greek) --- docs/el/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/el/overview.md b/docs/el/overview.md index 502b24620..862c30e00 100644 --- a/docs/el/overview.md +++ b/docs/el/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From 21f2d001a069691d73c1ae27abd32495bc051f7d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:58:21 -0600 Subject: [PATCH 2295/2741] New translations en.yml (Greek) --- _data/locales/sidebar/el.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/el.yml b/_data/locales/sidebar/el.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/el.yml +++ b/_data/locales/sidebar/el.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From fb22b9a8136e6e05484edea9b2a5b8c135b5b457 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:58:23 -0600 Subject: [PATCH 2296/2741] New translations quickstart.md (German) --- docs/de/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/de/quickstart.md b/docs/de/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/de/quickstart.md +++ b/docs/de/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From f60aa207309baabc0e84a946425320ebacde1550 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:58:25 -0600 Subject: [PATCH 2297/2741] New translations overview.md (German) --- docs/de/overview.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/de/overview.md b/docs/de/overview.md index 502b24620..862c30e00 100644 --- a/docs/de/overview.md +++ b/docs/de/overview.md @@ -1,20 +1,19 @@ --- -title: What is Authenticator Extension +title: What is Authenticator Extension? stub: overview lang: en ver: 1 --- -Authenticator Extension is a browser-extension-based OTP (One-time Password) authenticator client. Authenticator Extension supports both Time-based One-time password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-based One-time password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -Authenticator Extension can authenticate with the same sites and processes as Google Authenticator, but it is not a Google official product. +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -# Key features +## Key Features -* Set password to encrypt data -* Add accounts by scanning QR image +* Add accounts by scanning QR codes +* Encrypt data with a password * Sync data between browsers -* Backup data to cloud services -* Export and import backup file -* Smart filter for best match entries -* Battle.net and Stream support \ No newline at end of file +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From 34381e48906818294bb24407bd9c2023113b2a3e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:58:26 -0600 Subject: [PATCH 2298/2741] New translations en.yml (German) --- _data/locales/sidebar/de.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/de.yml b/_data/locales/sidebar/de.yml index 51921a53f..008241ddc 100644 --- a/_data/locales/sidebar/de.yml +++ b/_data/locales/sidebar/de.yml @@ -4,13 +4,13 @@ sections: title: Overview docs: - - title: What is Authenticator Extension + title: What is Authenticator Extension? stub: overview - title: Quickstarts docs: - - title: Add your first account + title: Add Your First Account stub: quickstart - title: Browser Pages From d496980d689f2834c18f4c3c64abec12283d7269 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:58:28 -0600 Subject: [PATCH 2299/2741] New translations quickstart.md (Danish) --- docs/da/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/da/quickstart.md b/docs/da/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/da/quickstart.md +++ b/docs/da/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From 92d0ac5afb7b0611ba5b97eebf323d38db8e111b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:58:30 -0600 Subject: [PATCH 2300/2741] New translations quickstart.md (Sinhala) --- docs/si/quickstart.md | 47 ++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/docs/si/quickstart.md b/docs/si/quickstart.md index 3408c12e8..325265777 100644 --- a/docs/si/quickstart.md +++ b/docs/si/quickstart.md @@ -1,42 +1,51 @@ --- -title: Add your first account +title: Add Your First Account stub: quickstart lang: en -ver: 1 +ver: 2 --- -This quickstart explains how to add an example entry to Authenticator Extension. +This quickstart explains how to add an example account to Authenticator Extension. ## Prerequisites -To complete this quickstart: +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -* Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) - -When you first time install Authenticator Extension in Chrome, you need pin its icon to toolbar. +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) -## Add a new account manually +## Add a QR Code -Click Authenticator Extension icon in your browser and click the pencil icon on top right corner of the window to enter edit mode. +1. Click Authenticator Extension's icon in your browser +2. Click the scan icon at the top right corner of the window. -![edit mode](/assets/quickstart/click-edit.png) +![click qr button](/assets/quickstart/add-qr.png) -Then click the plus button to add a new account. +3. Click and drag to draw a square that completely covers the QR code -![add new account](/assets/quickstart/click-plus.png) +![scan qr video](/assets/quickstart/qr-scan.webm) -Select **Manual Entry** to add account manually. +4. After the new account is added, you will see a new entry in the window. -![manual entry](/assets/quickstart/manual-entry.png) +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. -Input **Authenticator Extension** in issuer box, and **JBSWY3DPEHPK3PXP** in **Secret** box, then click **Ok**. +## Add an Account Manually -![add account](/assets/quickstart/add-account.png) +1. Click Authenticator Extension's icon in your browser +2. Click the pencil icon at the top right corner of the window. + +![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. -After the new account is added, you will see a new entry in the window. +![manual entry](/assets/quickstart/click-add.png) -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into your mobile App, you can click the QR icon at top right corner of the entry to show the QR code for this account. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. -![entry](/assets/quickstart/example-entry.png) \ No newline at end of file +![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. + +![entry](/assets/quickstart/example-entry.png) + From d9609caed07f43359493b231e87b61b2ca2861d8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:17 -0600 Subject: [PATCH 2301/2741] New translations quickstart.md (Romanian) --- docs/ro/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/ro/quickstart.md b/docs/ro/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/ro/quickstart.md +++ b/docs/ro/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From dcdc3a707d4652a2439172cd8acc7d643770c815 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:18 -0600 Subject: [PATCH 2302/2741] New translations quickstart.md (Dutch) --- docs/nl/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/nl/quickstart.md b/docs/nl/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/nl/quickstart.md +++ b/docs/nl/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From 8b6210c363fc2b75c76ab82709aa77f4c94203d5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:20 -0600 Subject: [PATCH 2303/2741] New translations quickstart.md (Indonesian) --- docs/id/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/id/quickstart.md b/docs/id/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/id/quickstart.md +++ b/docs/id/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From 481dc1733e3d42065f92944d359220f6e0f1633b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:22 -0600 Subject: [PATCH 2304/2741] New translations quickstart.md (Portuguese, Brazilian) --- docs/pt_BR/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/pt_BR/quickstart.md b/docs/pt_BR/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/pt_BR/quickstart.md +++ b/docs/pt_BR/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From a80725633d3c1a386dd5ff7d71b66809f968ce2a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:24 -0600 Subject: [PATCH 2305/2741] New translations quickstart.md (Vietnamese) --- docs/vi/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/vi/quickstart.md b/docs/vi/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/vi/quickstart.md +++ b/docs/vi/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From fc6980b01a55d95c61b564f9feffb682ca821732 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:26 -0600 Subject: [PATCH 2306/2741] New translations quickstart.md (Chinese Traditional) --- docs/zh_TW/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/zh_TW/quickstart.md b/docs/zh_TW/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/zh_TW/quickstart.md +++ b/docs/zh_TW/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From 2f8e7e22355d5370fd2e81a6d2d0bbd773688119 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:28 -0600 Subject: [PATCH 2307/2741] New translations quickstart.md (Chinese Simplified) --- docs/zh_CN/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/zh_CN/quickstart.md b/docs/zh_CN/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/zh_CN/quickstart.md +++ b/docs/zh_CN/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From 88676814394bb8ad0859ff65a6449fe527e3a999 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:29 -0600 Subject: [PATCH 2308/2741] New translations quickstart.md (Ukrainian) --- docs/uk/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/uk/quickstart.md b/docs/uk/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/uk/quickstart.md +++ b/docs/uk/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From a2a477e62bbd2361ebeeba2c7e2a9ee8fb4791c7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:31 -0600 Subject: [PATCH 2309/2741] New translations quickstart.md (Turkish) --- docs/tr/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/tr/quickstart.md b/docs/tr/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/tr/quickstart.md +++ b/docs/tr/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From 23d9e2caea905b62c8bb5a1c1db68d33d47d9513 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:33 -0600 Subject: [PATCH 2310/2741] New translations quickstart.md (Swedish) --- docs/sv/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/sv/quickstart.md b/docs/sv/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/sv/quickstart.md +++ b/docs/sv/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From a2dc909000d87b2a9cf16e3057781885d39386e8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:35 -0600 Subject: [PATCH 2311/2741] New translations quickstart.md (Serbian (Cyrillic)) --- docs/sr/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/sr/quickstart.md b/docs/sr/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/sr/quickstart.md +++ b/docs/sr/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From 1202b1dee29879ddf643e5cdadf9f5ae84c283c3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:36 -0600 Subject: [PATCH 2312/2741] New translations quickstart.md (Russian) --- docs/ru/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/ru/quickstart.md b/docs/ru/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/ru/quickstart.md +++ b/docs/ru/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From 8b820b2e9d3918cab697a1a34e4861a734ef5f81 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:38 -0600 Subject: [PATCH 2313/2741] New translations quickstart.md (Portuguese) --- docs/pt/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/pt/quickstart.md b/docs/pt/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/pt/quickstart.md +++ b/docs/pt/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From d622cb8a2033501d1b8df8946b09eb4f8c0ef07e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:40 -0600 Subject: [PATCH 2314/2741] New translations quickstart.md (Polish) --- docs/pl/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/pl/quickstart.md b/docs/pl/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/pl/quickstart.md +++ b/docs/pl/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From 0bbb32a3db2046f8befa57afc9c1453baddbb559 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:42 -0600 Subject: [PATCH 2315/2741] New translations quickstart.md (Norwegian) --- docs/no/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/no/quickstart.md b/docs/no/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/no/quickstart.md +++ b/docs/no/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From 3cd68280ebbe6f774e8a702e9fe98a6415e46b79 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:44 -0600 Subject: [PATCH 2316/2741] New translations quickstart.md (Korean) --- docs/ko/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/ko/quickstart.md b/docs/ko/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/ko/quickstart.md +++ b/docs/ko/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From 6f97e64bf567f399c90f3adfd505adf7be4065df Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:46 -0600 Subject: [PATCH 2317/2741] New translations quickstart.md (French) --- docs/fr/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/fr/quickstart.md b/docs/fr/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/fr/quickstart.md +++ b/docs/fr/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From 8c069126c4efb077f777215d7ece15e8738dc005 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:48 -0600 Subject: [PATCH 2318/2741] New translations quickstart.md (Japanese) --- docs/ja/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/ja/quickstart.md b/docs/ja/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/ja/quickstart.md +++ b/docs/ja/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From 470b048d5573b85684ea0473a4d1da3c5bfee783 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:50 -0600 Subject: [PATCH 2319/2741] New translations quickstart.md (Italian) --- docs/it/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/it/quickstart.md b/docs/it/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/it/quickstart.md +++ b/docs/it/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From 86c4229b75e5e09bd713f157c12c681e77f587be Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:51 -0600 Subject: [PATCH 2320/2741] New translations quickstart.md (Hungarian) --- docs/hu/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/hu/quickstart.md b/docs/hu/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/hu/quickstart.md +++ b/docs/hu/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From f481f22d89a74217f8f30fa141943a2d7ae5d2c4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:54 -0600 Subject: [PATCH 2321/2741] New translations quickstart.md (Hebrew) --- docs/he/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/he/quickstart.md b/docs/he/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/he/quickstart.md +++ b/docs/he/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From 9ed38b908b8897495d3efb959bb22d54a6c35cb9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:55 -0600 Subject: [PATCH 2322/2741] New translations quickstart.md (Finnish) --- docs/fi/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/fi/quickstart.md b/docs/fi/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/fi/quickstart.md +++ b/docs/fi/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From 758a6d85f5d7cf1383eb8358cb0d2fae531bc558 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:57 -0600 Subject: [PATCH 2323/2741] New translations quickstart.md (Greek) --- docs/el/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/el/quickstart.md b/docs/el/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/el/quickstart.md +++ b/docs/el/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From 43703c8b31dc7ef911b176fedd66aab92f8baa12 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:16:59 -0600 Subject: [PATCH 2324/2741] New translations quickstart.md (German) --- docs/de/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/de/quickstart.md b/docs/de/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/de/quickstart.md +++ b/docs/de/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From 529ffe4d55ca209181883ad8872a2619b3483327 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:17:01 -0600 Subject: [PATCH 2325/2741] New translations quickstart.md (Danish) --- docs/da/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/da/quickstart.md b/docs/da/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/da/quickstart.md +++ b/docs/da/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From d689619dec331d93a9a3713fb70ecfed016800dc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:17:03 -0600 Subject: [PATCH 2326/2741] New translations quickstart.md (Czech) --- docs/cs/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/cs/quickstart.md b/docs/cs/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/cs/quickstart.md +++ b/docs/cs/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From 0ba7fd8dfa1fbf8edb2575bc80cfa4fe572bf720 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:17:05 -0600 Subject: [PATCH 2327/2741] New translations quickstart.md (Catalan) --- docs/ca/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/ca/quickstart.md b/docs/ca/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/ca/quickstart.md +++ b/docs/ca/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From e0c37be02f4d52f8e725f0e02c04bb04a1b88c15 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:17:07 -0600 Subject: [PATCH 2328/2741] New translations quickstart.md (Bulgarian) --- docs/bg/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/bg/quickstart.md b/docs/bg/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/bg/quickstart.md +++ b/docs/bg/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From f181ff0a0be33bd1447e52ff4b13ac2cb76c779c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:17:09 -0600 Subject: [PATCH 2329/2741] New translations quickstart.md (Arabic) --- docs/ar/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/ar/quickstart.md b/docs/ar/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/ar/quickstart.md +++ b/docs/ar/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From d786deaa957a3c3bc2ca5559a2824658bcd797b1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:17:10 -0600 Subject: [PATCH 2330/2741] New translations quickstart.md (Spanish) --- docs/es/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/es/quickstart.md b/docs/es/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/es/quickstart.md +++ b/docs/es/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From 806782744be8f09df4a006adfc3bcced79d75e8e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:17:12 -0600 Subject: [PATCH 2331/2741] New translations quickstart.md (Sinhala) --- docs/si/quickstart.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/si/quickstart.md b/docs/si/quickstart.md index 325265777..b2534cb67 100644 --- a/docs/si/quickstart.md +++ b/docs/si/quickstart.md @@ -18,13 +18,10 @@ When you first install Authenticator Extension in Chrome, you should pin its ico ## Add a QR Code 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. -![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code - -![scan qr video](/assets/quickstart/qr-scan.webm) +3. Click and drag to draw a square that completely covers the QR code 4. After the new account is added, you will see a new entry in the window. @@ -33,19 +30,12 @@ The 6-digit number is your current one-time password, circle at bottom right cor ## Add an Account Manually 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. - -![manual entry](/assets/quickstart/click-edit.png) - -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. - -![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) -![add account](/assets/quickstart/add-account.png) +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -5. After the new account is added, you will see a new entry in the window. +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) -![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From a575a79a1d83b43f92ceb22abf9e271222281e51 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 00:46:12 -0600 Subject: [PATCH 2332/2741] New translations quickstart.md (Turkish) --- docs/tr/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/quickstart.md b/docs/tr/quickstart.md index b2534cb67..8cbef74ba 100644 --- a/docs/tr/quickstart.md +++ b/docs/tr/quickstart.md @@ -31,7 +31,7 @@ The 6-digit number is your current one-time password, circle at bottom right cor 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) +2. Click the pencil icon at the top right corner of the window. ![el ile giriş](/assets/quickstart/click-edit.png) 3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) From a2e4c1044ce3155900e3d03fa1da4730be9675e7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:26:50 -0600 Subject: [PATCH 2333/2741] New translations quickstart.md (Romanian) --- docs/ro/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/ro/quickstart.md b/docs/ro/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/ro/quickstart.md +++ b/docs/ro/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From edb2db1d327eb4e7be63dfdb541a76c82285cd06 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:26:52 -0600 Subject: [PATCH 2334/2741] New translations quickstart.md (Dutch) --- docs/nl/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/nl/quickstart.md b/docs/nl/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/nl/quickstart.md +++ b/docs/nl/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From 7d526938d7fae76df000e7bd31798e7d5b61b6fc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:26:54 -0600 Subject: [PATCH 2335/2741] New translations quickstart.md (Indonesian) --- docs/id/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/id/quickstart.md b/docs/id/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/id/quickstart.md +++ b/docs/id/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From d3d234be0c4fd0a60d7b618fc516ec29d028d5bb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:26:56 -0600 Subject: [PATCH 2336/2741] New translations quickstart.md (Portuguese, Brazilian) --- docs/pt_BR/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/pt_BR/quickstart.md b/docs/pt_BR/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/pt_BR/quickstart.md +++ b/docs/pt_BR/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From 82caa818f13bdfb4b17541bc80078c5a61754a70 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:26:58 -0600 Subject: [PATCH 2337/2741] New translations quickstart.md (Vietnamese) --- docs/vi/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/vi/quickstart.md b/docs/vi/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/vi/quickstart.md +++ b/docs/vi/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From df93f5a9e35a50b8a967286bab76a2756808348f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:26:59 -0600 Subject: [PATCH 2338/2741] New translations quickstart.md (Chinese Traditional) --- docs/zh_TW/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/zh_TW/quickstart.md b/docs/zh_TW/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/zh_TW/quickstart.md +++ b/docs/zh_TW/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From e776866206c45d372ca2aa894b2cd19e9ef3566d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:01 -0600 Subject: [PATCH 2339/2741] New translations quickstart.md (Chinese Simplified) --- docs/zh_CN/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/zh_CN/quickstart.md b/docs/zh_CN/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/zh_CN/quickstart.md +++ b/docs/zh_CN/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From 1fd0cf8551ee184322847d98d08560597ff16aa0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:03 -0600 Subject: [PATCH 2340/2741] New translations quickstart.md (Ukrainian) --- docs/uk/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/uk/quickstart.md b/docs/uk/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/uk/quickstart.md +++ b/docs/uk/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From 81f7a942d621b461b46c3d3d056e99d413a7a87b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:05 -0600 Subject: [PATCH 2341/2741] New translations quickstart.md (Turkish) --- docs/tr/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/tr/quickstart.md b/docs/tr/quickstart.md index 8cbef74ba..ec32944eb 100644 --- a/docs/tr/quickstart.md +++ b/docs/tr/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From c14344f52190c29f8084e478daa6e87d5e714846 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:07 -0600 Subject: [PATCH 2342/2741] New translations quickstart.md (Swedish) --- docs/sv/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/sv/quickstart.md b/docs/sv/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/sv/quickstart.md +++ b/docs/sv/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From cf0771b0bede3ac483b804317112f0ed9a6ff4c1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:08 -0600 Subject: [PATCH 2343/2741] New translations quickstart.md (Serbian (Cyrillic)) --- docs/sr/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/sr/quickstart.md b/docs/sr/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/sr/quickstart.md +++ b/docs/sr/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From 69676a825c912c8c98b9461164a22388e0a75aa8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:10 -0600 Subject: [PATCH 2344/2741] New translations quickstart.md (Russian) --- docs/ru/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/ru/quickstart.md b/docs/ru/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/ru/quickstart.md +++ b/docs/ru/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From 21b5c0b5b1586adce2b23923ffb21cc3a04a17f8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:12 -0600 Subject: [PATCH 2345/2741] New translations quickstart.md (Portuguese) --- docs/pt/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/pt/quickstart.md b/docs/pt/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/pt/quickstart.md +++ b/docs/pt/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From 82253c8ab958d2b1d36c0cbafec4dcdd7b34bbb8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:14 -0600 Subject: [PATCH 2346/2741] New translations quickstart.md (Polish) --- docs/pl/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/pl/quickstart.md b/docs/pl/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/pl/quickstart.md +++ b/docs/pl/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From eabb2edcf41c1781d7f460553e9c251db88c9796 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:15 -0600 Subject: [PATCH 2347/2741] New translations quickstart.md (Norwegian) --- docs/no/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/no/quickstart.md b/docs/no/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/no/quickstart.md +++ b/docs/no/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From 0193a04275f7fc49c1d26184494362dcb684afe4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:17 -0600 Subject: [PATCH 2348/2741] New translations quickstart.md (Korean) --- docs/ko/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/ko/quickstart.md b/docs/ko/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/ko/quickstart.md +++ b/docs/ko/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From 149e2fa4e7655cb9dbba7124b01b2cc25be7a17d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:18 -0600 Subject: [PATCH 2349/2741] New translations quickstart.md (French) --- docs/fr/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/fr/quickstart.md b/docs/fr/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/fr/quickstart.md +++ b/docs/fr/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From a654859897a110ceae24add64485c86f89f8259a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:19 -0600 Subject: [PATCH 2350/2741] New translations quickstart.md (Japanese) --- docs/ja/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/ja/quickstart.md b/docs/ja/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/ja/quickstart.md +++ b/docs/ja/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From 4fe0117845deb44f4b02353e79d185bbd6aec8c3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:21 -0600 Subject: [PATCH 2351/2741] New translations quickstart.md (Italian) --- docs/it/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/it/quickstart.md b/docs/it/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/it/quickstart.md +++ b/docs/it/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From 29856d6e8d975ca45040ba8b8fac73888000ddfd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:22 -0600 Subject: [PATCH 2352/2741] New translations quickstart.md (Hungarian) --- docs/hu/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/hu/quickstart.md b/docs/hu/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/hu/quickstart.md +++ b/docs/hu/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From 1ef23eeaf26de523a92019eb180e6c75e011972a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:24 -0600 Subject: [PATCH 2353/2741] New translations quickstart.md (Hebrew) --- docs/he/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/he/quickstart.md b/docs/he/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/he/quickstart.md +++ b/docs/he/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From cb2c91554e6e67987c893c0b34a3aef614d038c2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:25 -0600 Subject: [PATCH 2354/2741] New translations quickstart.md (Finnish) --- docs/fi/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/fi/quickstart.md b/docs/fi/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/fi/quickstart.md +++ b/docs/fi/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From 3db8244468b1aff8bf26c1eb3fe46c8827c998e8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:26 -0600 Subject: [PATCH 2355/2741] New translations quickstart.md (Greek) --- docs/el/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/el/quickstart.md b/docs/el/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/el/quickstart.md +++ b/docs/el/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From 39a2560963e53128b55bac0064eb6fb0dd543a72 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:28 -0600 Subject: [PATCH 2356/2741] New translations quickstart.md (German) --- docs/de/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/de/quickstart.md b/docs/de/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/de/quickstart.md +++ b/docs/de/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From ade298d9e8c24694eb5c1065381af8eb07a30f3e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:29 -0600 Subject: [PATCH 2357/2741] New translations quickstart.md (Danish) --- docs/da/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/da/quickstart.md b/docs/da/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/da/quickstart.md +++ b/docs/da/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From ff764b97ab5a31fc4900c21e736130f73c8d6334 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:30 -0600 Subject: [PATCH 2358/2741] New translations quickstart.md (Czech) --- docs/cs/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/cs/quickstart.md b/docs/cs/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/cs/quickstart.md +++ b/docs/cs/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From f9fe18a20d8e85d66732d6de318ec8190696a808 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:31 -0600 Subject: [PATCH 2359/2741] New translations quickstart.md (Catalan) --- docs/ca/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/ca/quickstart.md b/docs/ca/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/ca/quickstart.md +++ b/docs/ca/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From a3f96313dd950d2873eec338e833fb550a3573c6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:32 -0600 Subject: [PATCH 2360/2741] New translations quickstart.md (Bulgarian) --- docs/bg/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/bg/quickstart.md b/docs/bg/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/bg/quickstart.md +++ b/docs/bg/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From d6d25f75f494104d9b7ef0b1563709507ad50230 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:34 -0600 Subject: [PATCH 2361/2741] New translations quickstart.md (Arabic) --- docs/ar/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/ar/quickstart.md b/docs/ar/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/ar/quickstart.md +++ b/docs/ar/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From e9e04d173892c9c1cdefc07bd6e2a541307f3cf9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:35 -0600 Subject: [PATCH 2362/2741] New translations quickstart.md (Spanish) --- docs/es/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/es/quickstart.md b/docs/es/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/es/quickstart.md +++ b/docs/es/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From f16f176e7bc61482f8f74083be0dee42c3a1126f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:27:36 -0600 Subject: [PATCH 2363/2741] New translations quickstart.md (Sinhala) --- docs/si/quickstart.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/si/quickstart.md b/docs/si/quickstart.md index b2534cb67..27e3b6eb1 100644 --- a/docs/si/quickstart.md +++ b/docs/si/quickstart.md @@ -19,9 +19,13 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the scan icon at the top right corner of the window. ![click qr button](/assets/quickstart/add-qr.png) +2. Click the scan icon at the top right corner of the window. -3. Click and drag to draw a square that completely covers the QR code + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + 4. After the new account is added, you will see a new entry in the window. From 0db8bdc27ba76819725c089ae190d7d110699ad2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 30 Dec 2020 13:37:50 -0600 Subject: [PATCH 2364/2741] New translations en.json (Persian) --- _data/locales/default/fa.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _data/locales/default/fa.json diff --git a/_data/locales/default/fa.json b/_data/locales/default/fa.json new file mode 100644 index 000000000..5f143e2f9 --- /dev/null +++ b/_data/locales/default/fa.json @@ -0,0 +1,12 @@ +{ + "clickHere": "Click here", + "viewInLang": "to view this page in English.", + "unlocalized": "Unlocalized", + "translate": "Translate", + "translate-long": "Translate this page", + "edit": "Edit", + "warning": "Warning", + "outdated-warn-1": "The translations for this page are outdated. The", + "outdated-warn-2": "English version of this page", + "outdated-warn-3": "has more up-to-date information." +} From a6ede86ec05bc904177973976e5853d6abd0fae4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 30 Dec 2020 13:37:52 -0600 Subject: [PATCH 2365/2741] New translations lost-codes.md (Persian) --- docs/fa/lost-codes.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/fa/lost-codes.md diff --git a/docs/fa/lost-codes.md b/docs/fa/lost-codes.md new file mode 100644 index 000000000..4666e2aa5 --- /dev/null +++ b/docs/fa/lost-codes.md @@ -0,0 +1,19 @@ +--- +title: Lost Codes +stub: lost-codes +lang: en +ver: 1 +--- + +Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: + +- Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. +- If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. + +To prevent from losing codes in the future remember to make a backup every time you add a code. + +### Common recovery links: + +- [Google](https://support.google.com/accounts/answer/185834) +- [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) +- [Facebook](https://www.facebook.com/help/147926301947841) \ No newline at end of file From ce59be14de1194976918dcbb558a6c83d1379c91 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 30 Dec 2020 13:37:53 -0600 Subject: [PATCH 2366/2741] New translations overview.md (Persian) --- docs/fa/overview.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/fa/overview.md diff --git a/docs/fa/overview.md b/docs/fa/overview.md new file mode 100644 index 000000000..862c30e00 --- /dev/null +++ b/docs/fa/overview.md @@ -0,0 +1,19 @@ +--- +title: What is Authenticator Extension? +stub: overview +lang: en +ver: 1 +--- + +Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). + +In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. + +## Key Features + +* Add accounts by scanning QR codes +* Encrypt data with a password +* Sync data between browsers +* Backup data to cloud services or export data to a file +* Smart filtering and search +* Battle.net and Steam support \ No newline at end of file From d94a73a683d9c31ec8a7c4aa9eed5396dbfd9e18 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 30 Dec 2020 13:37:55 -0600 Subject: [PATCH 2367/2741] New translations policy-config.md (Persian) --- docs/fa/policy-config.md | 50 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 docs/fa/policy-config.md diff --git a/docs/fa/policy-config.md b/docs/fa/policy-config.md new file mode 100644 index 000000000..b23c42400 --- /dev/null +++ b/docs/fa/policy-config.md @@ -0,0 +1,50 @@ +--- +title: Policy Configuration +stub: policy-config +lang: en +ver: 1 +--- + +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. + +#### Extension IDs + +Chrome: `bhghoamapcdpbohphigoooaddinpkbai` + +Firefox: `authenticator@mymindstorm` + +## Firefox + +Documentation: [Deploy](https://support.mozilla.org/en-US/kb/deploying-firefox-with-extensions), [Configure](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#Managed_storage_manifests) + +Example: + +```jsonc +{ + "name": "authenticator@mymindstorm", + "description": "ignored", + "type": "storage", + "data": + { + // Your settings here + } +} +``` + +## Chrome + +Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) + +The format for Chrome policies is different per-platform, but a working config for Linux would look like this: + +```jsonc +{ + "3rdparty": { + "extensions": { + "bhghoamapcdpbohphigoooaddinpkbai": { + // Your settings here + } + } + } +} +``` \ No newline at end of file From ed5ae025989091f3ad0385bb8365ee37b14382dd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 30 Dec 2020 13:37:59 -0600 Subject: [PATCH 2368/2741] New translations otp-backup.md (Persian) --- docs/fa/otp-backup.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/fa/otp-backup.md diff --git a/docs/fa/otp-backup.md b/docs/fa/otp-backup.md new file mode 100644 index 000000000..703b6fbdf --- /dev/null +++ b/docs/fa/otp-backup.md @@ -0,0 +1,20 @@ +--- +title: Standard Backup Format +stub: otp-backup +lang: en +ver: 1 +--- + +Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. + +| Application | Version | Notes | +| ------------------------------------------------------ | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} + +Planned Support: + +- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) + +[Developer information](otp-backup-developer) \ No newline at end of file From 4487c399469d0b06fdbc36df3c5f6dd381bb861e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 30 Dec 2020 13:38:00 -0600 Subject: [PATCH 2369/2741] New translations otp-backup-developer.md (Persian) --- docs/fa/otp-backup-developer.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/fa/otp-backup-developer.md diff --git a/docs/fa/otp-backup-developer.md b/docs/fa/otp-backup-developer.md new file mode 100644 index 000000000..0ca06721e --- /dev/null +++ b/docs/fa/otp-backup-developer.md @@ -0,0 +1,22 @@ +--- +title: Standard Backup Format Developer Info +stub: otp-backup-developer +lang: en +ver: 1 +--- + +Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: + + otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB + otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account + otpauth://totp/Another%20Test%20Account:example.com?secret=5W6HHVETUEPLR26KRQOPHTR6Q4JYRVJQ&issuer=Another%20Test%20Account + otpauth://totp/?secret=AFKVXHTAZZQKCHI3XSZPX5NKQRFXL3AD + otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 + + +Tips: + +- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Save the file as `text/plain` + +If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 561609d9b8e8301583d7218c404f4dc006488678 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 30 Dec 2020 13:38:02 -0600 Subject: [PATCH 2370/2741] New translations opera-install.md (Persian) --- docs/fa/opera-install.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/fa/opera-install.md diff --git a/docs/fa/opera-install.md b/docs/fa/opera-install.md new file mode 100644 index 000000000..a8ac0638c --- /dev/null +++ b/docs/fa/opera-install.md @@ -0,0 +1,10 @@ +--- +title: Install in Opera +stub: opera-install +lang: en +ver: 1 +--- + +Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). + +Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 46ef0a35287af5ff06bcbf8f9b033e7b070988ab Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 30 Dec 2020 13:38:04 -0600 Subject: [PATCH 2371/2741] New translations manual-update.md (Persian) --- docs/fa/manual-update.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/fa/manual-update.md diff --git a/docs/fa/manual-update.md b/docs/fa/manual-update.md new file mode 100644 index 000000000..d8f49dbda --- /dev/null +++ b/docs/fa/manual-update.md @@ -0,0 +1,26 @@ +--- +title: Manually Updating +stub: manual-update +lang: en +ver: 1 +--- + +## Chrome + +1. Go to `chrome://extensions` + +2. Check the box labelled "Developer Mode" in the top right + +3. Click "Update Extensions Now" + +![chrome](/assets/update-screenshots/chrome.png) + +## Firefox + +1. Go to `about:addons` + +2. Click the gear at the top right + +3. Click "Check for Updates" + +![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 498ba07ceb3d9a1769f0cb7835e0c95cd8305421 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 30 Dec 2020 13:38:06 -0600 Subject: [PATCH 2372/2741] New translations index.md (Persian) --- docs/fa/index.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/fa/index.md diff --git a/docs/fa/index.md b/docs/fa/index.md new file mode 100644 index 000000000..93349a5ee --- /dev/null +++ b/docs/fa/index.md @@ -0,0 +1,7 @@ +--- +title: Index +stub: index +lang: en +layout: docs-index +--- + From d3038dc9fb72a97425273d1fb8263bbdf8a906c3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 30 Dec 2020 13:38:08 -0600 Subject: [PATCH 2373/2741] New translations en.yml (Persian) --- _data/locales/sidebar/fa.yml | 44 ++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 _data/locales/sidebar/fa.yml diff --git a/_data/locales/sidebar/fa.yml b/_data/locales/sidebar/fa.yml new file mode 100644 index 000000000..008241ddc --- /dev/null +++ b/_data/locales/sidebar/fa.yml @@ -0,0 +1,44 @@ +--- +sections: + - + title: Overview + docs: + - + title: What is Authenticator Extension? + stub: overview + - + title: Quickstarts + docs: + - + title: Add Your First Account + stub: quickstart + - + title: Browser Pages + docs: + - + title: Chrome + stub: chrome-issues + - + title: Firefox + stub: firefox-issues + - + title: Edge + stub: edge-issues + - + title: Additional Info + docs: + - + title: Lost Codes + stub: lost-codes + - + title: Account Types + stub: account-types + - + title: Getting Debugging Information + stub: debug-info + - + title: Standard Backup Format + stub: otp-backup + - + title: Policy Configuration + stub: policy-config From b7bf9acb2ab8c56d6e80cd1e364b27b52c87e3ae Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 30 Dec 2020 13:38:10 -0600 Subject: [PATCH 2374/2741] New translations firefox-issues.md (Persian) --- docs/fa/firefox-issues.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/fa/firefox-issues.md diff --git a/docs/fa/firefox-issues.md b/docs/fa/firefox-issues.md new file mode 100644 index 000000000..5fd57d39c --- /dev/null +++ b/docs/fa/firefox-issues.md @@ -0,0 +1,12 @@ +--- +title: Firefox Issues +stub: firefox-issues +lang: en +ver: 2 +--- + +{% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 18dc21ded3426f1b8b9e3e9a7dce7a04db22f1e7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 30 Dec 2020 13:38:12 -0600 Subject: [PATCH 2375/2741] New translations edge-issues.md (Persian) --- docs/fa/edge-issues.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/fa/edge-issues.md diff --git a/docs/fa/edge-issues.md b/docs/fa/edge-issues.md new file mode 100644 index 000000000..4b2235040 --- /dev/null +++ b/docs/fa/edge-issues.md @@ -0,0 +1,16 @@ +--- +title: Edge Issues +stub: edge-issues +lang: en +ver: 2 +--- + +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From b764e02d959ad02fc64ea81adb664321118ead1e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 30 Dec 2020 13:38:13 -0600 Subject: [PATCH 2376/2741] New translations edge-backup.md (Persian) --- docs/fa/edge-backup.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/fa/edge-backup.md diff --git a/docs/fa/edge-backup.md b/docs/fa/edge-backup.md new file mode 100644 index 000000000..ec5bf27d8 --- /dev/null +++ b/docs/fa/edge-backup.md @@ -0,0 +1,27 @@ +--- +title: Backing up in Old Edge +stub: edge-backup +lang: en +ver: 1 +--- + +1. Open Authenticator, right click, and choose "Inspect Element" + +![step1](/assets/edge-backup-screenshots/step1.PNG) + +2. Go to the "Console" tab at the top of the new window +3. Paste this into the console and hit enter + +```javascript +browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) +``` + +![step3](/assets/edge-backup-screenshots/step3.PNG) + +4. Copy the result to notepad + +![step4](/assets/edge-backup-screenshots/step4.PNG) + +5. Save as a file ending in `.json` + +![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 363f62dc8ae6e82a70f2b1c9883a1ce5c305b075 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 30 Dec 2020 13:38:16 -0600 Subject: [PATCH 2377/2741] New translations debug-info.md (Persian) --- docs/fa/debug-info.md | 54 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 docs/fa/debug-info.md diff --git a/docs/fa/debug-info.md b/docs/fa/debug-info.md new file mode 100644 index 000000000..55be97b3f --- /dev/null +++ b/docs/fa/debug-info.md @@ -0,0 +1,54 @@ +--- +title: Getting Debugging Information +stub: debug-info +lang: en +ver: 1 +--- + +Follow these steps to report detailed debugging information. + +- [Chrome](#chrome) +- [Firefox](#firefox) + +* * * + +## Chrome + +1. Open Authenticator +2. Right click Authenticator and click "Inspect" + +![step2](/assets/debugging-screenshots/chrome/step2.PNG) + +3. Go to the "Console" tab + +![step5](/assets/debugging-screenshots/chrome/step3.PNG) + +4. Copy and paste any messages into the issue description + +![step4](/assets/debugging-screenshots/chrome/step4.PNG) + +* * * + +## Firefox + +1. Go to `about:debugging` +2. Check the box that says "Enable add-on debugging" + +![step2](/assets/debugging-screenshots/firefox/step2.PNG) + +3. Click the link that says "Debug" under Authenticator + +![step3](/assets/debugging-screenshots/firefox/step3.PNG) + +4. Click "Ok" + +![step4](/assets/debugging-screenshots/firefox/step4.PNG) + +5. Make sure that you are on the console tab + +![step5](/assets/debugging-screenshots/firefox/step5.PNG) + +6. Open Authenticator again +7. Copy and paste any messages into the issue description + +![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From cfb283bec8dd8b1323f8990dd736e08a5c51a3a4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 30 Dec 2020 13:38:17 -0600 Subject: [PATCH 2378/2741] New translations chrome-issues.md (Persian) --- docs/fa/chrome-issues.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/fa/chrome-issues.md diff --git a/docs/fa/chrome-issues.md b/docs/fa/chrome-issues.md new file mode 100644 index 000000000..6fb1c6fbd --- /dev/null +++ b/docs/fa/chrome-issues.md @@ -0,0 +1,16 @@ +--- +title: Chrome Issues +stub: chrome-issues +lang: en +ver: 1 +--- + +{% include warning.html class="danger" message=" + +#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES + +" %} + +- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 5285c88d5526ba3052c482838e3a3023ee04c84c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 30 Dec 2020 13:38:19 -0600 Subject: [PATCH 2379/2741] New translations account-types.md (Persian) --- docs/fa/account-types.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/fa/account-types.md diff --git a/docs/fa/account-types.md b/docs/fa/account-types.md new file mode 100644 index 000000000..5ff708b00 --- /dev/null +++ b/docs/fa/account-types.md @@ -0,0 +1,13 @@ +--- +title: Account Types +stub: account-types +lang: en +ver: 1 +--- + +| Type | Details | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Time Based | TOTP | +| Couter Based | HOTP | +| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From d1994b91391109979f69b53a878b1be2750774f4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 30 Dec 2020 13:38:22 -0600 Subject: [PATCH 2380/2741] New translations quickstart.md (Persian) --- docs/fa/quickstart.md | 45 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 docs/fa/quickstart.md diff --git a/docs/fa/quickstart.md b/docs/fa/quickstart.md new file mode 100644 index 000000000..27e3b6eb1 --- /dev/null +++ b/docs/fa/quickstart.md @@ -0,0 +1,45 @@ +--- +title: Add Your First Account +stub: quickstart +lang: en +ver: 2 +--- + +This quickstart explains how to add an example account to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Add a QR Code + +1. Click Authenticator Extension's icon in your browser + +2. Click the scan icon at the top right corner of the window. + + ![click qr button](/assets/quickstart/add-qr.png) + +3. Click and drag to draw a square that completely covers the QR code + + + +4. After the new account is added, you will see a new entry in the window. + +The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. + +## Add an Account Manually + +1. Click Authenticator Extension's icon in your browser + +2. Click the pencil icon at the top right corner of the window. ![manual entry](/assets/quickstart/click-edit.png) + +3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) + +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) + +5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) + From dc832f5be9ebd469e55244ff33eb4d391dca2efa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 07:06:34 -0600 Subject: [PATCH 2381/2741] New translations overview.md (Turkish) --- docs/tr/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tr/overview.md b/docs/tr/overview.md index 862c30e00..3f1bd7586 100644 --- a/docs/tr/overview.md +++ b/docs/tr/overview.md @@ -15,5 +15,5 @@ In other words, Authenticator Extension can serve as a drop-in replacement for a * Encrypt data with a password * Sync data between browsers * Backup data to cloud services or export data to a file -* Smart filtering and search -* Battle.net and Steam support \ No newline at end of file +* Akıllı filtreleme ve arama +* Battle.net ve Steam desteği \ No newline at end of file From 77e26da2cc55ec1defbbb8e25847eac96c22e9c1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 07:06:36 -0600 Subject: [PATCH 2382/2741] New translations quickstart.md (Turkish) --- docs/tr/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/quickstart.md b/docs/tr/quickstart.md index ec32944eb..286d4932e 100644 --- a/docs/tr/quickstart.md +++ b/docs/tr/quickstart.md @@ -39,7 +39,7 @@ The 6-digit number is your current one-time password, circle at bottom right cor 3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![add account](/assets/quickstart/add-account.png) +4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![hesap ekle](/assets/quickstart/add-account.png) 5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From cb3e913512d02263095db8f09056c80395f7f8af Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 07:16:21 -0600 Subject: [PATCH 2383/2741] New translations en.yml (Turkish) --- _data/locales/sidebar/tr.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_data/locales/sidebar/tr.yml b/_data/locales/sidebar/tr.yml index 008241ddc..72de004fc 100644 --- a/_data/locales/sidebar/tr.yml +++ b/_data/locales/sidebar/tr.yml @@ -5,25 +5,25 @@ sections: docs: - title: What is Authenticator Extension? - stub: overview + stub: genel görünüm - - title: Quickstarts + title: Hızlı Başlangıç docs: - - title: Add Your First Account + title: İlk Hesabınızı Ekleyin stub: quickstart - - title: Browser Pages + title: Tarayıcı Sayfaları docs: - title: Chrome - stub: chrome-issues + stub: chrome-sorunları - title: Firefox - stub: firefox-issues + stub: firefox-sorunları - title: Edge - stub: edge-issues + stub: edge-sorunları - title: Additional Info docs: From ba24faa9bc1433807f0a6dd56809bf36a4e08302 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 07:16:23 -0600 Subject: [PATCH 2384/2741] New translations en.json (Turkish) --- _data/locales/default/tr.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/locales/default/tr.json b/_data/locales/default/tr.json index 5f143e2f9..15c5fcc7c 100644 --- a/_data/locales/default/tr.json +++ b/_data/locales/default/tr.json @@ -1,11 +1,11 @@ { "clickHere": "Click here", "viewInLang": "to view this page in English.", - "unlocalized": "Unlocalized", + "unlocalized": "Yerelleştirilmemiş", "translate": "Translate", - "translate-long": "Translate this page", - "edit": "Edit", - "warning": "Warning", + "translate-long": "Bu sayfayı çevir", + "edit": "Düzenle", + "warning": "Uyarı", "outdated-warn-1": "The translations for this page are outdated. The", "outdated-warn-2": "English version of this page", "outdated-warn-3": "has more up-to-date information." From 992ce6243b626a00c5669b024c3c525c763d9991 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 07:36:41 -0600 Subject: [PATCH 2385/2741] New translations en.yml (Turkish) --- _data/locales/sidebar/tr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/locales/sidebar/tr.yml b/_data/locales/sidebar/tr.yml index 72de004fc..7b63b17f4 100644 --- a/_data/locales/sidebar/tr.yml +++ b/_data/locales/sidebar/tr.yml @@ -11,7 +11,7 @@ sections: docs: - title: İlk Hesabınızı Ekleyin - stub: quickstart + stub: hızlı başlangıç - title: Tarayıcı Sayfaları docs: @@ -40,5 +40,5 @@ sections: title: Standard Backup Format stub: otp-backup - - title: Policy Configuration - stub: policy-config + title: Politika Yapılandırması + stub: politika-yapılandırması From 18fd073812367c71cb5d8b272f2c55d2143baf6d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 07:36:43 -0600 Subject: [PATCH 2386/2741] New translations account-types.md (Turkish) --- docs/tr/account-types.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/tr/account-types.md b/docs/tr/account-types.md index 5ff708b00..a4409c626 100644 --- a/docs/tr/account-types.md +++ b/docs/tr/account-types.md @@ -5,9 +5,9 @@ lang: en ver: 1 --- -| Type | Details | -| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Time Based | TOTP | -| Couter Based | HOTP | -| Battle.net | Tool to get secret: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | -| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file +| Type | Detaylar | +| ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Zamana Dayalı | TOTP | +| Sayaca Dayalı | HOTP | +| Battle.net | Gizli Anahtar alma aracı: [Sneezry/PyGetBlizSecret](https://github.com/Sneezry/PyGetBlizSecret/) | +| Steam | You need your shared_secret, some basic instructions are available [here](https://github.com/SteamTimeIdler/stidler/wiki/Getting-your-%27shared_secret%27-code-for-use-with-Auto-Restarter-on-Mobile-Authentication#getting-shared-secret-from-android-windows) | {: .table .table-striped} \ No newline at end of file From 83fbd6d9fe21dc2b1da3251dcf7a8c787e51e1e3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 07:36:45 -0600 Subject: [PATCH 2387/2741] New translations chrome-issues.md (Turkish) --- docs/tr/chrome-issues.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tr/chrome-issues.md b/docs/tr/chrome-issues.md index 6fb1c6fbd..f2f644bd6 100644 --- a/docs/tr/chrome-issues.md +++ b/docs/tr/chrome-issues.md @@ -1,5 +1,5 @@ --- -title: Chrome Issues +title: Chrome Sorunları stub: chrome-issues lang: en ver: 1 @@ -12,5 +12,5 @@ ver: 1 " %} - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) +- Want to help translate or have an issue with translation? [Crowdin sayfamızı kontrol edin](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From c17d146f3447db896876c2d8a4a31be79748574c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:16:35 -0600 Subject: [PATCH 2388/2741] New translations debug-info.md (Turkish) --- docs/tr/debug-info.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/tr/debug-info.md b/docs/tr/debug-info.md index 55be97b3f..ee05df9dd 100644 --- a/docs/tr/debug-info.md +++ b/docs/tr/debug-info.md @@ -14,16 +14,16 @@ Follow these steps to report detailed debugging information. ## Chrome -1. Open Authenticator -2. Right click Authenticator and click "Inspect" +1. Kimlik Doğrulayıcı'yı aç +2. Kimlik Doğrulayıcı'ya sağ tıklayın ve "İncele" yi tıklayın ![step2](/assets/debugging-screenshots/chrome/step2.PNG) -3. Go to the "Console" tab +3. "Consol" sekmesine gidin ![step5](/assets/debugging-screenshots/chrome/step3.PNG) -4. Copy and paste any messages into the issue description +4. Tüm mesajları kopyalayıp sorun açıklamasına yapıştırın ![step4](/assets/debugging-screenshots/chrome/step4.PNG) @@ -31,7 +31,7 @@ Follow these steps to report detailed debugging information. ## Firefox -1. Go to `about:debugging` +1. `about:debugging` sayfasına gidin 2. Check the box that says "Enable add-on debugging" ![step2](/assets/debugging-screenshots/firefox/step2.PNG) @@ -40,7 +40,7 @@ Follow these steps to report detailed debugging information. ![step3](/assets/debugging-screenshots/firefox/step3.PNG) -4. Click "Ok" +4. "Tamam" ı tıklayın ![step4](/assets/debugging-screenshots/firefox/step4.PNG) From caf296526bd8f244ca8fc05300fd41f3039f06a7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:26:12 -0600 Subject: [PATCH 2389/2741] New translations edge-backup.md (Turkish) --- docs/tr/edge-backup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tr/edge-backup.md b/docs/tr/edge-backup.md index ec5bf27d8..de56d3146 100644 --- a/docs/tr/edge-backup.md +++ b/docs/tr/edge-backup.md @@ -1,11 +1,11 @@ --- -title: Backing up in Old Edge +title: Eski Edge'de yedekleme stub: edge-backup lang: en ver: 1 --- -1. Open Authenticator, right click, and choose "Inspect Element" +1. Kimlik Doğrulayıcı'yı açın, sağ tıklayın ve "Öğeyi İncele" yi seçin ![step1](/assets/edge-backup-screenshots/step1.PNG) From a2c1a9fe38ade09bfa552185271da1a8aa6bfb2a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:26:14 -0600 Subject: [PATCH 2390/2741] New translations edge-issues.md (Turkish) --- docs/tr/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/edge-issues.md b/docs/tr/edge-issues.md index 4b2235040..afc51cf81 100644 --- a/docs/tr/edge-issues.md +++ b/docs/tr/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [Sorun bildirin](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) veya [#AuthenticatorFeedback ile Tweet atın](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 6b21e4e73a0c9d83f4503a50db2be57a01d8f766 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:26:16 -0600 Subject: [PATCH 2391/2741] New translations firefox-issues.md (Turkish) --- docs/tr/firefox-issues.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tr/firefox-issues.md b/docs/tr/firefox-issues.md index 5fd57d39c..9fcdbf109 100644 --- a/docs/tr/firefox-issues.md +++ b/docs/tr/firefox-issues.md @@ -1,5 +1,5 @@ --- -title: Firefox Issues +title: Firefox Sorunları stub: firefox-issues lang: en ver: 2 @@ -8,5 +8,5 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Çeviriye yardımcı olmak mı istiyorsunuz veya çeviri ile ilgili bir sorun mu yaşıyorsunuz? [Crowdin sayfamızı kontrol edin](https://crowdin.com/project/authenticator-firefox) +- Bir hata veya özellik talebiniz mi var? [Sorun bildirin](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) veya [#AuthenticatorFeedback ile Tweet atın](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 4cee7018848fd391ed6150723eba8441ce22f8fa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:26:17 -0600 Subject: [PATCH 2392/2741] New translations debug-info.md (Turkish) --- docs/tr/debug-info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/debug-info.md b/docs/tr/debug-info.md index ee05df9dd..b20ac0eff 100644 --- a/docs/tr/debug-info.md +++ b/docs/tr/debug-info.md @@ -48,7 +48,7 @@ Follow these steps to report detailed debugging information. ![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. Open Authenticator again +6. Kimlik Doğrulayıcı'yı tekrar açın 7. Copy and paste any messages into the issue description ![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 5b163bf10d87d23c0274ac3bc302e5b599edbb43 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:36:29 -0600 Subject: [PATCH 2393/2741] New translations index.md (Turkish) --- docs/tr/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/index.md b/docs/tr/index.md index 93349a5ee..8b33e206b 100644 --- a/docs/tr/index.md +++ b/docs/tr/index.md @@ -1,5 +1,5 @@ --- -title: Index +title: Dizin stub: index lang: en layout: docs-index From 7e7d8107e4771e1c871ac93cf501a3dba51757df Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:36:32 -0600 Subject: [PATCH 2394/2741] New translations manual-update.md (Turkish) --- docs/tr/manual-update.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tr/manual-update.md b/docs/tr/manual-update.md index d8f49dbda..3e90ab7e7 100644 --- a/docs/tr/manual-update.md +++ b/docs/tr/manual-update.md @@ -7,7 +7,7 @@ ver: 1 ## Chrome -1. Go to `chrome://extensions` +1. `chrome://extensions` sayfasına gidin 2. Check the box labelled "Developer Mode" in the top right @@ -17,10 +17,10 @@ ver: 1 ## Firefox -1. Go to `about:addons` +1. `about:addons` sayfasına gidin 2. Click the gear at the top right -3. Click "Check for Updates" +3. "Güncellemeleri Kontrol Et" i tıklayın ![firefox](/assets/update-screenshots/firefox.png) \ No newline at end of file From 69f72b45e0ea77c3a57351c33e347cf48ea58494 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:36:33 -0600 Subject: [PATCH 2395/2741] New translations otp-backup-developer.md (Turkish) --- docs/tr/otp-backup-developer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tr/otp-backup-developer.md b/docs/tr/otp-backup-developer.md index 0ca06721e..f8a97a17c 100644 --- a/docs/tr/otp-backup-developer.md +++ b/docs/tr/otp-backup-developer.md @@ -14,9 +14,9 @@ Backups are just text files with one otpauth URI per line. Documentation on otpa otpauth://totp/Account%20with%20Period:example.com?secret=LJL6765YQRQQ533ACSI6YUXTLZYY7GBI&issuer=Account%20with%20Period&period=60 -Tips: +İpuçları: -- Remember that the issuer and account name cannot contain a colon (`:` or `%3A`) +- Yayınlayan kuruluş ve hesap adının iki nokta üst üste içeremeyeceğini unutmayın (`:` veya`%3A`) - Save the file as `text/plain` If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From ca71cdd8c690dded11b24d3ef6a8500c6070a1f3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:46:26 -0600 Subject: [PATCH 2396/2741] New translations overview.md (Turkish) --- docs/tr/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tr/overview.md b/docs/tr/overview.md index 3f1bd7586..8cb05b777 100644 --- a/docs/tr/overview.md +++ b/docs/tr/overview.md @@ -1,6 +1,6 @@ --- title: What is Authenticator Extension? -stub: overview +stub: genel görünüm lang: en ver: 1 --- @@ -13,7 +13,7 @@ In other words, Authenticator Extension can serve as a drop-in replacement for a * Add accounts by scanning QR codes * Encrypt data with a password -* Sync data between browsers +* Tarayıcılar arasında verileri eşitleyin * Backup data to cloud services or export data to a file * Akıllı filtreleme ve arama * Battle.net ve Steam desteği \ No newline at end of file From 834f76d5d7bc4623bc6ab0a740d001e4a0bbe90b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:46:28 -0600 Subject: [PATCH 2397/2741] New translations quickstart.md (Turkish) --- docs/tr/quickstart.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tr/quickstart.md b/docs/tr/quickstart.md index 286d4932e..8fd8d9fb6 100644 --- a/docs/tr/quickstart.md +++ b/docs/tr/quickstart.md @@ -1,19 +1,19 @@ --- title: Add Your First Account -stub: quickstart +stub: hızlı başlangıç lang: en ver: 2 --- This quickstart explains how to add an example account to Authenticator Extension. -## Prerequisites +## Ön koşullar Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. -![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) +![araç çubuğuna sabitle](/assets/quickstart/pin-to-toolbar.png) ## Add a QR Code From fddcb3956f16dea657327ec760335a8f96f51af7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:46:30 -0600 Subject: [PATCH 2398/2741] New translations edge-issues.md (Turkish) --- docs/tr/edge-issues.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tr/edge-issues.md b/docs/tr/edge-issues.md index afc51cf81..7eda906b8 100644 --- a/docs/tr/edge-issues.md +++ b/docs/tr/edge-issues.md @@ -1,5 +1,5 @@ --- -title: Edge Issues +title: Edge Sorunları stub: edge-issues lang: en ver: 2 @@ -7,10 +7,10 @@ ver: 2 {% include warning.html class="danger" message=" -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +#### KİMLİK DOĞRULAYICI'YI YENİDEN YÜKLEMEK VERİLERİNİZİ TEMİZLEYECEKTİR. HERHANGİ BİR SORUNU GİDERMEK İÇİN KİMLİK DOĞRULAYICI'YI ASLA YENİDEN YÜKLEMEYİN " %} - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) -- Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [Sorun bildirin](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) veya [#AuthenticatorFeedback ile Tweet atın](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Çeviriye yardımcı olmak mı istiyorsunuz veya çeviri ile ilgili bir sorun mu yaşıyorsunuz? [Crowdin sayfamızı kontrol edin](https://crowdin.com/project/authenticator-firefox) +- Bir hata veya özellik talebiniz mi var? [Sorun bildirin](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) veya [#AuthenticatorFeedback ile Tweet atın](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 7ab98097c81e13c99ab01b538342b34c76ced9a5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:46:31 -0600 Subject: [PATCH 2399/2741] New translations opera-install.md (Turkish) --- docs/tr/opera-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/opera-install.md b/docs/tr/opera-install.md index a8ac0638c..7dbba64b2 100644 --- a/docs/tr/opera-install.md +++ b/docs/tr/opera-install.md @@ -7,4 +7,4 @@ ver: 1 Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). -Please note that we don't test Authenticator in Opera. You may encounter bugs. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file +Please note that we don't test Authenticator in Opera. Hatalarla karşılaşabilirsiniz. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 7d96434b3f26fe7eabb84e40867d5c6eefb347dc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:46:34 -0600 Subject: [PATCH 2400/2741] New translations manual-update.md (Turkish) --- docs/tr/manual-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/manual-update.md b/docs/tr/manual-update.md index 3e90ab7e7..84a06cf31 100644 --- a/docs/tr/manual-update.md +++ b/docs/tr/manual-update.md @@ -11,7 +11,7 @@ ver: 1 2. Check the box labelled "Developer Mode" in the top right -3. Click "Update Extensions Now" +3. "Uzantıları Şimdi Güncelle"yi tıklayın ![chrome](/assets/update-screenshots/chrome.png) From 4dfc119d6a95d3994626e0fadac51353224df75b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:46:36 -0600 Subject: [PATCH 2401/2741] New translations otp-backup-developer.md (Turkish) --- docs/tr/otp-backup-developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/otp-backup-developer.md b/docs/tr/otp-backup-developer.md index f8a97a17c..cf21aaf09 100644 --- a/docs/tr/otp-backup-developer.md +++ b/docs/tr/otp-backup-developer.md @@ -17,6 +17,6 @@ Backups are just text files with one otpauth URI per line. Documentation on otpa İpuçları: - Yayınlayan kuruluş ve hesap adının iki nokta üst üste içeremeyeceğini unutmayın (`:` veya`%3A`) -- Save the file as `text/plain` +- Dosyayı `düz metin` olarak kaydedin If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From 05a75b8e0b6758cc3adba04e05610458fbc80f5e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:46:44 -0600 Subject: [PATCH 2402/2741] New translations otp-backup.md (Turkish) --- docs/tr/otp-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/otp-backup.md b/docs/tr/otp-backup.md index 703b6fbdf..e9bb0e0bb 100644 --- a/docs/tr/otp-backup.md +++ b/docs/tr/otp-backup.md @@ -7,7 +7,7 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | +| Uygulama | Sürüm | Notes | | ------------------------------------------------------ | ------- | ------------------------------------ | | [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | | [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | From 679c9131b54206c9b822b171aaea78f42c4dd0fc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:56:15 -0600 Subject: [PATCH 2403/2741] New translations overview.md (Turkish) --- docs/tr/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/overview.md b/docs/tr/overview.md index 8cb05b777..dbd6ed4c5 100644 --- a/docs/tr/overview.md +++ b/docs/tr/overview.md @@ -1,5 +1,5 @@ --- -title: What is Authenticator Extension? +title: Kimlik Doğrulayıcı Uzantısı nedir? stub: genel görünüm lang: en ver: 1 From fca0d1fafc995173d66bf8aa3c949906844edc69 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:56:17 -0600 Subject: [PATCH 2404/2741] New translations quickstart.md (Turkish) --- docs/tr/quickstart.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tr/quickstart.md b/docs/tr/quickstart.md index 8fd8d9fb6..d50c5222d 100644 --- a/docs/tr/quickstart.md +++ b/docs/tr/quickstart.md @@ -1,5 +1,5 @@ --- -title: Add Your First Account +title: İlk Hesabınızı Ekleyin stub: hızlı başlangıç lang: en ver: 2 @@ -9,13 +9,13 @@ This quickstart explains how to add an example account to Authenticator Extensio ## Ön koşullar -Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) +Kimlik Doğrulayıcı Uzantısını kurun ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. ![araç çubuğuna sabitle](/assets/quickstart/pin-to-toolbar.png) -## Add a QR Code +## Kare Kodu ekleyin 1. Click Authenticator Extension's icon in your browser From 217346e68edfc1a8583313de14e68f23039d2c4f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:56:19 -0600 Subject: [PATCH 2405/2741] New translations edge-backup.md (Turkish) --- docs/tr/edge-backup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tr/edge-backup.md b/docs/tr/edge-backup.md index de56d3146..2f48aa172 100644 --- a/docs/tr/edge-backup.md +++ b/docs/tr/edge-backup.md @@ -18,10 +18,10 @@ browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) ![step3](/assets/edge-backup-screenshots/step3.PNG) -4. Copy the result to notepad +4. Sonucu not defterine kopyala ![step4](/assets/edge-backup-screenshots/step4.PNG) -5. Save as a file ending in `.json` +5. `.json` ile biten bir dosya olarak kaydedin ![step5](/assets/edge-backup-screenshots/step5.PNG) \ No newline at end of file From 15a06dc04bbb446475fda8472e01dc0c7d566569 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:56:21 -0600 Subject: [PATCH 2406/2741] New translations firefox-issues.md (Turkish) --- docs/tr/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/firefox-issues.md b/docs/tr/firefox-issues.md index 9fcdbf109..5eac0b3ed 100644 --- a/docs/tr/firefox-issues.md +++ b/docs/tr/firefox-issues.md @@ -7,6 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Parolanızı hatırlayamıyor veya gizli anahtarlarınızı kaybettiniz mi ve yedeğiniz yok mu? See [Lost Codes](lost-codes) - Çeviriye yardımcı olmak mı istiyorsunuz veya çeviri ile ilgili bir sorun mu yaşıyorsunuz? [Crowdin sayfamızı kontrol edin](https://crowdin.com/project/authenticator-firefox) - Bir hata veya özellik talebiniz mi var? [Sorun bildirin](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) veya [#AuthenticatorFeedback ile Tweet atın](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From e9d84b8baf9043dab0ad572711a1f1554e793568 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:56:25 -0600 Subject: [PATCH 2407/2741] New translations policy-config.md (Turkish) --- docs/tr/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/policy-config.md b/docs/tr/policy-config.md index b23c42400..fbf0c536c 100644 --- a/docs/tr/policy-config.md +++ b/docs/tr/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +Bu sayfa yöneticiler içindir. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 885745dbcf63aa8260f1b3784e4ebd918f3610ab Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 09:06:04 -0600 Subject: [PATCH 2408/2741] New translations otp-backup-developer.md (Turkish) --- docs/tr/otp-backup-developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/otp-backup-developer.md b/docs/tr/otp-backup-developer.md index cf21aaf09..a0dd0145a 100644 --- a/docs/tr/otp-backup-developer.md +++ b/docs/tr/otp-backup-developer.md @@ -16,7 +16,7 @@ Backups are just text files with one otpauth URI per line. Documentation on otpa İpuçları: -- Yayınlayan kuruluş ve hesap adının iki nokta üst üste içeremeyeceğini unutmayın (`:` veya`%3A`) +- Yayınlayan kuruluş ve hesap adının iki nokta üst üste içeremeyeceğini unutmayın (`:` veya `%3A`) - Dosyayı `düz metin` olarak kaydedin If your application can import and export backups in this format please [raise an issue](https://github.com/Authenticator-Extension/authenticator.cc/issues/new) so we can put you on [the list](otp-backup). \ No newline at end of file From f4887de69a1ee4beba694a027ab2ce960e19ad8e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 09:16:13 -0600 Subject: [PATCH 2409/2741] New translations quickstart.md (Turkish) --- docs/tr/quickstart.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tr/quickstart.md b/docs/tr/quickstart.md index d50c5222d..389d5d9ae 100644 --- a/docs/tr/quickstart.md +++ b/docs/tr/quickstart.md @@ -29,7 +29,7 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 4. After the new account is added, you will see a new entry in the window. -The 6-digit number is your current one-time password, circle at bottom right corner tells you how much time left for the current password. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. +6 basamaklı sayı, geçerli tek kullanımlık şifrenizdir, sağ alt köşedeki daire geçerli şifre için ne kadar süre kaldığını söyler. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. ## Add an Account Manually @@ -37,9 +37,9 @@ The 6-digit number is your current one-time password, circle at bottom right cor 2. Click the pencil icon at the top right corner of the window. ![el ile giriş](/assets/quickstart/click-edit.png) -3. Click the plus button at the top right corner of the window. Select **Manual Entry**. ![manual entry](/assets/quickstart/click-add.png) +3. Pencerenin sağ üst köşesindeki artı düğmesini tıklayın. **Manuel Giriş**'i seçin. ![el ile giriş](/assets/quickstart/click-add.png) -4. Input the name of the website that this account is associated with in **Issuer** field, the account secret given to you in the **Secret** field, and finally click **Ok**. ![hesap ekle](/assets/quickstart/add-account.png) +4. Bu hesabın ilişkili olduğu web sitesinin adını **Yayınlayan Kuruluş** alanına girin, **Gizli Anahtar** alanına size verilen gizli anahtarı girin ve son olarak **Tamam**'ı tıklayın. ![hesap ekle](/assets/quickstart/add-account.png) 5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) From 687bc4947d82651b0692b6f83e86a5ffecd27b81 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 2 Jan 2021 09:26:09 -0600 Subject: [PATCH 2410/2741] New translations quickstart.md (Turkish) --- docs/tr/quickstart.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/tr/quickstart.md b/docs/tr/quickstart.md index 389d5d9ae..706c1b5af 100644 --- a/docs/tr/quickstart.md +++ b/docs/tr/quickstart.md @@ -5,19 +5,19 @@ lang: en ver: 2 --- -This quickstart explains how to add an example account to Authenticator Extension. +Bu hızlı başlangıç Kimlik Doğrulayıcı Uzantısına örnek bir hesabın nasıl ekleneceğini açıklar. ## Ön koşullar Kimlik Doğrulayıcı Uzantısını kurun ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) -When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. +Kimlik Doğrulayıcı Uzantısını Chrome'a ilk yüklediğinizde simgesini araç çubuğuna sabitlemelisiniz. ![araç çubuğuna sabitle](/assets/quickstart/pin-to-toolbar.png) ## Kare Kodu ekleyin -1. Click Authenticator Extension's icon in your browser +1. Tarayıcınızdaki Kimlik Doğrulayıcı Uzantının simgesini tıklayın 2. Click the scan icon at the top right corner of the window. @@ -35,11 +35,11 @@ When you first install Authenticator Extension in Chrome, you should pin its ico 1. Click Authenticator Extension's icon in your browser -2. Click the pencil icon at the top right corner of the window. ![el ile giriş](/assets/quickstart/click-edit.png) +2. Pencerenin sağ üst köşesindeki kalem simgesini tıklayın. ![el ile giriş](/assets/quickstart/click-edit.png) -3. Pencerenin sağ üst köşesindeki artı düğmesini tıklayın. **Manuel Giriş**'i seçin. ![el ile giriş](/assets/quickstart/click-add.png) +3. Pencerenin sağ üst köşesindeki artı düğmesini tıklayın. **El ile Giriş**'i seçin. ![el ile giriş](/assets/quickstart/click-add.png) 4. Bu hesabın ilişkili olduğu web sitesinin adını **Yayınlayan Kuruluş** alanına girin, **Gizli Anahtar** alanına size verilen gizli anahtarı girin ve son olarak **Tamam**'ı tıklayın. ![hesap ekle](/assets/quickstart/add-account.png) -5. After the new account is added, you will see a new entry in the window. ![entry](/assets/quickstart/example-entry.png) +5. After the new account is added, you will see a new entry in the window. ![giriş](/assets/quickstart/example-entry.png) From b7134760cbe511b44300b0f4e9ad1cf45ecf1fe5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 4 Jan 2021 03:32:00 -0600 Subject: [PATCH 2411/2741] New translations overview.md (Turkish) --- docs/tr/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tr/overview.md b/docs/tr/overview.md index dbd6ed4c5..a653f7b48 100644 --- a/docs/tr/overview.md +++ b/docs/tr/overview.md @@ -5,11 +5,11 @@ lang: en ver: 1 --- -Authenticator Extension is an in-browser One-Time Password (OTP) client. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Kimlik Doğrulayıcı Uzantısı tarayıcı içi Tek Kullanımlık Parola (OTP) istemcisidir. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. -## Key Features +## Ana Özellikler * Add accounts by scanning QR codes * Encrypt data with a password From 072d1cf485aa4816286edb7c666c76e054c215eb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 4 Jan 2021 03:32:02 -0600 Subject: [PATCH 2412/2741] New translations otp-backup-developer.md (Turkish) --- docs/tr/otp-backup-developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/otp-backup-developer.md b/docs/tr/otp-backup-developer.md index a0dd0145a..bbf36c65d 100644 --- a/docs/tr/otp-backup-developer.md +++ b/docs/tr/otp-backup-developer.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -Backups are just text files with one otpauth URI per line. Documentation on otpauth URIs are available [here](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). For example, a backup could look like this: +Backups are just text files with one otpauth URI per line. Otpauth URI'lerine ilişkin belgelere [buradan](https://github.com/google/google-authenticator/wiki/Key-Uri-Format) ulaşılabilir. For example, a backup could look like this: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account From d3c33a18ae2db567860d0f849b1b71cb7b389521 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 4 Jan 2021 03:39:09 -0600 Subject: [PATCH 2413/2741] New translations overview.md (Turkish) --- docs/tr/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/overview.md b/docs/tr/overview.md index a653f7b48..5436a3ee0 100644 --- a/docs/tr/overview.md +++ b/docs/tr/overview.md @@ -7,7 +7,7 @@ ver: 1 Kimlik Doğrulayıcı Uzantısı tarayıcı içi Tek Kullanımlık Parola (OTP) istemcisidir. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). -In other words, Authenticator Extension can serve as a drop-in replacement for apps such as Google Authenticator. +Başka bir deyişle, Kimlik Doğrulayıcı Uzantısı Google Authenticator gibi uygulamaların tam alternatifi olarak kullanılabilir. ## Ana Özellikler From 704809b1c0003765c9f84141826957ceebf3c458 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 4 Jan 2021 06:29:16 -0600 Subject: [PATCH 2414/2741] New translations overview.md (Turkish) --- docs/tr/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tr/overview.md b/docs/tr/overview.md index 5436a3ee0..eecba442f 100644 --- a/docs/tr/overview.md +++ b/docs/tr/overview.md @@ -12,8 +12,8 @@ Başka bir deyişle, Kimlik Doğrulayıcı Uzantısı Google Authenticator gibi ## Ana Özellikler * Add accounts by scanning QR codes -* Encrypt data with a password +* Verileri bir parola ile şifreleyin * Tarayıcılar arasında verileri eşitleyin -* Backup data to cloud services or export data to a file +* Verileri bulut hizmetlerine yedekleyin veya verileri bir dosyaya aktarın * Akıllı filtreleme ve arama * Battle.net ve Steam desteği \ No newline at end of file From 8f43f7fd95d025e735612deed29fa4a04cfbd83f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 4 Jan 2021 06:38:47 -0600 Subject: [PATCH 2415/2741] New translations quickstart.md (Turkish) --- docs/tr/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/quickstart.md b/docs/tr/quickstart.md index 706c1b5af..b3735fa8d 100644 --- a/docs/tr/quickstart.md +++ b/docs/tr/quickstart.md @@ -15,7 +15,7 @@ Kimlik Doğrulayıcı Uzantısını Chrome'a ilk yüklediğinizde simgesini ara ![araç çubuğuna sabitle](/assets/quickstart/pin-to-toolbar.png) -## Kare Kodu ekleyin +## Kare Kod ekleyin 1. Tarayıcınızdaki Kimlik Doğrulayıcı Uzantının simgesini tıklayın From 63668b3da06d12d24e0c4a79583f126487ef9f01 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 4 Jan 2021 08:19:08 -0600 Subject: [PATCH 2416/2741] New translations overview.md (Turkish) --- docs/tr/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/overview.md b/docs/tr/overview.md index eecba442f..f89155935 100644 --- a/docs/tr/overview.md +++ b/docs/tr/overview.md @@ -11,7 +11,7 @@ Başka bir deyişle, Kimlik Doğrulayıcı Uzantısı Google Authenticator gibi ## Ana Özellikler -* Add accounts by scanning QR codes +* Karekodlarını tarayarak hesap ekleyin * Verileri bir parola ile şifreleyin * Tarayıcılar arasında verileri eşitleyin * Verileri bulut hizmetlerine yedekleyin veya verileri bir dosyaya aktarın From 4290dd2437d8de8be99f037a63ab024f4a6dd242 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 4 Jan 2021 08:19:10 -0600 Subject: [PATCH 2417/2741] New translations quickstart.md (Turkish) --- docs/tr/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tr/quickstart.md b/docs/tr/quickstart.md index b3735fa8d..3a13950bf 100644 --- a/docs/tr/quickstart.md +++ b/docs/tr/quickstart.md @@ -21,9 +21,9 @@ Kimlik Doğrulayıcı Uzantısını Chrome'a ilk yüklediğinizde simgesini ara 2. Click the scan icon at the top right corner of the window. - ![click qr button](/assets/quickstart/add-qr.png) + ![karekod butonuna tıklayın](/assets/quickstart/add-qr.png) -3. Click and drag to draw a square that completely covers the QR code +3. Karekodunu tamamen kapsayan bir kare çizmek için tıklayın ve sürükleyin From 9f37fb5877011b62e2ce909abac7d86453226bac Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 4 Jan 2021 08:32:12 -0600 Subject: [PATCH 2418/2741] New translations quickstart.md (Turkish) --- docs/tr/quickstart.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/tr/quickstart.md b/docs/tr/quickstart.md index 3a13950bf..a73180b63 100644 --- a/docs/tr/quickstart.md +++ b/docs/tr/quickstart.md @@ -19,7 +19,7 @@ Kimlik Doğrulayıcı Uzantısını Chrome'a ilk yüklediğinizde simgesini ara 1. Tarayıcınızdaki Kimlik Doğrulayıcı Uzantının simgesini tıklayın -2. Click the scan icon at the top right corner of the window. +2. Pencerenin sağ üst köşesindeki tarama simgesine tıklayın. ![karekod butonuna tıklayın](/assets/quickstart/add-qr.png) @@ -27,13 +27,13 @@ Kimlik Doğrulayıcı Uzantısını Chrome'a ilk yüklediğinizde simgesini ara -4. After the new account is added, you will see a new entry in the window. +4. Yeni hesap eklendikten sonra pencerede yeni bir giriş göreceksiniz. -6 basamaklı sayı, geçerli tek kullanımlık şifrenizdir, sağ alt köşedeki daire geçerli şifre için ne kadar süre kaldığını söyler. If you want to add this account into a mobile app, you can click the QR icon at top right corner of the entry to show the QR code for this account. +6 basamaklı sayı, geçerli tek kullanımlık şifrenizdir, sağ alt köşedeki daire geçerli şifre için ne kadar süre kaldığını söyler. Bu hesabı bir mobil uygulamaya eklemek istiyorsanız, bu hesabın karekodunu görmek için girişin sağ üst köşesindeki karekod simgesine tıklayabilirsiniz. -## Add an Account Manually +## Elle Hesap Ekleyin -1. Click Authenticator Extension's icon in your browser +1. Tarayıcınızdaki Kimlik Doğrulayıcı Uzantının simgesini tıklayın 2. Pencerenin sağ üst köşesindeki kalem simgesini tıklayın. ![el ile giriş](/assets/quickstart/click-edit.png) @@ -41,5 +41,5 @@ Kimlik Doğrulayıcı Uzantısını Chrome'a ilk yüklediğinizde simgesini ara 4. Bu hesabın ilişkili olduğu web sitesinin adını **Yayınlayan Kuruluş** alanına girin, **Gizli Anahtar** alanına size verilen gizli anahtarı girin ve son olarak **Tamam**'ı tıklayın. ![hesap ekle](/assets/quickstart/add-account.png) -5. After the new account is added, you will see a new entry in the window. ![giriş](/assets/quickstart/example-entry.png) +5. Yeni hesap eklendikten sonra pencerede yeni bir giriş göreceksiniz. ![giriş](/assets/quickstart/example-entry.png) From 2b8f3de7b7f8fce17f5c92bed347c171b847a818 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 4 Jan 2021 08:50:01 -0600 Subject: [PATCH 2419/2741] New translations en.yml (Turkish) --- _data/locales/sidebar/tr.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/_data/locales/sidebar/tr.yml b/_data/locales/sidebar/tr.yml index 7b63b17f4..c51d35340 100644 --- a/_data/locales/sidebar/tr.yml +++ b/_data/locales/sidebar/tr.yml @@ -1,13 +1,13 @@ --- sections: - - title: Overview + title: Genel Görünüm docs: - - title: What is Authenticator Extension? - stub: genel görünüm + title: Kimlik Doğrulayıcı Uzantısı nedir? + stub: overview - - title: Hızlı Başlangıç + title: Quickstarts docs: - title: İlk Hesabınızı Ekleyin @@ -25,14 +25,14 @@ sections: title: Edge stub: edge-sorunları - - title: Additional Info + title: Ek bilgi docs: - - title: Lost Codes - stub: lost-codes + title: Kayıp Kodlar + stub: kayıp-kodlar - - title: Account Types - stub: account-types + title: Hesap Türleri + stub: hesap-türleri - title: Getting Debugging Information stub: debug-info From 5ade71addab85c4b2375a2d8a7f9913b44d647e2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 4 Jan 2021 09:09:31 -0600 Subject: [PATCH 2420/2741] New translations en.yml (Turkish) --- _data/locales/sidebar/tr.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/locales/sidebar/tr.yml b/_data/locales/sidebar/tr.yml index c51d35340..dc1a31c60 100644 --- a/_data/locales/sidebar/tr.yml +++ b/_data/locales/sidebar/tr.yml @@ -34,11 +34,11 @@ sections: title: Hesap Türleri stub: hesap-türleri - - title: Getting Debugging Information - stub: debug-info + title: Hata Ayıklama Bilgilerini Alma + stub: hata ayıklama-bilgisi - - title: Standard Backup Format - stub: otp-backup + title: Standart Yedekleme Formatı + stub: otp-yedeklemesi - title: Politika Yapılandırması stub: politika-yapılandırması From 6230185b133eccc025d3b714146cf3ff1d5de4d9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 4 Jan 2021 09:09:33 -0600 Subject: [PATCH 2421/2741] New translations account-types.md (Turkish) --- docs/tr/account-types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tr/account-types.md b/docs/tr/account-types.md index a4409c626..978175ede 100644 --- a/docs/tr/account-types.md +++ b/docs/tr/account-types.md @@ -1,11 +1,11 @@ --- -title: Account Types +title: Hesap Türleri stub: account-types lang: en ver: 1 --- -| Type | Detaylar | +| Tür | Detaylar | | ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Zamana Dayalı | TOTP | | Sayaca Dayalı | HOTP | From 1e78e6707d0d63dd542229d1075599d860fbd9d2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 4 Jan 2021 09:17:40 -0600 Subject: [PATCH 2422/2741] New translations chrome-issues.md (Turkish) --- docs/tr/chrome-issues.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tr/chrome-issues.md b/docs/tr/chrome-issues.md index f2f644bd6..10ac2d843 100644 --- a/docs/tr/chrome-issues.md +++ b/docs/tr/chrome-issues.md @@ -7,10 +7,10 @@ ver: 1 {% include warning.html class="danger" message=" -#### REINSTALLING AUTHENTICATOR WILL CLEAR YOUR DATA. NEVER REINSTALL AUTHENTICATOR TO FIX ANY ISSUES +#### KİMLİK DOĞRULAYICI'YI YENİDEN YÜKLEMEK VERİLERİNİZİ TEMİZLEYECEKTİR. HERHANGİ BİR SORUNU GİDERMEK İÇİN KİMLİK DOĞRULAYICI'YI ASLA YENİDEN YÜKLEMEYİN " %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Parolanızı hatırlayamıyor veya gizli anahtarlarınızı kaybettiniz mi ve yedeğiniz yok mu? [Kayıp Kodlar](lost-codes)'a bakın - Want to help translate or have an issue with translation? [Crowdin sayfamızı kontrol edin](https://crowdin.com/project/authenticator-firefox) - Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 6d75ad19d2ae4b27bd2ed95714b47577513b5d3b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 4 Jan 2021 09:24:37 -0600 Subject: [PATCH 2423/2741] New translations chrome-issues.md (Turkish) --- docs/tr/chrome-issues.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tr/chrome-issues.md b/docs/tr/chrome-issues.md index 10ac2d843..641f9f7d5 100644 --- a/docs/tr/chrome-issues.md +++ b/docs/tr/chrome-issues.md @@ -12,5 +12,5 @@ ver: 1 " %} - Parolanızı hatırlayamıyor veya gizli anahtarlarınızı kaybettiniz mi ve yedeğiniz yok mu? [Kayıp Kodlar](lost-codes)'a bakın -- Want to help translate or have an issue with translation? [Crowdin sayfamızı kontrol edin](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Çeviriye yardım etmek mi istiyorsunuz veya çeviriyle ilgili bir sorununuz mu var? [Crowdin sayfamızı kontrol edin](https://crowdin.com/project/authenticator-firefox) +- Bir hata veya özellik talebiniz mi var? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 2499b0e87c619d35fd5c2aea3bcbd97314a3dddf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 4 Jan 2021 09:24:40 -0600 Subject: [PATCH 2424/2741] New translations debug-info.md (Turkish) --- docs/tr/debug-info.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tr/debug-info.md b/docs/tr/debug-info.md index b20ac0eff..ea87e8a87 100644 --- a/docs/tr/debug-info.md +++ b/docs/tr/debug-info.md @@ -1,11 +1,11 @@ --- -title: Getting Debugging Information +title: Hata Ayıklama Bilgilerini Alma stub: debug-info lang: en ver: 1 --- -Follow these steps to report detailed debugging information. +Ayrıntılı hata ayıklama bilgilerini bildirmek için aşağıdaki adımları izleyin. - [Chrome](#chrome) - [Firefox](#firefox) From c308969f53f11ac235d3d9995993dad9a783cbf0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 4 Jan 2021 09:40:56 -0600 Subject: [PATCH 2425/2741] New translations edge-backup.md (Turkish) --- docs/tr/edge-backup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tr/edge-backup.md b/docs/tr/edge-backup.md index 2f48aa172..9ab26719d 100644 --- a/docs/tr/edge-backup.md +++ b/docs/tr/edge-backup.md @@ -9,8 +9,8 @@ ver: 1 ![step1](/assets/edge-backup-screenshots/step1.PNG) -2. Go to the "Console" tab at the top of the new window -3. Paste this into the console and hit enter +2. Yeni pencerenin üst kısmındaki "Konsol" sekmesine gidin +3. Bunu konsola yapıştırın ve enter tuşuna basın ```javascript browser.storage.local.get(d=>console.log(JSON.stringify(d,null,2))) From eab4ad3f132c96f122faaccfbc4c4dfca68e797e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 4 Jan 2021 09:40:58 -0600 Subject: [PATCH 2426/2741] New translations edge-issues.md (Turkish) --- docs/tr/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/edge-issues.md b/docs/tr/edge-issues.md index 7eda906b8..822113e94 100644 --- a/docs/tr/edge-issues.md +++ b/docs/tr/edge-issues.md @@ -11,6 +11,6 @@ ver: 2 " %} -- Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) +- Parolanızı hatırlayamıyor veya gizli anahtarlarınızı kaybettiniz mi ve yedeğiniz yok mu? [Kayıp Kodlar](lost-codes)'a bakın - Çeviriye yardımcı olmak mı istiyorsunuz veya çeviri ile ilgili bir sorun mu yaşıyorsunuz? [Crowdin sayfamızı kontrol edin](https://crowdin.com/project/authenticator-firefox) - Bir hata veya özellik talebiniz mi var? [Sorun bildirin](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) veya [#AuthenticatorFeedback ile Tweet atın](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 82756cec767d6e39b6c5e4b742c2999983294ec9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 4 Jan 2021 09:40:59 -0600 Subject: [PATCH 2427/2741] New translations firefox-issues.md (Turkish) --- docs/tr/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/firefox-issues.md b/docs/tr/firefox-issues.md index 5eac0b3ed..4a442f6dc 100644 --- a/docs/tr/firefox-issues.md +++ b/docs/tr/firefox-issues.md @@ -7,6 +7,6 @@ ver: 2 {% include warning.html class="danger" message="Reinstalling Authenticator with your storage location set to 'local' will cause data loss." %} -- Parolanızı hatırlayamıyor veya gizli anahtarlarınızı kaybettiniz mi ve yedeğiniz yok mu? See [Lost Codes](lost-codes) +- Parolanızı hatırlayamıyor veya gizli anahtarlarınızı kaybettiniz mi ve yedeğiniz yok mu? [Kayıp Kodlar](lost-codes)'a bakın - Çeviriye yardımcı olmak mı istiyorsunuz veya çeviri ile ilgili bir sorun mu yaşıyorsunuz? [Crowdin sayfamızı kontrol edin](https://crowdin.com/project/authenticator-firefox) - Bir hata veya özellik talebiniz mi var? [Sorun bildirin](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) veya [#AuthenticatorFeedback ile Tweet atın](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 9cef01c02bb7bb534c75e1f2e9dc6d3f18a8ecaa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 4 Jan 2021 09:41:01 -0600 Subject: [PATCH 2428/2741] New translations debug-info.md (Turkish) --- docs/tr/debug-info.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tr/debug-info.md b/docs/tr/debug-info.md index ea87e8a87..30787f78e 100644 --- a/docs/tr/debug-info.md +++ b/docs/tr/debug-info.md @@ -44,11 +44,11 @@ Ayrıntılı hata ayıklama bilgilerini bildirmek için aşağıdaki adımları ![step4](/assets/debugging-screenshots/firefox/step4.PNG) -5. Make sure that you are on the console tab +5. Konsol sekmesinde olduğunuzdan emin olun ![step5](/assets/debugging-screenshots/firefox/step5.PNG) 6. Kimlik Doğrulayıcı'yı tekrar açın -7. Copy and paste any messages into the issue description +7. Tüm mesajları kopyalayıp sorun açıklamasına yapıştırın ![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From a84f4f6c883cdc860972c258859561a385afed2e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 4 Jan 2021 09:41:03 -0600 Subject: [PATCH 2429/2741] New translations lost-codes.md (Turkish) --- docs/tr/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/lost-codes.md b/docs/tr/lost-codes.md index 4666e2aa5..4df38e049 100644 --- a/docs/tr/lost-codes.md +++ b/docs/tr/lost-codes.md @@ -1,5 +1,5 @@ --- -title: Lost Codes +title: Kayıp Kodlar stub: lost-codes lang: en ver: 1 From 0e77a6454d20b5d079fb27248af850348ec98141 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 4 Jan 2021 09:53:51 -0600 Subject: [PATCH 2430/2741] New translations lost-codes.md (Turkish) --- docs/tr/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/lost-codes.md b/docs/tr/lost-codes.md index 4df38e049..d155d9cca 100644 --- a/docs/tr/lost-codes.md +++ b/docs/tr/lost-codes.md @@ -12,7 +12,7 @@ Most of the time, losing your secrets doesn't mean you will lose your account fo To prevent from losing codes in the future remember to make a backup every time you add a code. -### Common recovery links: +### Yaygın kurtarma linkleri: - [Google](https://support.google.com/accounts/answer/185834) - [Twitter](https://help.twitter.com/en/managing-your-account/issues-with-login-authentication) From 69fa5c012bc55eb8fd29c188d72bff1960a355e8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 4 Jan 2021 09:53:53 -0600 Subject: [PATCH 2431/2741] New translations manual-update.md (Turkish) --- docs/tr/manual-update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tr/manual-update.md b/docs/tr/manual-update.md index 84a06cf31..1d30e3fdf 100644 --- a/docs/tr/manual-update.md +++ b/docs/tr/manual-update.md @@ -1,5 +1,5 @@ --- -title: Manually Updating +title: Elle Güncelleme stub: manual-update lang: en ver: 1 @@ -9,7 +9,7 @@ ver: 1 1. `chrome://extensions` sayfasına gidin -2. Check the box labelled "Developer Mode" in the top right +2. Sağ üsttekiki "Geliştirici modu" etiketli kutuyu işaretleyin 3. "Uzantıları Şimdi Güncelle"yi tıklayın From da43b51d380f0cf2e0b334cea0bd0529154b522f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 5 Jan 2021 06:12:27 -0600 Subject: [PATCH 2432/2741] New translations quickstart.md (Turkish) --- docs/tr/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tr/quickstart.md b/docs/tr/quickstart.md index a73180b63..334aca9ab 100644 --- a/docs/tr/quickstart.md +++ b/docs/tr/quickstart.md @@ -35,9 +35,9 @@ Kimlik Doğrulayıcı Uzantısını Chrome'a ilk yüklediğinizde simgesini ara 1. Tarayıcınızdaki Kimlik Doğrulayıcı Uzantının simgesini tıklayın -2. Pencerenin sağ üst köşesindeki kalem simgesini tıklayın. ![el ile giriş](/assets/quickstart/click-edit.png) +2. Pencerenin sağ üst köşesindeki kalem simgesini tıklayın. ![elle giriş](/assets/quickstart/click-edit.png) -3. Pencerenin sağ üst köşesindeki artı düğmesini tıklayın. **El ile Giriş**'i seçin. ![el ile giriş](/assets/quickstart/click-add.png) +3. Pencerenin sağ üst köşesindeki artı düğmesini tıklayın. **Elle Giriş**'i seçin. ![elle giriş](/assets/quickstart/click-add.png) 4. Bu hesabın ilişkili olduğu web sitesinin adını **Yayınlayan Kuruluş** alanına girin, **Gizli Anahtar** alanına size verilen gizli anahtarı girin ve son olarak **Tamam**'ı tıklayın. ![hesap ekle](/assets/quickstart/add-account.png) From e82bb0fb5400a0fc56c0615b7817276fedc6d27d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 8 Jan 2021 12:49:46 -0600 Subject: [PATCH 2433/2741] New translations otp-backup.md (Turkish) --- docs/tr/otp-backup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/tr/otp-backup.md b/docs/tr/otp-backup.md index e9bb0e0bb..ffba066aa 100644 --- a/docs/tr/otp-backup.md +++ b/docs/tr/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Uygulama | Sürüm | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} +| Uygulama | Sürüm | Notes | +| ------------------------------------------------------- | ------- | ------------------------------------ | +| [Kimlik Doğrulayıcı Uzantısı](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} Planned Support: From c0655d400e685cb108b67fd149fc38ab0f2905e9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 8 Jan 2021 12:49:48 -0600 Subject: [PATCH 2434/2741] New translations policy-config.md (Turkish) --- docs/tr/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/policy-config.md b/docs/tr/policy-config.md index fbf0c536c..f58655a07 100644 --- a/docs/tr/policy-config.md +++ b/docs/tr/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -Bu sayfa yöneticiler içindir. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +Bu sayfa yöneticiler içindir. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). Daha fazla bilgi aşağıda mevcuttur. Open an issue to request more policy controls. #### Extension IDs From cb9da9539f67d7e58f713f62fdf89e6080b7c663 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 25 Jan 2021 15:15:44 -0600 Subject: [PATCH 2435/2741] New translations overview.md (Turkish) --- docs/tr/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/overview.md b/docs/tr/overview.md index f89155935..1445da149 100644 --- a/docs/tr/overview.md +++ b/docs/tr/overview.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -Kimlik Doğrulayıcı Uzantısı tarayıcı içi Tek Kullanımlık Parola (OTP) istemcisidir. Authenticator Extension supports both Time-Based One-Time Password (TOTP, specified in [RFC 6238](https://tools.ietf.org/html/rfc6238)) and HMAC-Based One-Time Password (HOTP, specified in [RFC 4226](https://tools.ietf.org/html/rfc4226)). +Kimlik Doğrulayıcı Uzantısı tarayıcı içi Tek Kullanımlık Parola (OTP) istemcisidir. Kimlik Doğrulayıcı Uzantısı hem zamana dayalı Tek Kullanımlık Parolayı (TOTP, [RFC 6238](https://tools.ietf.org/html/rfc6238)'de belirtilmiştir) ve HMAC tabanlı Tek Kullanımlık Parolayı (HOTP, [RFC 4226](https://tools.ietf.org/html/rfc4226)'da belirtilmiştir) destekler. Başka bir deyişle, Kimlik Doğrulayıcı Uzantısı Google Authenticator gibi uygulamaların tam alternatifi olarak kullanılabilir. From d766b3da68af47f89f27c6b7bd2dcfc5ad04da19 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 25 Jan 2021 15:15:47 -0600 Subject: [PATCH 2436/2741] New translations edge-issues.md (Turkish) --- docs/tr/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/edge-issues.md b/docs/tr/edge-issues.md index 822113e94..1db708c25 100644 --- a/docs/tr/edge-issues.md +++ b/docs/tr/edge-issues.md @@ -7,7 +7,7 @@ ver: 2 {% include warning.html class="danger" message=" -#### KİMLİK DOĞRULAYICI'YI YENİDEN YÜKLEMEK VERİLERİNİZİ TEMİZLEYECEKTİR. HERHANGİ BİR SORUNU GİDERMEK İÇİN KİMLİK DOĞRULAYICI'YI ASLA YENİDEN YÜKLEMEYİN +#### KİMLİK DOĞRULAYICIYI YENİDEN YÜKLEMEK VERİLERİNİZİ TEMİZLEYECEKTİR. HERHANGİ BİR SORUNU GİDERMEK İÇİN KİMLİK DOĞRULAYICIYI ASLA YENİDEN YÜKLEMEYİN " %} From 92ab1b384439fba44f0e87794483fb7cb6c68cbf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 25 Jan 2021 15:15:49 -0600 Subject: [PATCH 2437/2741] New translations en.json (Turkish) --- _data/locales/default/tr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/locales/default/tr.json b/_data/locales/default/tr.json index 15c5fcc7c..451313d55 100644 --- a/_data/locales/default/tr.json +++ b/_data/locales/default/tr.json @@ -1,5 +1,5 @@ { - "clickHere": "Click here", + "clickHere": "Buraya tıklayın", "viewInLang": "to view this page in English.", "unlocalized": "Yerelleştirilmemiş", "translate": "Translate", From b17ba092b82195da15bd7a1d74f402f768f22ede Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 25 Jan 2021 15:15:51 -0600 Subject: [PATCH 2438/2741] New translations en.yml (Turkish) --- _data/locales/sidebar/tr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/sidebar/tr.yml b/_data/locales/sidebar/tr.yml index dc1a31c60..1815bc11e 100644 --- a/_data/locales/sidebar/tr.yml +++ b/_data/locales/sidebar/tr.yml @@ -5,9 +5,9 @@ sections: docs: - title: Kimlik Doğrulayıcı Uzantısı nedir? - stub: overview + stub: genel görünüm - - title: Quickstarts + title: Hızlı Başlangıç docs: - title: İlk Hesabınızı Ekleyin From 7b88f0138640b8f8ea521953c4df2c426d62ea51 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 25 Jan 2021 15:15:52 -0600 Subject: [PATCH 2439/2741] New translations chrome-issues.md (Turkish) --- docs/tr/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/chrome-issues.md b/docs/tr/chrome-issues.md index 641f9f7d5..7e492d016 100644 --- a/docs/tr/chrome-issues.md +++ b/docs/tr/chrome-issues.md @@ -7,7 +7,7 @@ ver: 1 {% include warning.html class="danger" message=" -#### KİMLİK DOĞRULAYICI'YI YENİDEN YÜKLEMEK VERİLERİNİZİ TEMİZLEYECEKTİR. HERHANGİ BİR SORUNU GİDERMEK İÇİN KİMLİK DOĞRULAYICI'YI ASLA YENİDEN YÜKLEMEYİN +#### KİMLİK DOĞRULAYICIYI YENİDEN YÜKLEMEK VERİLERİNİZİ TEMİZLEYECEKTİR. HERHANGİ BİR SORUNU GİDERMEK İÇİN KİMLİK DOĞRULAYICIYI ASLA YENİDEN YÜKLEMEYİN " %} From 48d445be4caa3b26f320e3bd07de4f02431dd0e8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 25 Jan 2021 15:15:54 -0600 Subject: [PATCH 2440/2741] New translations debug-info.md (Turkish) --- docs/tr/debug-info.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tr/debug-info.md b/docs/tr/debug-info.md index 30787f78e..2475792f9 100644 --- a/docs/tr/debug-info.md +++ b/docs/tr/debug-info.md @@ -14,8 +14,8 @@ Ayrıntılı hata ayıklama bilgilerini bildirmek için aşağıdaki adımları ## Chrome -1. Kimlik Doğrulayıcı'yı aç -2. Kimlik Doğrulayıcı'ya sağ tıklayın ve "İncele" yi tıklayın +1. Kimlik Doğrulayıcıyı aç +2. Kimlik Doğrulayıcıya sağ tıklayın ve "İncele" yi tıklayın ![step2](/assets/debugging-screenshots/chrome/step2.PNG) @@ -48,7 +48,7 @@ Ayrıntılı hata ayıklama bilgilerini bildirmek için aşağıdaki adımları ![step5](/assets/debugging-screenshots/firefox/step5.PNG) -6. Kimlik Doğrulayıcı'yı tekrar açın +6. Kimlik Doğrulayıcıyı tekrar açın 7. Tüm mesajları kopyalayıp sorun açıklamasına yapıştırın ![step7](/assets/debugging-screenshots/firefox/step7.PNG) \ No newline at end of file From 86e8f44de723d6b12d51c48660ca4ed6cd3bbb88 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 25 Jan 2021 15:15:56 -0600 Subject: [PATCH 2441/2741] New translations edge-backup.md (Turkish) --- docs/tr/edge-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/edge-backup.md b/docs/tr/edge-backup.md index 9ab26719d..a5e27d620 100644 --- a/docs/tr/edge-backup.md +++ b/docs/tr/edge-backup.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -1. Kimlik Doğrulayıcı'yı açın, sağ tıklayın ve "Öğeyi İncele" yi seçin +1. Kimlik Doğrulayıcıyı açın, sağ tıklayın ve "Öğeyi İncele" yi seçin ![step1](/assets/edge-backup-screenshots/step1.PNG) From 65947fc68921260913ce36534883457a573b6ee3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 25 Jan 2021 15:15:58 -0600 Subject: [PATCH 2442/2741] New translations otp-backup-developer.md (Turkish) --- docs/tr/otp-backup-developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/otp-backup-developer.md b/docs/tr/otp-backup-developer.md index bbf36c65d..aff770ded 100644 --- a/docs/tr/otp-backup-developer.md +++ b/docs/tr/otp-backup-developer.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -Backups are just text files with one otpauth URI per line. Otpauth URI'lerine ilişkin belgelere [buradan](https://github.com/google/google-authenticator/wiki/Key-Uri-Format) ulaşılabilir. For example, a backup could look like this: +Backups are just text files with one otpauth URI per line. Otpauth URI'lerine ilişkin belgelere [buradan](https://github.com/google/google-authenticator/wiki/Key-Uri-Format) ulaşılabilir. Örneğin, bir yedekleme böyle bir şeye benzeyebilir: otpauth://totp/example.com?secret=FLIQ7AABIXF2DBUYE7VYAV2T7232KVYB otpauth://totp/Test%20Account:?secret=R6TTJ5T26NWTHPIPXAOYQ6BVWEBLE6W2&issuer=Test%20Account From 808f7f0167896fa6e30f61fdb73a765c34bd9e6e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 25 Jan 2021 15:16:00 -0600 Subject: [PATCH 2443/2741] New translations otp-backup.md (Turkish) --- docs/tr/otp-backup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tr/otp-backup.md b/docs/tr/otp-backup.md index ffba066aa..2bdbf5f3a 100644 --- a/docs/tr/otp-backup.md +++ b/docs/tr/otp-backup.md @@ -7,7 +7,7 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Uygulama | Sürüm | Notes | +| Uygulama | Sürüm | Notlar | | ------------------------------------------------------- | ------- | ------------------------------------ | | [Kimlik Doğrulayıcı Uzantısı](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | | [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | @@ -17,4 +17,4 @@ Planned Support: - [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) -[Developer information](otp-backup-developer) \ No newline at end of file +[Geliştirici bilgileri](otp-backup-developer) \ No newline at end of file From 98b5d78cbee671c65442e2796ebd217275b57d68 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 25 Jan 2021 15:25:48 -0600 Subject: [PATCH 2444/2741] New translations otp-backup.md (Turkish) --- docs/tr/otp-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/otp-backup.md b/docs/tr/otp-backup.md index 2bdbf5f3a..8c215d4a0 100644 --- a/docs/tr/otp-backup.md +++ b/docs/tr/otp-backup.md @@ -13,7 +13,7 @@ Some 2FA applications support interoperable backups. In other words, if you make | [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | | [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} -Planned Support: +Planlı Destek: - [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) From dcebbaaff57645a20f8f9a2754df005e48b9c304 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 25 Jan 2021 15:25:50 -0600 Subject: [PATCH 2445/2741] New translations lost-codes.md (Turkish) --- docs/tr/lost-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/lost-codes.md b/docs/tr/lost-codes.md index d155d9cca..75ab247a8 100644 --- a/docs/tr/lost-codes.md +++ b/docs/tr/lost-codes.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -Most of the time, losing your secrets doesn't mean you will lose your account forever. Here are a few steps to take to get your accounts back: +Most of the time, losing your secrets doesn't mean you will lose your account forever. Hesaplarınızı geri almak için atmanız gereken birkaç adım: - Websites usually give a recovery code to you when you enable 2FA on your account. Use your recovery code to get access to your account. - If you don't have a recovery code go to the site's support and ask them to disable two factor authentication on your account for you. Recovering your account this way can take a while to process and you will likely need to provide proof of identity. From adc10725d80e730d846f1150d7c3d0d31483a7d7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 25 Jan 2021 15:25:52 -0600 Subject: [PATCH 2446/2741] New translations opera-install.md (Turkish) --- docs/tr/opera-install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tr/opera-install.md b/docs/tr/opera-install.md index 7dbba64b2..2ca1ad194 100644 --- a/docs/tr/opera-install.md +++ b/docs/tr/opera-install.md @@ -5,6 +5,6 @@ lang: en ver: 1 --- -Opera officially provides an extension called [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) that you can use to install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). +Opera, Kimlik Doğrulayıcıyı [Chrome Web Mağazası'ndan ](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai) yüklemek için kullanabileceğiniz [Install Chrome Extensions ](https://addons.opera.com/en/extensions/details/install-chrome-extensions/) adlı bir uzantıyı resmi olarak sağlar. -Please note that we don't test Authenticator in Opera. Hatalarla karşılaşabilirsiniz. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file +Kimlik Doğrulayıcıyı Opera'da test etmediğimizi lütfen unutmayın. Hatalarla karşılaşabilirsiniz. If you have an issue in Opera, please [open a bug report](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose). \ No newline at end of file From 13b705ea3de605daa2ff9e6aa9df282e82af246c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 25 Jan 2021 15:25:54 -0600 Subject: [PATCH 2447/2741] New translations policy-config.md (Turkish) --- docs/tr/policy-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tr/policy-config.md b/docs/tr/policy-config.md index f58655a07..840507b3c 100644 --- a/docs/tr/policy-config.md +++ b/docs/tr/policy-config.md @@ -7,7 +7,7 @@ ver: 1 Bu sayfa yöneticiler içindir. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). Daha fazla bilgi aşağıda mevcuttur. Open an issue to request more policy controls. -#### Extension IDs +#### Uzantı Kimlikleri Chrome: `bhghoamapcdpbohphigoooaddinpkbai` @@ -35,7 +35,7 @@ Example: Documentation: [Deploy](https://support.google.com/chrome/a/answer/6306504), [Configure](https://chromium.org/administrators/configuring-policy-for-extensions) -The format for Chrome policies is different per-platform, but a working config for Linux would look like this: +Chrome politikalarının biçimi platform başına farklıdır ancak Linux için çalışan bir yapılandırma şöyle görünür: ```jsonc { From a4a3191554b375be961406b0e05fafd273697c96 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:26:31 -0600 Subject: [PATCH 2448/2741] New translations otp-backup.md (Turkish) --- docs/tr/otp-backup.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/docs/tr/otp-backup.md b/docs/tr/otp-backup.md index 8c215d4a0..55c12f0b9 100644 --- a/docs/tr/otp-backup.md +++ b/docs/tr/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Uygulama | Sürüm | Notlar | -| ------------------------------------------------------- | ------- | ------------------------------------ | -| [Kimlik Doğrulayıcı Uzantısı](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} +| Uygulama | Sürüm | Notlar | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Kimlik Doğrulayıcı Uzantısı](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} -Planlı Destek: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) - -[Geliştirici bilgileri](otp-backup-developer) \ No newline at end of file +[Developer information](otp-backup-developer) \ No newline at end of file From 41625af2e5d05fc84739e1e4655cb7cec82a5972 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:26:32 -0600 Subject: [PATCH 2449/2741] New translations otp-backup.md (Russian) --- docs/ru/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/ru/otp-backup.md b/docs/ru/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/ru/otp-backup.md +++ b/docs/ru/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From 04bca86231f1f8a185b17e2c6cd52f10798ea445 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:26:34 -0600 Subject: [PATCH 2450/2741] New translations otp-backup.md (Italian) --- docs/it/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/it/otp-backup.md b/docs/it/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/it/otp-backup.md +++ b/docs/it/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From c4000cc070ffd5ddeaeee4c20dea4cb08b7058c5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:26:36 -0600 Subject: [PATCH 2451/2741] New translations otp-backup.md (Japanese) --- docs/ja/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/ja/otp-backup.md b/docs/ja/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/ja/otp-backup.md +++ b/docs/ja/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From 4043a4896d1b355ed5df9755106f7d1611c2eb1a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:26:39 -0600 Subject: [PATCH 2452/2741] New translations otp-backup.md (Korean) --- docs/ko/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/ko/otp-backup.md b/docs/ko/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/ko/otp-backup.md +++ b/docs/ko/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From e4eb52c05c7576f21418e3fd4d6f35d21b632cfc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:26:42 -0600 Subject: [PATCH 2453/2741] New translations otp-backup.md (Dutch) --- docs/nl/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/nl/otp-backup.md b/docs/nl/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/nl/otp-backup.md +++ b/docs/nl/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From 4e8d401aa70d790b4535e4a4eb51cb135c04a370 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:26:45 -0600 Subject: [PATCH 2454/2741] New translations otp-backup.md (Norwegian) --- docs/no/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/no/otp-backup.md b/docs/no/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/no/otp-backup.md +++ b/docs/no/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From e3a3f9dabc1472dd62522437cc2b62d1518afa61 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:26:47 -0600 Subject: [PATCH 2455/2741] New translations otp-backup.md (Polish) --- docs/pl/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/pl/otp-backup.md b/docs/pl/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/pl/otp-backup.md +++ b/docs/pl/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From ee9e0a4488a60bc447de21c4868b3fac9364a88c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:26:50 -0600 Subject: [PATCH 2456/2741] New translations otp-backup.md (Portuguese) --- docs/pt/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/pt/otp-backup.md b/docs/pt/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/pt/otp-backup.md +++ b/docs/pt/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From ab61914b701ece9f7376d36b5fa718b26d721136 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:26:53 -0600 Subject: [PATCH 2457/2741] New translations otp-backup.md (Hungarian) --- docs/hu/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/hu/otp-backup.md b/docs/hu/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/hu/otp-backup.md +++ b/docs/hu/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From a331bc14d93c5858a124f990378adeb7405b1958 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:26:55 -0600 Subject: [PATCH 2458/2741] New translations otp-backup.md (Serbian (Cyrillic)) --- docs/sr/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/sr/otp-backup.md b/docs/sr/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/sr/otp-backup.md +++ b/docs/sr/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From 801bcd801d7213a61675db359504f7527118ba4b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:26:58 -0600 Subject: [PATCH 2459/2741] New translations otp-backup.md (Swedish) --- docs/sv/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/sv/otp-backup.md b/docs/sv/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/sv/otp-backup.md +++ b/docs/sv/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From f846d39b9ce330a8017dbb0509ca83a4a5103fa7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:27:00 -0600 Subject: [PATCH 2460/2741] New translations otp-backup.md (Ukrainian) --- docs/uk/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/uk/otp-backup.md b/docs/uk/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/uk/otp-backup.md +++ b/docs/uk/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From eae69797bd45b61f748a79e4bd8041c94352cb64 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:27:03 -0600 Subject: [PATCH 2461/2741] New translations otp-backup.md (Chinese Simplified) --- docs/zh_CN/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/zh_CN/otp-backup.md b/docs/zh_CN/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/zh_CN/otp-backup.md +++ b/docs/zh_CN/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From 069137270910ed3e6a6a0bdc9fe7a0c958894c8d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:27:05 -0600 Subject: [PATCH 2462/2741] New translations otp-backup.md (Chinese Traditional) --- docs/zh_TW/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/zh_TW/otp-backup.md b/docs/zh_TW/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/zh_TW/otp-backup.md +++ b/docs/zh_TW/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From 39b0a88239a8e82e5719461130f12c319a7b9013 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:27:07 -0600 Subject: [PATCH 2463/2741] New translations otp-backup.md (Vietnamese) --- docs/vi/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/vi/otp-backup.md b/docs/vi/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/vi/otp-backup.md +++ b/docs/vi/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From 8d25bccebe45a5b73aec67b2becbf062d5be0b90 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:27:10 -0600 Subject: [PATCH 2464/2741] New translations otp-backup.md (Portuguese, Brazilian) --- docs/pt_BR/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/pt_BR/otp-backup.md b/docs/pt_BR/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/pt_BR/otp-backup.md +++ b/docs/pt_BR/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From 6f545a1257e84d220ef8d66581f2c49a68fae633 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:27:12 -0600 Subject: [PATCH 2465/2741] New translations otp-backup.md (Indonesian) --- docs/id/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/id/otp-backup.md b/docs/id/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/id/otp-backup.md +++ b/docs/id/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From b74790b9863d8baef9dd5d32337754fd51e4ef5b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:27:14 -0600 Subject: [PATCH 2466/2741] New translations otp-backup.md (Persian) --- docs/fa/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/fa/otp-backup.md b/docs/fa/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/fa/otp-backup.md +++ b/docs/fa/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From 659cf84122e70d649fabf7dba792f45dd7aa09e0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:27:19 -0600 Subject: [PATCH 2467/2741] New translations otp-backup.md (Arabic) --- docs/ar/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/ar/otp-backup.md b/docs/ar/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/ar/otp-backup.md +++ b/docs/ar/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From b1f91b28c7e681d73e9d5aa296ab79246593dff0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:27:20 -0600 Subject: [PATCH 2468/2741] New translations otp-backup.md (Romanian) --- docs/ro/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/ro/otp-backup.md b/docs/ro/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/ro/otp-backup.md +++ b/docs/ro/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From dd220c37a9976fb25033b032a9d343cee492a50d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:27:23 -0600 Subject: [PATCH 2469/2741] New translations otp-backup.md (French) --- docs/fr/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/fr/otp-backup.md b/docs/fr/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/fr/otp-backup.md +++ b/docs/fr/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From bbc8ec0f688be459abe88bae66520ee921561aed Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:27:25 -0600 Subject: [PATCH 2470/2741] New translations otp-backup.md (Spanish) --- docs/es/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/es/otp-backup.md b/docs/es/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/es/otp-backup.md +++ b/docs/es/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From 590b9da3a056471d212632d6ff32d0bf219ba4f5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:27:38 -0600 Subject: [PATCH 2471/2741] New translations otp-backup.md (Hebrew) --- docs/he/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/he/otp-backup.md b/docs/he/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/he/otp-backup.md +++ b/docs/he/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From ab9b992d030149973e9c43d2b15f6811679652d8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:27:41 -0600 Subject: [PATCH 2472/2741] New translations otp-backup.md (Bulgarian) --- docs/bg/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/bg/otp-backup.md b/docs/bg/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/bg/otp-backup.md +++ b/docs/bg/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From d711f96dc66086e4a142d0f488c9eb762c64ee78 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:27:43 -0600 Subject: [PATCH 2473/2741] New translations otp-backup.md (Catalan) --- docs/ca/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/ca/otp-backup.md b/docs/ca/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/ca/otp-backup.md +++ b/docs/ca/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From 3ae637f3c26f3a45fc95ac1fd53dc7b2e158f391 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:27:45 -0600 Subject: [PATCH 2474/2741] New translations otp-backup.md (Czech) --- docs/cs/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/cs/otp-backup.md b/docs/cs/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/cs/otp-backup.md +++ b/docs/cs/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From 13d668e87621768f63193bc9ed37c5a821119909 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:27:48 -0600 Subject: [PATCH 2475/2741] New translations otp-backup.md (Danish) --- docs/da/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/da/otp-backup.md b/docs/da/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/da/otp-backup.md +++ b/docs/da/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From c800bdac37bd14d2f1a14348497786547f01c570 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:27:50 -0600 Subject: [PATCH 2476/2741] New translations otp-backup.md (German) --- docs/de/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/de/otp-backup.md b/docs/de/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/de/otp-backup.md +++ b/docs/de/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From 95426bc0c3c530b5c72279a021fecfaf9135290c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:27:53 -0600 Subject: [PATCH 2477/2741] New translations otp-backup.md (Greek) --- docs/el/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/el/otp-backup.md b/docs/el/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/el/otp-backup.md +++ b/docs/el/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From bac8b6ef394e6055debc78e0827890f4935bd7bc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:27:56 -0600 Subject: [PATCH 2478/2741] New translations otp-backup.md (Finnish) --- docs/fi/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/fi/otp-backup.md b/docs/fi/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/fi/otp-backup.md +++ b/docs/fi/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From 5bc6e9a396468133b99740c8c8f983028af4ab1d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 1 Feb 2021 19:27:58 -0600 Subject: [PATCH 2479/2741] New translations otp-backup.md (Sinhala) --- docs/si/otp-backup.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/si/otp-backup.md b/docs/si/otp-backup.md index 703b6fbdf..6b7cee840 100644 --- a/docs/si/otp-backup.md +++ b/docs/si/otp-backup.md @@ -7,14 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Application | Version | Notes | -| ------------------------------------------------------ | ------- | ------------------------------------ | -| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | {: .table .table-striped} - -Planned Support: - -- [Gnome Authenticator](https://gitlab.gnome.org/World/Authenticator) +| Application | Version | Notes | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | +| [Authenticator Extension](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} [Developer information](otp-backup-developer) \ No newline at end of file From 0b59ad9cd9ce8077f15f315b19360c916df84031 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 3 Feb 2021 13:16:28 -0600 Subject: [PATCH 2480/2741] New translations otp-backup.md (Turkish) --- docs/tr/otp-backup.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/tr/otp-backup.md b/docs/tr/otp-backup.md index 55c12f0b9..99f914177 100644 --- a/docs/tr/otp-backup.md +++ b/docs/tr/otp-backup.md @@ -7,11 +7,11 @@ ver: 1 Some 2FA applications support interoperable backups. In other words, if you make a backup with an application listed below, you can use that backup with any other application on this list. -| Uygulama | Sürüm | Notlar | -| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------ | -| [Kimlik Doğrulayıcı Uzantısı](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | -| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | -| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Encrypted backups not supported | {: .table .table-striped} +| Uygulama | Sürüm | Notlar | +| ---------------------------------------------------------------------------------------- | ------- | ------------------------------------- | +| [Kimlik Doğrulayıcı Uzantısı](https://authenticator.cc) | v5.3.0+ | Encrypted backups not supported | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) | 1.3+ | | +| [Aegis](https://getaegis.app/) | v1.2+ | Import only, use "Plain text" option | +| [Authenticator (GNOME)](https://flathub.org/apps/details/com.belmoussaoui.Authenticator) | v4.0.0+ | Şifrelenmiş yedeklemeler desteklenmez | {: .table .table-striped} -[Developer information](otp-backup-developer) \ No newline at end of file +[Geliştirici bilgileri](otp-backup-developer) \ No newline at end of file From a2c260f5b2d065893047f75ebd02ec827e2a8420 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Wed, 3 Feb 2021 13:16:30 -0600 Subject: [PATCH 2481/2741] New translations policy-config.md (Turkish) --- docs/tr/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/policy-config.md b/docs/tr/policy-config.md index 840507b3c..6d0679268 100644 --- a/docs/tr/policy-config.md +++ b/docs/tr/policy-config.md @@ -1,5 +1,5 @@ --- -title: Policy Configuration +title: Politika Yapılandırması stub: policy-config lang: en ver: 1 From ce450f3bf194c0973657925d3f83c55fc04259c0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 20 Feb 2021 01:54:37 -0600 Subject: [PATCH 2482/2741] New translations chrome-issues.md (Turkish) --- docs/tr/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/chrome-issues.md b/docs/tr/chrome-issues.md index 7e492d016..df20cc206 100644 --- a/docs/tr/chrome-issues.md +++ b/docs/tr/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Parolanızı hatırlayamıyor veya gizli anahtarlarınızı kaybettiniz mi ve yedeğiniz yok mu? [Kayıp Kodlar](lost-codes)'a bakın - Çeviriye yardım etmek mi istiyorsunuz veya çeviriyle ilgili bir sorununuz mu var? [Crowdin sayfamızı kontrol edin](https://crowdin.com/project/authenticator-firefox) -- Bir hata veya özellik talebiniz mi var? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Bir hata veya özellik talebiniz mi var? [Sorun bildirin](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) veya [#AuthenticatorFeedback ile Tweet atın](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file From 57574b20564a7a81aea5177ad65ac26aea6d88bc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:15 -0500 Subject: [PATCH 2483/2741] New translations onedrive-perms.md (Romanian) --- docs/ro/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/ro/onedrive-perms.md diff --git a/docs/ro/onedrive-perms.md b/docs/ro/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/ro/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From 258f01909471adeef53be0591bc0c9e7207ad16c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:16 -0500 Subject: [PATCH 2484/2741] New translations onedrive-perms.md (Norwegian) --- docs/no/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/no/onedrive-perms.md diff --git a/docs/no/onedrive-perms.md b/docs/no/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/no/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From d70c77b276eb2e73351e4dd5d25bbc8095410e14 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:17 -0500 Subject: [PATCH 2485/2741] New translations onedrive-perms.md (Persian) --- docs/fa/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/fa/onedrive-perms.md diff --git a/docs/fa/onedrive-perms.md b/docs/fa/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/fa/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From 852f103312272d1b378950618c930736a87c9c3b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:18 -0500 Subject: [PATCH 2486/2741] New translations onedrive-perms.md (Indonesian) --- docs/id/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/id/onedrive-perms.md diff --git a/docs/id/onedrive-perms.md b/docs/id/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/id/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From 22460baf7b94cd79eee08234abcc8504b8adbf11 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:20 -0500 Subject: [PATCH 2487/2741] New translations onedrive-perms.md (Portuguese, Brazilian) --- docs/pt_BR/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/pt_BR/onedrive-perms.md diff --git a/docs/pt_BR/onedrive-perms.md b/docs/pt_BR/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/pt_BR/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From 229101875b8b9f73f5d6d7d5b57a9f0feba5d098 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:21 -0500 Subject: [PATCH 2488/2741] New translations onedrive-perms.md (Vietnamese) --- docs/vi/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/vi/onedrive-perms.md diff --git a/docs/vi/onedrive-perms.md b/docs/vi/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/vi/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From a814568046a18b00cd0735a77f5fec2f831bbe0c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:22 -0500 Subject: [PATCH 2489/2741] New translations onedrive-perms.md (Chinese Traditional) --- docs/zh_TW/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/zh_TW/onedrive-perms.md diff --git a/docs/zh_TW/onedrive-perms.md b/docs/zh_TW/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/zh_TW/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From 87d00db2e2a9c687867a2b29a356fa5045a63ade Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:23 -0500 Subject: [PATCH 2490/2741] New translations onedrive-perms.md (Chinese Simplified) --- docs/zh_CN/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/zh_CN/onedrive-perms.md diff --git a/docs/zh_CN/onedrive-perms.md b/docs/zh_CN/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/zh_CN/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From 125fb13a51e573261118c91b89e4fc3c8e849dcf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:24 -0500 Subject: [PATCH 2491/2741] New translations onedrive-perms.md (Ukrainian) --- docs/uk/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/uk/onedrive-perms.md diff --git a/docs/uk/onedrive-perms.md b/docs/uk/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/uk/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From 190531a29cf2464c7cc62af6210cc30145f67d48 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:25 -0500 Subject: [PATCH 2492/2741] New translations onedrive-perms.md (Turkish) --- docs/tr/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/tr/onedrive-perms.md diff --git a/docs/tr/onedrive-perms.md b/docs/tr/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/tr/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From ddcd6cc1939c9452e9535c8d19a3fca7f26a8ace Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:27 -0500 Subject: [PATCH 2493/2741] New translations onedrive-perms.md (Swedish) --- docs/sv/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/sv/onedrive-perms.md diff --git a/docs/sv/onedrive-perms.md b/docs/sv/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/sv/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From 7424adcefb9bb07fa2c44ea141d85098795f2985 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:28 -0500 Subject: [PATCH 2494/2741] New translations onedrive-perms.md (Serbian (Cyrillic)) --- docs/sr/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/sr/onedrive-perms.md diff --git a/docs/sr/onedrive-perms.md b/docs/sr/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/sr/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From 1ec978dccb81e3e9055fb235ba2fb0a99ec7046b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:29 -0500 Subject: [PATCH 2495/2741] New translations onedrive-perms.md (Russian) --- docs/ru/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/ru/onedrive-perms.md diff --git a/docs/ru/onedrive-perms.md b/docs/ru/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/ru/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From 37fdeb6ce2fa1bbd2b43c3f98aeb6bfbd42f688d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:30 -0500 Subject: [PATCH 2496/2741] New translations onedrive-perms.md (Portuguese) --- docs/pt/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/pt/onedrive-perms.md diff --git a/docs/pt/onedrive-perms.md b/docs/pt/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/pt/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From fc77249a284ccc3dc2b9de04e72bc313d9338e1a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:31 -0500 Subject: [PATCH 2497/2741] New translations onedrive-perms.md (Polish) --- docs/pl/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/pl/onedrive-perms.md diff --git a/docs/pl/onedrive-perms.md b/docs/pl/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/pl/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From 8ffc50d416ea7064a0f036de99eb9b62e1880b97 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:32 -0500 Subject: [PATCH 2498/2741] New translations onedrive-perms.md (Dutch) --- docs/nl/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/nl/onedrive-perms.md diff --git a/docs/nl/onedrive-perms.md b/docs/nl/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/nl/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From 20ae7e67823b3cf37e18c4acdc2fdbbabc836c10 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:33 -0500 Subject: [PATCH 2499/2741] New translations onedrive-perms.md (French) --- docs/fr/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/fr/onedrive-perms.md diff --git a/docs/fr/onedrive-perms.md b/docs/fr/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/fr/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From 68bd34bf4838b8dc62059a2732c0d08a7f380240 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:34 -0500 Subject: [PATCH 2500/2741] New translations onedrive-perms.md (Korean) --- docs/ko/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/ko/onedrive-perms.md diff --git a/docs/ko/onedrive-perms.md b/docs/ko/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/ko/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From 1e23f0c018e5aaa951991044e8639ca19317e6f6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:35 -0500 Subject: [PATCH 2501/2741] New translations onedrive-perms.md (Japanese) --- docs/ja/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/ja/onedrive-perms.md diff --git a/docs/ja/onedrive-perms.md b/docs/ja/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/ja/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From 17fb372321db60ea8c55ac7c35e6cab83ac9a097 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:36 -0500 Subject: [PATCH 2502/2741] New translations onedrive-perms.md (Italian) --- docs/it/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/it/onedrive-perms.md diff --git a/docs/it/onedrive-perms.md b/docs/it/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/it/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From d58afead5397f20cb528011241de0873e393d91c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:37 -0500 Subject: [PATCH 2503/2741] New translations onedrive-perms.md (Hungarian) --- docs/hu/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/hu/onedrive-perms.md diff --git a/docs/hu/onedrive-perms.md b/docs/hu/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/hu/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From 17097f041cfdf2085ba8982ebfb4fe1fcdeb0c86 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:38 -0500 Subject: [PATCH 2504/2741] New translations onedrive-perms.md (Hebrew) --- docs/he/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/he/onedrive-perms.md diff --git a/docs/he/onedrive-perms.md b/docs/he/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/he/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From 5a4f6db876fd57a791ccfbdba8419ca716e2e67d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:40 -0500 Subject: [PATCH 2505/2741] New translations onedrive-perms.md (Finnish) --- docs/fi/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/fi/onedrive-perms.md diff --git a/docs/fi/onedrive-perms.md b/docs/fi/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/fi/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From 22f76b19a21a3578171146d28dbb6efeb9121e68 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:41 -0500 Subject: [PATCH 2506/2741] New translations onedrive-perms.md (Greek) --- docs/el/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/el/onedrive-perms.md diff --git a/docs/el/onedrive-perms.md b/docs/el/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/el/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From b7fd59c645e39724b3c738d0560ee7b42647fca5 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:42 -0500 Subject: [PATCH 2507/2741] New translations onedrive-perms.md (German) --- docs/de/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/de/onedrive-perms.md diff --git a/docs/de/onedrive-perms.md b/docs/de/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/de/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From 696de703849e998d2ca6d038a9da6fd63d17ab64 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:43 -0500 Subject: [PATCH 2508/2741] New translations onedrive-perms.md (Danish) --- docs/da/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/da/onedrive-perms.md diff --git a/docs/da/onedrive-perms.md b/docs/da/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/da/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From fe84b841459637466a82b4667fbdff26f4960027 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:44 -0500 Subject: [PATCH 2509/2741] New translations onedrive-perms.md (Czech) --- docs/cs/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/cs/onedrive-perms.md diff --git a/docs/cs/onedrive-perms.md b/docs/cs/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/cs/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From 78eaa994736273b37dc91234aa269b7d1fe58b78 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:45 -0500 Subject: [PATCH 2510/2741] New translations onedrive-perms.md (Catalan) --- docs/ca/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/ca/onedrive-perms.md diff --git a/docs/ca/onedrive-perms.md b/docs/ca/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/ca/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From 4e6f08cca8d9ff3657d594aec997217755224cf3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:46 -0500 Subject: [PATCH 2511/2741] New translations onedrive-perms.md (Bulgarian) --- docs/bg/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/bg/onedrive-perms.md diff --git a/docs/bg/onedrive-perms.md b/docs/bg/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/bg/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From bcd14d6ab09ecdca0f0588db4da1fcb98e04fffd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:47 -0500 Subject: [PATCH 2512/2741] New translations onedrive-perms.md (Arabic) --- docs/ar/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/ar/onedrive-perms.md diff --git a/docs/ar/onedrive-perms.md b/docs/ar/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/ar/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From d859c13bf421b797b85a3d604f3313ac9b7e0f22 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:49 -0500 Subject: [PATCH 2513/2741] New translations onedrive-perms.md (Spanish) --- docs/es/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/es/onedrive-perms.md diff --git a/docs/es/onedrive-perms.md b/docs/es/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/es/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From 09611d251ad4f596a416e4a426d33993361ca5f0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:44:50 -0500 Subject: [PATCH 2514/2741] New translations onedrive-perms.md (Sinhala) --- docs/si/onedrive-perms.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/si/onedrive-perms.md diff --git a/docs/si/onedrive-perms.md b/docs/si/onedrive-perms.md new file mode 100644 index 000000000..8af5e93d7 --- /dev/null +++ b/docs/si/onedrive-perms.md @@ -0,0 +1,12 @@ +--- +title: OneDrive Permissions +stub: onedrive-perms +lang: en +ver: 1 +--- + +Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. + +[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): + +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file From a9270c6174d8689aa3366d42d222421071f66c96 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 May 2021 17:32:43 -0500 Subject: [PATCH 2515/2741] New translations onedrive-perms.md (Turkish) --- docs/tr/onedrive-perms.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tr/onedrive-perms.md b/docs/tr/onedrive-perms.md index 8af5e93d7..760ac22cc 100644 --- a/docs/tr/onedrive-perms.md +++ b/docs/tr/onedrive-perms.md @@ -1,5 +1,5 @@ --- -title: OneDrive Permissions +title: OneDrive İzinleri stub: onedrive-perms lang: en ver: 1 @@ -9,4 +9,4 @@ Business OneDrive accounts require the "Have full access to user files" permissi [According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): -> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Note, Business OneDrive accounts do not currently support the Files.ReadWrite.AppFolder permission. \ No newline at end of file +> To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Kurumsal OneDrive hesaplarının şu anda Files.ReadWrite.AppFolder iznini desteklemediğini unutmayın. \ No newline at end of file From 6ebd86b022362595406578c8566d466c6c87b644 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Tue, 4 May 2021 17:43:45 -0500 Subject: [PATCH 2516/2741] New translations onedrive-perms.md (Turkish) --- docs/tr/onedrive-perms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/onedrive-perms.md b/docs/tr/onedrive-perms.md index 760ac22cc..ccb04bcd4 100644 --- a/docs/tr/onedrive-perms.md +++ b/docs/tr/onedrive-perms.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -Business OneDrive accounts require the "Have full access to user files" permission. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. +Kurumsal OneDrive hesapları "Kullanıcı dosyalarına tam erişim" iznini gerektirir. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. [According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): From d44594e49859426d3748a8cbc6e1cd6cbdbdb243 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 28 Jun 2021 19:04:47 -0500 Subject: [PATCH 2517/2741] New translations onedrive-perms.md (Turkish) --- docs/tr/onedrive-perms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/onedrive-perms.md b/docs/tr/onedrive-perms.md index ccb04bcd4..efdb596e0 100644 --- a/docs/tr/onedrive-perms.md +++ b/docs/tr/onedrive-perms.md @@ -7,6 +7,6 @@ ver: 1 Kurumsal OneDrive hesapları "Kullanıcı dosyalarına tam erişim" iznini gerektirir. Normally, Authenticator would request "Have full access to the application's folder." This is due to Microsoft not implementing the more restrictive app folder permission for business accounts. -[According to Microsoft](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): +[Microsoft'a göre](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online#getting-authorization-from-the-user): > To have your own app's folder, you must request either the Files.ReadWrite.AppFolder or Files.ReadWrite permission scope when getting an access token. For more details, see authentication. Kurumsal OneDrive hesaplarının şu anda Files.ReadWrite.AppFolder iznini desteklemediğini unutmayın. \ No newline at end of file From 6f48f64a435b6692ab828ea9d97d4bb4b4a5e1b0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:37 -0500 Subject: [PATCH 2518/2741] New translations policy-config.md (Romanian) --- docs/ro/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ro/policy-config.md b/docs/ro/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/ro/policy-config.md +++ b/docs/ro/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From eb5a48ca3d8098e647e920df46150b6bcd7daadc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:38 -0500 Subject: [PATCH 2519/2741] New translations policy-config.md (Norwegian) --- docs/no/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/no/policy-config.md b/docs/no/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/no/policy-config.md +++ b/docs/no/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From a44e18d058c2d7848badd8ef60c98e1e460e4557 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:39 -0500 Subject: [PATCH 2520/2741] New translations policy-config.md (Persian) --- docs/fa/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fa/policy-config.md b/docs/fa/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/fa/policy-config.md +++ b/docs/fa/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 27d0add9f6879ab849f221a61d6375e456285899 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:40 -0500 Subject: [PATCH 2521/2741] New translations policy-config.md (Indonesian) --- docs/id/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/id/policy-config.md b/docs/id/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/id/policy-config.md +++ b/docs/id/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 86497aba19788b3871235c8b72e7380916141f58 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:41 -0500 Subject: [PATCH 2522/2741] New translations policy-config.md (Portuguese, Brazilian) --- docs/pt_BR/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pt_BR/policy-config.md b/docs/pt_BR/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/pt_BR/policy-config.md +++ b/docs/pt_BR/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From cb00117d24b0a2eb293d8b29d2022eb053662c50 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:42 -0500 Subject: [PATCH 2523/2741] New translations policy-config.md (Vietnamese) --- docs/vi/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vi/policy-config.md b/docs/vi/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/vi/policy-config.md +++ b/docs/vi/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 024cd2063674f94f0a31f4a2ef32e59a1c7dbc9f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:43 -0500 Subject: [PATCH 2524/2741] New translations policy-config.md (Chinese Traditional) --- docs/zh_TW/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh_TW/policy-config.md b/docs/zh_TW/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/zh_TW/policy-config.md +++ b/docs/zh_TW/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 5f816e2414814fcdc6677406021a060f827d33ba Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:44 -0500 Subject: [PATCH 2525/2741] New translations policy-config.md (Chinese Simplified) --- docs/zh_CN/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh_CN/policy-config.md b/docs/zh_CN/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/zh_CN/policy-config.md +++ b/docs/zh_CN/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 2de99adc8280c1514a64c822bc27cfade19e4dfd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:45 -0500 Subject: [PATCH 2526/2741] New translations policy-config.md (Ukrainian) --- docs/uk/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/uk/policy-config.md b/docs/uk/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/uk/policy-config.md +++ b/docs/uk/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From c610c8e3b7f07f804cec8e75b2687777c6cfc370 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:46 -0500 Subject: [PATCH 2527/2741] New translations policy-config.md (Turkish) --- docs/tr/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/policy-config.md b/docs/tr/policy-config.md index 6d0679268..6bd68ff4c 100644 --- a/docs/tr/policy-config.md +++ b/docs/tr/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -Bu sayfa yöneticiler içindir. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). Daha fazla bilgi aşağıda mevcuttur. Open an issue to request more policy controls. +Bu sayfa yöneticiler içindir. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). Daha fazla bilgi aşağıda mevcuttur. Open an issue to request more policy controls. #### Uzantı Kimlikleri From 58e85427a05c00e56848c01194e0c4390bc3eeec Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:47 -0500 Subject: [PATCH 2528/2741] New translations policy-config.md (Swedish) --- docs/sv/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sv/policy-config.md b/docs/sv/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/sv/policy-config.md +++ b/docs/sv/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From be8533da1a6006a629a6f84c0a390014bd44d542 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:48 -0500 Subject: [PATCH 2529/2741] New translations policy-config.md (Serbian (Cyrillic)) --- docs/sr/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sr/policy-config.md b/docs/sr/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/sr/policy-config.md +++ b/docs/sr/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From f742cf6d43f4a3cd57424c50e19594f1a58edd22 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:49 -0500 Subject: [PATCH 2530/2741] New translations policy-config.md (Russian) --- docs/ru/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ru/policy-config.md b/docs/ru/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/ru/policy-config.md +++ b/docs/ru/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 842bba0f21e844b17396891b2dff859cb28cc162 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:50 -0500 Subject: [PATCH 2531/2741] New translations policy-config.md (Portuguese) --- docs/pt/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pt/policy-config.md b/docs/pt/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/pt/policy-config.md +++ b/docs/pt/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From aa4e1e363fa1a47459f9f76e198460c2da6bc4b9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:51 -0500 Subject: [PATCH 2532/2741] New translations policy-config.md (Polish) --- docs/pl/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pl/policy-config.md b/docs/pl/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/pl/policy-config.md +++ b/docs/pl/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 48d5765cd1fef84e3e26d2d7c9a80610eee3b98e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:52 -0500 Subject: [PATCH 2533/2741] New translations policy-config.md (Dutch) --- docs/nl/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nl/policy-config.md b/docs/nl/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/nl/policy-config.md +++ b/docs/nl/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 9cfd9cec7520708076795a7703de625406930d7d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:53 -0500 Subject: [PATCH 2534/2741] New translations policy-config.md (French) --- docs/fr/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fr/policy-config.md b/docs/fr/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/fr/policy-config.md +++ b/docs/fr/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 878b7bb37b49a1959e1a495ac909d3cf53c710be Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:54 -0500 Subject: [PATCH 2535/2741] New translations policy-config.md (Korean) --- docs/ko/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ko/policy-config.md b/docs/ko/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/ko/policy-config.md +++ b/docs/ko/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 8c6f7a1b6b244aec86c85e57192e51ffa15da9f0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:55 -0500 Subject: [PATCH 2536/2741] New translations policy-config.md (Japanese) --- docs/ja/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ja/policy-config.md b/docs/ja/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/ja/policy-config.md +++ b/docs/ja/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 2159602022cd770474c61cc111b966ccb4286a03 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:56 -0500 Subject: [PATCH 2537/2741] New translations policy-config.md (Italian) --- docs/it/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/it/policy-config.md b/docs/it/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/it/policy-config.md +++ b/docs/it/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From ac1e751eb1f329cb875ff7a8098c725a31af954b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:57 -0500 Subject: [PATCH 2538/2741] New translations policy-config.md (Hungarian) --- docs/hu/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hu/policy-config.md b/docs/hu/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/hu/policy-config.md +++ b/docs/hu/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 7e18dd48142e09bf672e346289a7502c6a9d437f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:58 -0500 Subject: [PATCH 2539/2741] New translations policy-config.md (Hebrew) --- docs/he/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/he/policy-config.md b/docs/he/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/he/policy-config.md +++ b/docs/he/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 5a522d4a83cf0ae74109e4c792f17d090d8ba973 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:42:59 -0500 Subject: [PATCH 2540/2741] New translations policy-config.md (Finnish) --- docs/fi/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fi/policy-config.md b/docs/fi/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/fi/policy-config.md +++ b/docs/fi/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 1568251312dfc7ce25f44bc205e6c556dda8fd83 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:43:00 -0500 Subject: [PATCH 2541/2741] New translations policy-config.md (Greek) --- docs/el/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/el/policy-config.md b/docs/el/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/el/policy-config.md +++ b/docs/el/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 577896d32056521fc5dede0357b36957b8bb7094 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:43:02 -0500 Subject: [PATCH 2542/2741] New translations policy-config.md (German) --- docs/de/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/de/policy-config.md b/docs/de/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/de/policy-config.md +++ b/docs/de/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 99ea507c6af562c227b6435162b3b1f0f7e96001 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:43:03 -0500 Subject: [PATCH 2543/2741] New translations policy-config.md (Danish) --- docs/da/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/da/policy-config.md b/docs/da/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/da/policy-config.md +++ b/docs/da/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 926cf27fa91d8b64e079e8cbaf8bc76e4df157c6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:43:04 -0500 Subject: [PATCH 2544/2741] New translations policy-config.md (Czech) --- docs/cs/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cs/policy-config.md b/docs/cs/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/cs/policy-config.md +++ b/docs/cs/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 311b2c9eddb574df74f8a231ed1fd15250e5aa83 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:43:05 -0500 Subject: [PATCH 2545/2741] New translations policy-config.md (Catalan) --- docs/ca/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ca/policy-config.md b/docs/ca/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/ca/policy-config.md +++ b/docs/ca/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 752f1106e541e462c324a2bd7fa6c53546cdf7b8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:43:06 -0500 Subject: [PATCH 2546/2741] New translations policy-config.md (Bulgarian) --- docs/bg/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bg/policy-config.md b/docs/bg/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/bg/policy-config.md +++ b/docs/bg/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From e61353ccd2b35c205fab95f43f22c0ae2092ddd6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:43:07 -0500 Subject: [PATCH 2547/2741] New translations policy-config.md (Arabic) --- docs/ar/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ar/policy-config.md b/docs/ar/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/ar/policy-config.md +++ b/docs/ar/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 6694cbf5acb7f5813eb6edd92fb31c8d3119ac17 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:43:08 -0500 Subject: [PATCH 2548/2741] New translations policy-config.md (Spanish) --- docs/es/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/es/policy-config.md b/docs/es/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/es/policy-config.md +++ b/docs/es/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From 8b127901d768c15f7a10244ac616fc49586f9427 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:43:09 -0500 Subject: [PATCH 2549/2741] New translations policy-config.md (Sinhala) --- docs/si/policy-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/si/policy-config.md b/docs/si/policy-config.md index b23c42400..c263d6fbf 100644 --- a/docs/si/policy-config.md +++ b/docs/si/policy-config.md @@ -5,7 +5,7 @@ lang: en ver: 1 --- -This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/schema-chrome.json). More information is available below. Open an issue to request more policy controls. +This page is for administrators. Supported settings are documented in [schema-chrome.json](https://github.com/Authenticator-Extension/Authenticator/blob/release/manifests/schema-chrome.json). More information is available below. Open an issue to request more policy controls. #### Extension IDs From d4669a642710edba0e94cc32bdb6f1d8d10c5d23 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:45:47 -0500 Subject: [PATCH 2550/2741] New translations edge-install.md (Romanian) --- docs/ro/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/ro/edge-install.md diff --git a/docs/ro/edge-install.md b/docs/ro/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/ro/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From 15f47522ca35ed799c5cce3ba4a90d8ac9a5ab92 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:45:48 -0500 Subject: [PATCH 2551/2741] New translations edge-install.md (Norwegian) --- docs/no/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/no/edge-install.md diff --git a/docs/no/edge-install.md b/docs/no/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/no/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From 807080569db3c98733b5387e183fdece4295a1dc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:45:49 -0500 Subject: [PATCH 2552/2741] New translations edge-install.md (Persian) --- docs/fa/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/fa/edge-install.md diff --git a/docs/fa/edge-install.md b/docs/fa/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/fa/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From 4da289e01594651ddbd370969f2061bdd592ca76 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:45:50 -0500 Subject: [PATCH 2553/2741] New translations edge-install.md (Indonesian) --- docs/id/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/id/edge-install.md diff --git a/docs/id/edge-install.md b/docs/id/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/id/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From 0db4e86d5c4375096a952018be1ef0318368d458 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:45:51 -0500 Subject: [PATCH 2554/2741] New translations edge-install.md (Portuguese, Brazilian) --- docs/pt_BR/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/pt_BR/edge-install.md diff --git a/docs/pt_BR/edge-install.md b/docs/pt_BR/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/pt_BR/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From dd977ee6a29fc3dbf7e2390c68b463979c7f7b0c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:45:52 -0500 Subject: [PATCH 2555/2741] New translations edge-install.md (Vietnamese) --- docs/vi/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/vi/edge-install.md diff --git a/docs/vi/edge-install.md b/docs/vi/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/vi/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From e25a84882c60ba4fe995628d78358b4f3d4c9fdf Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:45:53 -0500 Subject: [PATCH 2556/2741] New translations edge-install.md (Chinese Traditional) --- docs/zh_TW/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/zh_TW/edge-install.md diff --git a/docs/zh_TW/edge-install.md b/docs/zh_TW/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/zh_TW/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From 73ea932308e02e39a7c07d412719083f405bd65e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:45:54 -0500 Subject: [PATCH 2557/2741] New translations edge-install.md (Chinese Simplified) --- docs/zh_CN/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/zh_CN/edge-install.md diff --git a/docs/zh_CN/edge-install.md b/docs/zh_CN/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/zh_CN/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From 4116b99178f4702cd490b9599eb6286119574d14 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:45:55 -0500 Subject: [PATCH 2558/2741] New translations edge-install.md (Ukrainian) --- docs/uk/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/uk/edge-install.md diff --git a/docs/uk/edge-install.md b/docs/uk/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/uk/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From 3fa97637b8f3116b32369a62d7b4139f846c50b1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:45:55 -0500 Subject: [PATCH 2559/2741] New translations edge-install.md (Turkish) --- docs/tr/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/tr/edge-install.md diff --git a/docs/tr/edge-install.md b/docs/tr/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/tr/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From e5b379123936a9da301054258d4c3199b4964b11 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:45:56 -0500 Subject: [PATCH 2560/2741] New translations edge-install.md (Swedish) --- docs/sv/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/sv/edge-install.md diff --git a/docs/sv/edge-install.md b/docs/sv/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/sv/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From cb116f3af8566b8cf448806c091b413e2cfc4fee Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:45:57 -0500 Subject: [PATCH 2561/2741] New translations edge-install.md (Serbian (Cyrillic)) --- docs/sr/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/sr/edge-install.md diff --git a/docs/sr/edge-install.md b/docs/sr/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/sr/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From e2d36d9b41e87501508f8cd4cadea6598abc6023 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:45:58 -0500 Subject: [PATCH 2562/2741] New translations edge-install.md (Russian) --- docs/ru/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/ru/edge-install.md diff --git a/docs/ru/edge-install.md b/docs/ru/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/ru/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From 93f96acd44b3c7795caa6d4c4d7efcad51202ae0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:46:00 -0500 Subject: [PATCH 2563/2741] New translations edge-install.md (Portuguese) --- docs/pt/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/pt/edge-install.md diff --git a/docs/pt/edge-install.md b/docs/pt/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/pt/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From 9baea63c48337e73e1304809a065d7fbf32ea59d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:46:00 -0500 Subject: [PATCH 2564/2741] New translations edge-install.md (Polish) --- docs/pl/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/pl/edge-install.md diff --git a/docs/pl/edge-install.md b/docs/pl/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/pl/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From 09521dee8eb15092779e906017ead696c6cbfb54 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:46:01 -0500 Subject: [PATCH 2565/2741] New translations edge-install.md (Dutch) --- docs/nl/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/nl/edge-install.md diff --git a/docs/nl/edge-install.md b/docs/nl/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/nl/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From e9e436e85b45af403dd65aeca80867d0cc662b17 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:46:02 -0500 Subject: [PATCH 2566/2741] New translations edge-install.md (French) --- docs/fr/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/fr/edge-install.md diff --git a/docs/fr/edge-install.md b/docs/fr/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/fr/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From 616f40ee928e20281216393b709fc46115ed355a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:46:03 -0500 Subject: [PATCH 2567/2741] New translations edge-install.md (Korean) --- docs/ko/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/ko/edge-install.md diff --git a/docs/ko/edge-install.md b/docs/ko/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/ko/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From b775f7d9b3089b4dffae03cf20efe1392058e1b9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:46:04 -0500 Subject: [PATCH 2568/2741] New translations edge-install.md (Japanese) --- docs/ja/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/ja/edge-install.md diff --git a/docs/ja/edge-install.md b/docs/ja/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/ja/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From eba31ab4ef0061ff60a7d196772b36eeef6d811a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:46:05 -0500 Subject: [PATCH 2569/2741] New translations edge-install.md (Italian) --- docs/it/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/it/edge-install.md diff --git a/docs/it/edge-install.md b/docs/it/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/it/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From 44dc88d1538957b2bea4234968f0646cf5655b43 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:46:06 -0500 Subject: [PATCH 2570/2741] New translations edge-install.md (Hungarian) --- docs/hu/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/hu/edge-install.md diff --git a/docs/hu/edge-install.md b/docs/hu/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/hu/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From 3c5c337db618aa81b3bb7938bcdb61ff45971419 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:46:07 -0500 Subject: [PATCH 2571/2741] New translations edge-install.md (Hebrew) --- docs/he/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/he/edge-install.md diff --git a/docs/he/edge-install.md b/docs/he/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/he/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From 98d39b1f83d72e8feebf91709057ce7a9f305c90 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:46:08 -0500 Subject: [PATCH 2572/2741] New translations edge-install.md (Finnish) --- docs/fi/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/fi/edge-install.md diff --git a/docs/fi/edge-install.md b/docs/fi/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/fi/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From 7929a7aae7176ae84ed70aa44ce2dd0c7a155bbc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:46:09 -0500 Subject: [PATCH 2573/2741] New translations edge-install.md (Greek) --- docs/el/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/el/edge-install.md diff --git a/docs/el/edge-install.md b/docs/el/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/el/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From e043ff2338351dc49f756b88ebfd83da3d364b07 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:46:10 -0500 Subject: [PATCH 2574/2741] New translations edge-install.md (German) --- docs/de/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/de/edge-install.md diff --git a/docs/de/edge-install.md b/docs/de/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/de/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From b15b3a67591193cf82977422b0cf036c09b4627c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:46:11 -0500 Subject: [PATCH 2575/2741] New translations edge-install.md (Danish) --- docs/da/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/da/edge-install.md diff --git a/docs/da/edge-install.md b/docs/da/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/da/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From 4488e9e178c6a98765d0690d3b26281f4c68fbed Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:46:12 -0500 Subject: [PATCH 2576/2741] New translations edge-install.md (Czech) --- docs/cs/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/cs/edge-install.md diff --git a/docs/cs/edge-install.md b/docs/cs/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/cs/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From 85c3dc3e3f0d7c2054e5da00dcbfff7689278c7f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:46:13 -0500 Subject: [PATCH 2577/2741] New translations edge-install.md (Catalan) --- docs/ca/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/ca/edge-install.md diff --git a/docs/ca/edge-install.md b/docs/ca/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/ca/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From 485b17047789f65eb27156df3bb7b42393500176 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:46:14 -0500 Subject: [PATCH 2578/2741] New translations edge-install.md (Bulgarian) --- docs/bg/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/bg/edge-install.md diff --git a/docs/bg/edge-install.md b/docs/bg/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/bg/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From 5a85dca8003d6ec4e05b56017d136185f8953280 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:46:15 -0500 Subject: [PATCH 2579/2741] New translations edge-install.md (Arabic) --- docs/ar/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/ar/edge-install.md diff --git a/docs/ar/edge-install.md b/docs/ar/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/ar/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From 9096ff21f15129fac7283cecbe906fc9b1a5f19d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:46:16 -0500 Subject: [PATCH 2580/2741] New translations edge-install.md (Spanish) --- docs/es/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/es/edge-install.md diff --git a/docs/es/edge-install.md b/docs/es/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/es/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From 755634372a5dda71b5c0bdfabfc13a52ac17110b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:46:16 -0500 Subject: [PATCH 2581/2741] New translations edge-install.md (Sinhala) --- docs/si/edge-install.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/si/edge-install.md diff --git a/docs/si/edge-install.md b/docs/si/edge-install.md new file mode 100644 index 000000000..743405376 --- /dev/null +++ b/docs/si/edge-install.md @@ -0,0 +1,22 @@ +--- +title: Install Authenticator extension in Edge +stub: edge-install +lang: en +ver: 1 +--- + +# Install from Chrome Web Store + +Edge users can install Authenticator from [Chrome Web Store](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai). Learn more about how to add an extension to Microsoft Edge from the Chrome Web Store, see . + +# Why Authenticator is removed from Microsoft Edge store + +The Edge version has been rejected in certification and Microsoft refuses to be specific as to why this is happening. + +> Thank you for contacting us. The product, including its listing, does not accurately represent the product and may mislead users. Your product may not use a name or icon that is too similar to that of other products. Products need to have unique functionality and value in the Store. You may want to review the metadata section of our Product Quality guidelines here: https://msdn.microsoft.com/en-us/library/windows/apps/mt652261.aspx. + +The reason could be the extension's name, Authenticator, is too generic, and Microsoft Edge team believes that may mislead some users. + +# Any plan for the future + +We have realized the generic name is a problem, and we are working on renaming the extension to a more recognizable name. From e10d24cfa17bf945cbcfdfddb63d289aabeba215 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:26:44 -0500 Subject: [PATCH 2582/2741] New translations firefox-issues.md (German) --- docs/de/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/de/firefox-issues.md b/docs/de/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/de/firefox-issues.md +++ b/docs/de/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 27f807ab4d149f8b2c7cd1e4a2113b2eb2b5f00f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:26:46 -0500 Subject: [PATCH 2583/2741] New translations firefox-issues.md (Chinese Simplified) --- docs/zh_CN/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh_CN/firefox-issues.md b/docs/zh_CN/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/zh_CN/firefox-issues.md +++ b/docs/zh_CN/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From cd5dcf7ec8630ece98ed12b0f38c8fe4ef0ea96c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:26:47 -0500 Subject: [PATCH 2584/2741] New translations chrome-issues.md (Czech) --- docs/cs/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cs/chrome-issues.md b/docs/cs/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/cs/chrome-issues.md +++ b/docs/cs/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From e52cdd1469927feeaf051df108dec822480e639d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:26:52 -0500 Subject: [PATCH 2585/2741] New translations firefox-issues.md (Portuguese, Brazilian) --- docs/pt_BR/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pt_BR/firefox-issues.md b/docs/pt_BR/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/pt_BR/firefox-issues.md +++ b/docs/pt_BR/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From de729f5a336224ae36644cf37f216a843be5df41 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:26:53 -0500 Subject: [PATCH 2586/2741] New translations chrome-issues.md (Romanian) --- docs/ro/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ro/chrome-issues.md b/docs/ro/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/ro/chrome-issues.md +++ b/docs/ro/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 8c4338b7c1ddb9f640cd0ca917dc1aa719f66781 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:26:55 -0500 Subject: [PATCH 2587/2741] New translations edge-issues.md (Romanian) --- docs/ro/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ro/edge-issues.md b/docs/ro/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/ro/edge-issues.md +++ b/docs/ro/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 4ca08aa79ab41413e25bc0e4a068919a1b3c93f9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:26:56 -0500 Subject: [PATCH 2588/2741] New translations firefox-issues.md (Romanian) --- docs/ro/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ro/firefox-issues.md b/docs/ro/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/ro/firefox-issues.md +++ b/docs/ro/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 05b3860569f7ede7d03ae606cbf367144f8f212d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:27:02 -0500 Subject: [PATCH 2589/2741] New translations edge-issues.md (Portuguese, Brazilian) --- docs/pt_BR/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pt_BR/edge-issues.md b/docs/pt_BR/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/pt_BR/edge-issues.md +++ b/docs/pt_BR/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 9d1edb8089b47acc4f9950acf16e84cb77d078da Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:27:06 -0500 Subject: [PATCH 2590/2741] New translations chrome-issues.md (Greek) --- docs/el/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/el/chrome-issues.md b/docs/el/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/el/chrome-issues.md +++ b/docs/el/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 9b6f180a3e6fa9c56a27a413f2c744d8f3dbec89 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:27:09 -0500 Subject: [PATCH 2591/2741] New translations edge-issues.md (Greek) --- docs/el/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/el/edge-issues.md b/docs/el/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/el/edge-issues.md +++ b/docs/el/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From e81f6ffed9d1bd093e6fbcdd2c696350dd89c81c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:27:10 -0500 Subject: [PATCH 2592/2741] New translations firefox-issues.md (Greek) --- docs/el/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/el/firefox-issues.md b/docs/el/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/el/firefox-issues.md +++ b/docs/el/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From caa25e0e058077426d7da8ffe69cdeef3235cab7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:27:23 -0500 Subject: [PATCH 2593/2741] New translations edge-issues.md (Spanish) --- docs/es/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/es/edge-issues.md b/docs/es/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/es/edge-issues.md +++ b/docs/es/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 63dd8feae1641fbe60e92989695a6e381fdf0ded Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:27:24 -0500 Subject: [PATCH 2594/2741] New translations firefox-issues.md (Spanish) --- docs/es/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/es/firefox-issues.md b/docs/es/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/es/firefox-issues.md +++ b/docs/es/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 6e072b9c4b35f736ae28857ef4b415d4951a7e1d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:27:34 -0500 Subject: [PATCH 2595/2741] New translations chrome-issues.md (Arabic) --- docs/ar/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ar/chrome-issues.md b/docs/ar/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/ar/chrome-issues.md +++ b/docs/ar/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From a627b796ffec7f8e83de1a10f3fe8075bd3809bd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:27:36 -0500 Subject: [PATCH 2596/2741] New translations edge-issues.md (Arabic) --- docs/ar/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ar/edge-issues.md b/docs/ar/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/ar/edge-issues.md +++ b/docs/ar/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From f49e7e80b8b2ed4fc41e126e6c533ae7d737c535 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:27:37 -0500 Subject: [PATCH 2597/2741] New translations firefox-issues.md (Arabic) --- docs/ar/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ar/firefox-issues.md b/docs/ar/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/ar/firefox-issues.md +++ b/docs/ar/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 95718e8a2ff267273d5b0832d63e4bd62c76104c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:27:40 -0500 Subject: [PATCH 2598/2741] New translations chrome-issues.md (Spanish) --- docs/es/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/es/chrome-issues.md b/docs/es/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/es/chrome-issues.md +++ b/docs/es/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From e68cde711ec8d602806a1afad99fdeb6aea40afc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:27:46 -0500 Subject: [PATCH 2599/2741] New translations chrome-issues.md (French) --- docs/fr/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fr/chrome-issues.md b/docs/fr/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/fr/chrome-issues.md +++ b/docs/fr/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From ff12335948f162a55360d3c691dbb15e9540e530 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:27:48 -0500 Subject: [PATCH 2600/2741] New translations edge-issues.md (French) --- docs/fr/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fr/edge-issues.md b/docs/fr/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/fr/edge-issues.md +++ b/docs/fr/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 52359527b4822161b9d998725df0a0e049aac54b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:27:49 -0500 Subject: [PATCH 2601/2741] New translations firefox-issues.md (French) --- docs/fr/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fr/firefox-issues.md b/docs/fr/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/fr/firefox-issues.md +++ b/docs/fr/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 4c9696abd43e6040984ea8f4e32ecee2a9391945 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:28:02 -0500 Subject: [PATCH 2602/2741] New translations chrome-issues.md (Catalan) --- docs/ca/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ca/chrome-issues.md b/docs/ca/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/ca/chrome-issues.md +++ b/docs/ca/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From f8789ee9e8b962a950b9663f7187b0894cb659f7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:28:04 -0500 Subject: [PATCH 2603/2741] New translations edge-issues.md (Catalan) --- docs/ca/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ca/edge-issues.md b/docs/ca/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/ca/edge-issues.md +++ b/docs/ca/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From e1622d08c6a9b8bff2643664acfc80306b0cf7df Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:28:05 -0500 Subject: [PATCH 2604/2741] New translations firefox-issues.md (Catalan) --- docs/ca/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ca/firefox-issues.md b/docs/ca/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/ca/firefox-issues.md +++ b/docs/ca/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 84e6ce7fd0127d98517a065dca1300d0384c9683 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:28:27 -0500 Subject: [PATCH 2605/2741] New translations chrome-issues.md (Bulgarian) --- docs/bg/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bg/chrome-issues.md b/docs/bg/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/bg/chrome-issues.md +++ b/docs/bg/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 4984cad27d3b600512fe75b87cc8642beded24b4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:28:31 -0500 Subject: [PATCH 2606/2741] New translations edge-issues.md (Bulgarian) --- docs/bg/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bg/edge-issues.md b/docs/bg/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/bg/edge-issues.md +++ b/docs/bg/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 05fd36392be202f331b0f4e378db549e26e68feb Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:28:31 -0500 Subject: [PATCH 2607/2741] New translations firefox-issues.md (Bulgarian) --- docs/bg/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bg/firefox-issues.md b/docs/bg/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/bg/firefox-issues.md +++ b/docs/bg/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 70f20651d58572c668485f29c041a9756cce20aa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:28:38 -0500 Subject: [PATCH 2608/2741] New translations edge-issues.md (Czech) --- docs/cs/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cs/edge-issues.md b/docs/cs/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/cs/edge-issues.md +++ b/docs/cs/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 9704bd87c5be72fc4ad92ee0312755eb850500bc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:28:39 -0500 Subject: [PATCH 2609/2741] New translations firefox-issues.md (Czech) --- docs/cs/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cs/firefox-issues.md b/docs/cs/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/cs/firefox-issues.md +++ b/docs/cs/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 366de201ca853e6c05e41dd103b716678ec844b7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:28:42 -0500 Subject: [PATCH 2610/2741] New translations chrome-issues.md (German) --- docs/de/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/de/chrome-issues.md b/docs/de/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/de/chrome-issues.md +++ b/docs/de/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 79426348b69199bcda9183a9696fc8d2bc335de2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:28:45 -0500 Subject: [PATCH 2611/2741] New translations edge-issues.md (German) --- docs/de/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/de/edge-issues.md b/docs/de/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/de/edge-issues.md +++ b/docs/de/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 80e1f92d3a9c2212841b423d9f41568929f701de Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:28:56 -0500 Subject: [PATCH 2612/2741] New translations chrome-issues.md (Finnish) --- docs/fi/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fi/chrome-issues.md b/docs/fi/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/fi/chrome-issues.md +++ b/docs/fi/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 66c926c6fb0c7c2f8aca332039ba9511999ced0b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:29:09 -0500 Subject: [PATCH 2613/2741] New translations chrome-issues.md (Danish) --- docs/da/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/da/chrome-issues.md b/docs/da/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/da/chrome-issues.md +++ b/docs/da/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From c25feb784c767e393a22714bc4a0bed90ac85770 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:29:11 -0500 Subject: [PATCH 2614/2741] New translations edge-issues.md (Danish) --- docs/da/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/da/edge-issues.md b/docs/da/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/da/edge-issues.md +++ b/docs/da/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 0e967e957a7c0c697c895e21abbfb859bc5baf56 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:29:12 -0500 Subject: [PATCH 2615/2741] New translations firefox-issues.md (Danish) --- docs/da/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/da/firefox-issues.md b/docs/da/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/da/firefox-issues.md +++ b/docs/da/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From d2bf877e399b105d6f7118ed6f25b57651d0a9e9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:29:17 -0500 Subject: [PATCH 2616/2741] New translations edge-issues.md (Finnish) --- docs/fi/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fi/edge-issues.md b/docs/fi/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/fi/edge-issues.md +++ b/docs/fi/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 536cb36b7d3075da9a3ac5f2b30a17a1419e7055 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:29:18 -0500 Subject: [PATCH 2617/2741] New translations firefox-issues.md (Finnish) --- docs/fi/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fi/firefox-issues.md b/docs/fi/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/fi/firefox-issues.md +++ b/docs/fi/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 176da6c1ee0a70104dc90f46481e712a1cfadef4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:29:23 -0500 Subject: [PATCH 2618/2741] New translations chrome-issues.md (Hungarian) --- docs/hu/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hu/chrome-issues.md b/docs/hu/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/hu/chrome-issues.md +++ b/docs/hu/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 5928e4f95de39d5757a1b6361dbe847075cb97bc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:29:26 -0500 Subject: [PATCH 2619/2741] New translations edge-issues.md (Hungarian) --- docs/hu/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hu/edge-issues.md b/docs/hu/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/hu/edge-issues.md +++ b/docs/hu/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From b7ea10be3e5a022338e4efe9b9efbb794ad56d60 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:29:27 -0500 Subject: [PATCH 2620/2741] New translations firefox-issues.md (Hungarian) --- docs/hu/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hu/firefox-issues.md b/docs/hu/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/hu/firefox-issues.md +++ b/docs/hu/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From c40aec4d9ce77f3fe3e935ce660e2302684dce27 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:29:47 -0500 Subject: [PATCH 2621/2741] New translations chrome-issues.md (Hebrew) --- docs/he/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/he/chrome-issues.md b/docs/he/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/he/chrome-issues.md +++ b/docs/he/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From cf6290c696e64e13aaec63a6671c7e1f409328bc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:29:50 -0500 Subject: [PATCH 2622/2741] New translations edge-issues.md (Hebrew) --- docs/he/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/he/edge-issues.md b/docs/he/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/he/edge-issues.md +++ b/docs/he/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From be2395385519090f165e023e07619ecb388b0d1f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:29:51 -0500 Subject: [PATCH 2623/2741] New translations firefox-issues.md (Hebrew) --- docs/he/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/he/firefox-issues.md b/docs/he/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/he/firefox-issues.md +++ b/docs/he/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From b2be4658a19abe65968b53cc62092adadb1fd666 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:29:56 -0500 Subject: [PATCH 2624/2741] New translations chrome-issues.md (Italian) --- docs/it/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/it/chrome-issues.md b/docs/it/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/it/chrome-issues.md +++ b/docs/it/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 2fe449a3828477389dfc03110572be4f25917c77 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:30:05 -0500 Subject: [PATCH 2625/2741] New translations chrome-issues.md (Korean) --- docs/ko/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ko/chrome-issues.md b/docs/ko/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/ko/chrome-issues.md +++ b/docs/ko/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From c9cca67aaab2d195f7e20c8b5a19b07dd8475141 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:30:08 -0500 Subject: [PATCH 2626/2741] New translations edge-issues.md (Korean) --- docs/ko/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ko/edge-issues.md b/docs/ko/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/ko/edge-issues.md +++ b/docs/ko/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 52a6a22c522f084dffb9303141128db0c2edb204 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:30:09 -0500 Subject: [PATCH 2627/2741] New translations firefox-issues.md (Korean) --- docs/ko/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ko/firefox-issues.md b/docs/ko/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/ko/firefox-issues.md +++ b/docs/ko/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 35a3d9baa9723adf8966b1dcf704671db3aa384b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:30:20 -0500 Subject: [PATCH 2628/2741] New translations edge-issues.md (Italian) --- docs/it/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/it/edge-issues.md b/docs/it/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/it/edge-issues.md +++ b/docs/it/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 8dba5ee2c588885f5fef0e3dc16146a6982d9ef1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:30:21 -0500 Subject: [PATCH 2629/2741] New translations firefox-issues.md (Italian) --- docs/it/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/it/firefox-issues.md b/docs/it/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/it/firefox-issues.md +++ b/docs/it/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From fac2fad76847242af89bd1f3b5f8672168d0fe4f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:30:31 -0500 Subject: [PATCH 2630/2741] New translations chrome-issues.md (Japanese) --- docs/ja/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ja/chrome-issues.md b/docs/ja/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/ja/chrome-issues.md +++ b/docs/ja/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 53e26edf34b16d8342614032c5903cd1b3513bf0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:30:34 -0500 Subject: [PATCH 2631/2741] New translations edge-issues.md (Japanese) --- docs/ja/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ja/edge-issues.md b/docs/ja/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/ja/edge-issues.md +++ b/docs/ja/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From cf2015a5dd0ab9af500dbd9a76f347c5d521d696 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:30:35 -0500 Subject: [PATCH 2632/2741] New translations firefox-issues.md (Japanese) --- docs/ja/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ja/firefox-issues.md b/docs/ja/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/ja/firefox-issues.md +++ b/docs/ja/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From bda8f929c5d6d9d511b965722390dcc7e6af27be Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:30:46 -0500 Subject: [PATCH 2633/2741] New translations firefox-issues.md (Norwegian) --- docs/no/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/no/firefox-issues.md b/docs/no/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/no/firefox-issues.md +++ b/docs/no/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 46fd48e44ff0a3bc48b07e22dbf099d089855539 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:30:48 -0500 Subject: [PATCH 2634/2741] New translations chrome-issues.md (Polish) --- docs/pl/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pl/chrome-issues.md b/docs/pl/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/pl/chrome-issues.md +++ b/docs/pl/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 44124eeea32c7c7933de96a3b65fa505cfc8b6a7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:30:51 -0500 Subject: [PATCH 2635/2741] New translations edge-issues.md (Polish) --- docs/pl/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pl/edge-issues.md b/docs/pl/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/pl/edge-issues.md +++ b/docs/pl/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 9483b7b266e0c581eb1bc88d6c5c174172201dc7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:30:52 -0500 Subject: [PATCH 2636/2741] New translations firefox-issues.md (Polish) --- docs/pl/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pl/firefox-issues.md b/docs/pl/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/pl/firefox-issues.md +++ b/docs/pl/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 69e81c96c135db04e5990f8e1664b0825a2cfd08 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:30:56 -0500 Subject: [PATCH 2637/2741] New translations edge-issues.md (Norwegian) --- docs/no/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/no/edge-issues.md b/docs/no/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/no/edge-issues.md +++ b/docs/no/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From cdcccbda2adde6834d7cdf943d441a96a1a6eae6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:31:00 -0500 Subject: [PATCH 2638/2741] New translations chrome-issues.md (Dutch) --- docs/nl/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nl/chrome-issues.md b/docs/nl/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/nl/chrome-issues.md +++ b/docs/nl/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From aec732c50794ed896c4cfab8e71a3a93f089c596 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:31:03 -0500 Subject: [PATCH 2639/2741] New translations edge-issues.md (Dutch) --- docs/nl/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nl/edge-issues.md b/docs/nl/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/nl/edge-issues.md +++ b/docs/nl/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 2c472b22b40e9841dada7399a4c52854284515ec Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:31:04 -0500 Subject: [PATCH 2640/2741] New translations firefox-issues.md (Dutch) --- docs/nl/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nl/firefox-issues.md b/docs/nl/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/nl/firefox-issues.md +++ b/docs/nl/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From d3d1bb769619f722b96413c5f35a7ee15727b92d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:31:14 -0500 Subject: [PATCH 2641/2741] New translations chrome-issues.md (Norwegian) --- docs/no/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/no/chrome-issues.md b/docs/no/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/no/chrome-issues.md +++ b/docs/no/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From d779525ca9b942359bb620299e16a5fbe044f544 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:31:19 -0500 Subject: [PATCH 2642/2741] New translations edge-issues.md (Russian) --- docs/ru/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ru/edge-issues.md b/docs/ru/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/ru/edge-issues.md +++ b/docs/ru/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 55602636084009bcc66abb062968b4cfcee9a3bc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:31:20 -0500 Subject: [PATCH 2643/2741] New translations firefox-issues.md (Russian) --- docs/ru/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ru/firefox-issues.md b/docs/ru/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/ru/firefox-issues.md +++ b/docs/ru/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 90c28b87cb293bfd7972fab1aa9d5f008a894902 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:31:25 -0500 Subject: [PATCH 2644/2741] New translations chrome-issues.md (Russian) --- docs/ru/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ru/chrome-issues.md b/docs/ru/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/ru/chrome-issues.md +++ b/docs/ru/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 768fa7a0475730fb6afc25265bfcfc5a80b1740b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:31:29 -0500 Subject: [PATCH 2645/2741] New translations chrome-issues.md (Serbian (Cyrillic)) --- docs/sr/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sr/chrome-issues.md b/docs/sr/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/sr/chrome-issues.md +++ b/docs/sr/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 20537f123e996c66be863fda41972edb724e03f9 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:31:31 -0500 Subject: [PATCH 2646/2741] New translations edge-issues.md (Serbian (Cyrillic)) --- docs/sr/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sr/edge-issues.md b/docs/sr/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/sr/edge-issues.md +++ b/docs/sr/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From f30fbc081d548a418221712f3e1edda388bfaf95 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:31:32 -0500 Subject: [PATCH 2647/2741] New translations firefox-issues.md (Serbian (Cyrillic)) --- docs/sr/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sr/firefox-issues.md b/docs/sr/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/sr/firefox-issues.md +++ b/docs/sr/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 2d10be8e02e19a2fa249179cd5e0ba4fe6b7072f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:31:36 -0500 Subject: [PATCH 2648/2741] New translations firefox-issues.md (Portuguese) --- docs/pt/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pt/firefox-issues.md b/docs/pt/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/pt/firefox-issues.md +++ b/docs/pt/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From a2ba41908e93ebe104b48b169c720cecf0a5ff90 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:31:41 -0500 Subject: [PATCH 2649/2741] New translations chrome-issues.md (Portuguese) --- docs/pt/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pt/chrome-issues.md b/docs/pt/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/pt/chrome-issues.md +++ b/docs/pt/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 67ddf9c520435f3a19ffa531a2d98711f1c16741 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:31:44 -0500 Subject: [PATCH 2650/2741] New translations edge-issues.md (Portuguese) --- docs/pt/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pt/edge-issues.md b/docs/pt/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/pt/edge-issues.md +++ b/docs/pt/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 2a6b49436aae7410510f76c3b12d62cb3f833674 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:31:56 -0500 Subject: [PATCH 2651/2741] New translations chrome-issues.md (Turkish) --- docs/tr/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/chrome-issues.md b/docs/tr/chrome-issues.md index df20cc206..9721cf9ce 100644 --- a/docs/tr/chrome-issues.md +++ b/docs/tr/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Parolanızı hatırlayamıyor veya gizli anahtarlarınızı kaybettiniz mi ve yedeğiniz yok mu? [Kayıp Kodlar](lost-codes)'a bakın - Çeviriye yardım etmek mi istiyorsunuz veya çeviriyle ilgili bir sorununuz mu var? [Crowdin sayfamızı kontrol edin](https://crowdin.com/project/authenticator-firefox) -- Bir hata veya özellik talebiniz mi var? [Sorun bildirin](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) veya [#AuthenticatorFeedback ile Tweet atın](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Bir hata veya özellik talebiniz mi var? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From f8e4fc48e922aae39546684dead82fdc4f4ca0a6 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:31:59 -0500 Subject: [PATCH 2652/2741] New translations edge-issues.md (Turkish) --- docs/tr/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/edge-issues.md b/docs/tr/edge-issues.md index 1db708c25..c4d29a470 100644 --- a/docs/tr/edge-issues.md +++ b/docs/tr/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Parolanızı hatırlayamıyor veya gizli anahtarlarınızı kaybettiniz mi ve yedeğiniz yok mu? [Kayıp Kodlar](lost-codes)'a bakın - Çeviriye yardımcı olmak mı istiyorsunuz veya çeviri ile ilgili bir sorun mu yaşıyorsunuz? [Crowdin sayfamızı kontrol edin](https://crowdin.com/project/authenticator-firefox) -- Bir hata veya özellik talebiniz mi var? [Sorun bildirin](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) veya [#AuthenticatorFeedback ile Tweet atın](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Bir hata veya özellik talebiniz mi var? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From b7a8b570caeda520090d26c463a0841f0619525b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:32:00 -0500 Subject: [PATCH 2653/2741] New translations firefox-issues.md (Turkish) --- docs/tr/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tr/firefox-issues.md b/docs/tr/firefox-issues.md index 4a442f6dc..5fb78e419 100644 --- a/docs/tr/firefox-issues.md +++ b/docs/tr/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Parolanızı hatırlayamıyor veya gizli anahtarlarınızı kaybettiniz mi ve yedeğiniz yok mu? [Kayıp Kodlar](lost-codes)'a bakın - Çeviriye yardımcı olmak mı istiyorsunuz veya çeviri ile ilgili bir sorun mu yaşıyorsunuz? [Crowdin sayfamızı kontrol edin](https://crowdin.com/project/authenticator-firefox) -- Bir hata veya özellik talebiniz mi var? [Sorun bildirin](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) veya [#AuthenticatorFeedback ile Tweet atın](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Bir hata veya özellik talebiniz mi var? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 33afdcb1635ac5fb4fe99c0f92d3be3c647f0d81 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:32:10 -0500 Subject: [PATCH 2654/2741] New translations chrome-issues.md (Ukrainian) --- docs/uk/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/uk/chrome-issues.md b/docs/uk/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/uk/chrome-issues.md +++ b/docs/uk/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 9bf7aba7467c7b80681ef5090fd4e1ef93897102 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:32:23 -0500 Subject: [PATCH 2655/2741] New translations chrome-issues.md (Swedish) --- docs/sv/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sv/chrome-issues.md b/docs/sv/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/sv/chrome-issues.md +++ b/docs/sv/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 444be4508b76a894f830489d94633792ef476662 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:32:25 -0500 Subject: [PATCH 2656/2741] New translations edge-issues.md (Swedish) --- docs/sv/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sv/edge-issues.md b/docs/sv/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/sv/edge-issues.md +++ b/docs/sv/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 7ca3b74dc2b1a5182b50c0e4410d8898603886b2 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:32:26 -0500 Subject: [PATCH 2657/2741] New translations firefox-issues.md (Swedish) --- docs/sv/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sv/firefox-issues.md b/docs/sv/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/sv/firefox-issues.md +++ b/docs/sv/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 44f7ca269cdafac80afafe7f286f2afefb2afe82 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:32:34 -0500 Subject: [PATCH 2658/2741] New translations edge-issues.md (Ukrainian) --- docs/uk/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/uk/edge-issues.md b/docs/uk/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/uk/edge-issues.md +++ b/docs/uk/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From b835f925a5971edd97ea860fe81c2578216319da Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:32:37 -0500 Subject: [PATCH 2659/2741] New translations chrome-issues.md (Chinese Traditional) --- docs/zh_TW/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh_TW/chrome-issues.md b/docs/zh_TW/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/zh_TW/chrome-issues.md +++ b/docs/zh_TW/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 40dcbf96716a408ddaa9364763c824ec67271709 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:32:40 -0500 Subject: [PATCH 2660/2741] New translations edge-issues.md (Chinese Traditional) --- docs/zh_TW/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh_TW/edge-issues.md b/docs/zh_TW/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/zh_TW/edge-issues.md +++ b/docs/zh_TW/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 82f09a0d29bbd7266374fd695261bbfa82f2c411 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:32:41 -0500 Subject: [PATCH 2661/2741] New translations firefox-issues.md (Chinese Traditional) --- docs/zh_TW/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh_TW/firefox-issues.md b/docs/zh_TW/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/zh_TW/firefox-issues.md +++ b/docs/zh_TW/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 3d0947470aee00b972f0b1f64bf53c96f8bb3168 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:32:53 -0500 Subject: [PATCH 2662/2741] New translations firefox-issues.md (Ukrainian) --- docs/uk/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/uk/firefox-issues.md b/docs/uk/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/uk/firefox-issues.md +++ b/docs/uk/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From d72537f0a7bb3774d06375953b4fa7897d0e96a0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:33:04 -0500 Subject: [PATCH 2663/2741] New translations chrome-issues.md (Chinese Simplified) --- docs/zh_CN/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh_CN/chrome-issues.md b/docs/zh_CN/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/zh_CN/chrome-issues.md +++ b/docs/zh_CN/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 0b74f6cf181ecf8e66c9382eba3e960ba094bb72 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:33:06 -0500 Subject: [PATCH 2664/2741] New translations edge-issues.md (Chinese Simplified) --- docs/zh_CN/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh_CN/edge-issues.md b/docs/zh_CN/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/zh_CN/edge-issues.md +++ b/docs/zh_CN/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 0d5a43f65a025bbbb94de20a46a6ad9e01838243 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:33:11 -0500 Subject: [PATCH 2665/2741] New translations chrome-issues.md (Vietnamese) --- docs/vi/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vi/chrome-issues.md b/docs/vi/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/vi/chrome-issues.md +++ b/docs/vi/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 66ef9d40ebb11be5145e10f1e99e49a72c5717d7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:33:14 -0500 Subject: [PATCH 2666/2741] New translations edge-issues.md (Indonesian) --- docs/id/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/id/edge-issues.md b/docs/id/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/id/edge-issues.md +++ b/docs/id/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 911c09866b39d5cee928b8018774c42d876c3945 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:33:15 -0500 Subject: [PATCH 2667/2741] New translations firefox-issues.md (Indonesian) --- docs/id/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/id/firefox-issues.md b/docs/id/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/id/firefox-issues.md +++ b/docs/id/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 4e762ddd3589da65fed687415207cc0f881dcc68 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:33:21 -0500 Subject: [PATCH 2668/2741] New translations chrome-issues.md (Indonesian) --- docs/id/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/id/chrome-issues.md b/docs/id/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/id/chrome-issues.md +++ b/docs/id/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From b9fea8f920a7e19c4710d39c9855106c3b4f4f76 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:33:26 -0500 Subject: [PATCH 2669/2741] New translations chrome-issues.md (Persian) --- docs/fa/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fa/chrome-issues.md b/docs/fa/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/fa/chrome-issues.md +++ b/docs/fa/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From c0f70c4ccd11e2378774d39c69b5c9ef14382c6e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:33:28 -0500 Subject: [PATCH 2670/2741] New translations edge-issues.md (Persian) --- docs/fa/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fa/edge-issues.md b/docs/fa/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/fa/edge-issues.md +++ b/docs/fa/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From c3f6ddde1e27b7b8ec4d8349c2c48ce1d3268b09 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:33:29 -0500 Subject: [PATCH 2671/2741] New translations firefox-issues.md (Persian) --- docs/fa/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fa/firefox-issues.md b/docs/fa/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/fa/firefox-issues.md +++ b/docs/fa/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 8ede6379f76064030390c41068670c3eb2bb1b4f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:33:34 -0500 Subject: [PATCH 2672/2741] New translations edge-issues.md (Vietnamese) --- docs/vi/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vi/edge-issues.md b/docs/vi/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/vi/edge-issues.md +++ b/docs/vi/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 2b0ac6e4f4a0b2812cdec2e83bf7db6e274ea261 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:33:35 -0500 Subject: [PATCH 2673/2741] New translations firefox-issues.md (Vietnamese) --- docs/vi/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vi/firefox-issues.md b/docs/vi/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/vi/firefox-issues.md +++ b/docs/vi/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 43cfa315c906c6a44949f90dd276b60ceec74410 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:33:45 -0500 Subject: [PATCH 2674/2741] New translations chrome-issues.md (Portuguese, Brazilian) --- docs/pt_BR/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pt_BR/chrome-issues.md b/docs/pt_BR/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/pt_BR/chrome-issues.md +++ b/docs/pt_BR/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 7eed72ebeb8b568b25fedbf449da62a12f669283 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:33:52 -0500 Subject: [PATCH 2675/2741] New translations edge-issues.md (Sinhala) --- docs/si/edge-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/si/edge-issues.md b/docs/si/edge-issues.md index 4b2235040..37f882b85 100644 --- a/docs/si/edge-issues.md +++ b/docs/si/edge-issues.md @@ -13,4 +13,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From e5c2d0d30bb6dfd89cbbd688ebf68de92949b65c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:34:00 -0500 Subject: [PATCH 2676/2741] New translations firefox-issues.md (Sinhala) --- docs/si/firefox-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/si/firefox-issues.md b/docs/si/firefox-issues.md index 5fd57d39c..261c52115 100644 --- a/docs/si/firefox-issues.md +++ b/docs/si/firefox-issues.md @@ -9,4 +9,4 @@ ver: 2 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 91b2a7b22b33ba87096599c0e0e875d7b5f679a0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:34:03 -0500 Subject: [PATCH 2677/2741] New translations chrome-issues.md (Sinhala) --- docs/si/chrome-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/si/chrome-issues.md b/docs/si/chrome-issues.md index 6fb1c6fbd..0ed6210fe 100644 --- a/docs/si/chrome-issues.md +++ b/docs/si/chrome-issues.md @@ -13,4 +13,4 @@ ver: 1 - Can't remember your password or lost your secrets and don't have a backup? See [Lost Codes](lost-codes) - Want to help translate or have an issue with translation? [Check our Crowdin page](https://crowdin.com/project/authenticator-firefox) -- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with #AuthenticatorFeedback](https://twitter.com/intent/tweet?hashtags=AuthenticatorFeedback) \ No newline at end of file +- Have a bug or feature request? [File an issue](https://github.com/Authenticator-Extension/Authenticator/issues/new/choose) or [Tweet with @AuthExtension](https://twitter.com/intent/tweet?text=@AuthExtension) \ No newline at end of file From 254f5702b2602d8fc7e72aa9379ff5bc0c460adc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:34:44 -0600 Subject: [PATCH 2678/2741] New translations en.yml (Arabic) --- _data/locales/sidebar/ar.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/ar.yml b/_data/locales/sidebar/ar.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/ar.yml +++ b/_data/locales/sidebar/ar.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From 1182b16e99645c6ef61ae9a780227f40babe87fc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:34:45 -0600 Subject: [PATCH 2679/2741] New translations export-and-import.md (Polish) --- docs/pl/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/pl/export-and-import.md diff --git a/docs/pl/export-and-import.md b/docs/pl/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/pl/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From 6fb75a50ab7753a6d7f5782fd9e5dbfb2dfd0427 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:34:46 -0600 Subject: [PATCH 2680/2741] New translations en.yml (Japanese) --- _data/locales/sidebar/ja.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/ja.yml b/_data/locales/sidebar/ja.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/ja.yml +++ b/_data/locales/sidebar/ja.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From 805f87c084ac918db76e50050695eb185929543f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:34:47 -0600 Subject: [PATCH 2681/2741] New translations export-and-import.md (Japanese) --- docs/ja/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/ja/export-and-import.md diff --git a/docs/ja/export-and-import.md b/docs/ja/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/ja/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From 004fd26cd2770eb21a062ed6d1b5b934f87bd894 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:34:48 -0600 Subject: [PATCH 2682/2741] New translations en.yml (Korean) --- _data/locales/sidebar/ko.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/ko.yml b/_data/locales/sidebar/ko.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/ko.yml +++ b/_data/locales/sidebar/ko.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From fe885b7788a7fc09225773348723a802ec7dd3c8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:34:49 -0600 Subject: [PATCH 2683/2741] New translations export-and-import.md (Korean) --- docs/ko/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/ko/export-and-import.md diff --git a/docs/ko/export-and-import.md b/docs/ko/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/ko/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From d499568d59d712cfc9ed99132a28c9cb2917ee9f Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:34:50 -0600 Subject: [PATCH 2684/2741] New translations en.yml (Dutch) --- _data/locales/sidebar/nl.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/nl.yml b/_data/locales/sidebar/nl.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/nl.yml +++ b/_data/locales/sidebar/nl.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From 3a9f1dabe099be86c9ce71c2d70dba7228ab152a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:34:51 -0600 Subject: [PATCH 2685/2741] New translations export-and-import.md (Dutch) --- docs/nl/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/nl/export-and-import.md diff --git a/docs/nl/export-and-import.md b/docs/nl/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/nl/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From 820c007184e99612b261a832785b6e74a3ff19aa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:34:52 -0600 Subject: [PATCH 2686/2741] New translations en.yml (Norwegian) --- _data/locales/sidebar/no.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/no.yml b/_data/locales/sidebar/no.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/no.yml +++ b/_data/locales/sidebar/no.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From 47e87e90e0642b2f0ee2a41aae310201d862510b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:34:53 -0600 Subject: [PATCH 2687/2741] New translations export-and-import.md (Norwegian) --- docs/no/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/no/export-and-import.md diff --git a/docs/no/export-and-import.md b/docs/no/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/no/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From 632d6950073ab590e5702e838c661f4193846420 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:34:54 -0600 Subject: [PATCH 2688/2741] New translations en.yml (Polish) --- _data/locales/sidebar/pl.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/pl.yml b/_data/locales/sidebar/pl.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/pl.yml +++ b/_data/locales/sidebar/pl.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From ecce68adb0dbdad8e161eed54fc65ff0dab65942 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:34:54 -0600 Subject: [PATCH 2689/2741] New translations en.yml (Portuguese) --- _data/locales/sidebar/pt.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/pt.yml b/_data/locales/sidebar/pt.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/pt.yml +++ b/_data/locales/sidebar/pt.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From 6cd59174d8a5d4425391c9e1b4d8c5412f9a7b1d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:34:55 -0600 Subject: [PATCH 2690/2741] New translations en.yml (Italian) --- _data/locales/sidebar/it.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/it.yml b/_data/locales/sidebar/it.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/it.yml +++ b/_data/locales/sidebar/it.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From d1293450402d330088dcacbb4951d5504456ff2d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:34:56 -0600 Subject: [PATCH 2691/2741] New translations export-and-import.md (Portuguese) --- docs/pt/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/pt/export-and-import.md diff --git a/docs/pt/export-and-import.md b/docs/pt/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/pt/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From 67241d9be9edd0ffe7f93d305632578556a37d02 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:34:57 -0600 Subject: [PATCH 2692/2741] New translations en.yml (Russian) --- _data/locales/sidebar/ru.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/ru.yml b/_data/locales/sidebar/ru.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/ru.yml +++ b/_data/locales/sidebar/ru.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From 5ac2042afd422f2f45fe93b6d8fa860854d41546 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:34:58 -0600 Subject: [PATCH 2693/2741] New translations export-and-import.md (Russian) --- docs/ru/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/ru/export-and-import.md diff --git a/docs/ru/export-and-import.md b/docs/ru/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/ru/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From 9c66c780a7b761d61bae89272ab5305561b5bed8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:34:59 -0600 Subject: [PATCH 2694/2741] New translations en.yml (Serbian (Cyrillic)) --- _data/locales/sidebar/sr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/sr.yml b/_data/locales/sidebar/sr.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/sr.yml +++ b/_data/locales/sidebar/sr.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From 35d111fe9ab717569f7f9bf445a6d2ca5117fb46 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:00 -0600 Subject: [PATCH 2695/2741] New translations export-and-import.md (Serbian (Cyrillic)) --- docs/sr/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/sr/export-and-import.md diff --git a/docs/sr/export-and-import.md b/docs/sr/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/sr/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From 183d40f2b619f08f9cd23237ee74551777cd6296 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:01 -0600 Subject: [PATCH 2696/2741] New translations en.yml (Swedish) --- _data/locales/sidebar/sv.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/sv.yml b/_data/locales/sidebar/sv.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/sv.yml +++ b/_data/locales/sidebar/sv.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From f50d3c3ee46d2f72d4449dcaf852edb2ff658863 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:02 -0600 Subject: [PATCH 2697/2741] New translations export-and-import.md (Swedish) --- docs/sv/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/sv/export-and-import.md diff --git a/docs/sv/export-and-import.md b/docs/sv/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/sv/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From 89eb4486496c76cf196be16c097d744956acb533 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:04 -0600 Subject: [PATCH 2698/2741] New translations en.yml (Turkish) --- _data/locales/sidebar/tr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/tr.yml b/_data/locales/sidebar/tr.yml index 1815bc11e..c81605a31 100644 --- a/_data/locales/sidebar/tr.yml +++ b/_data/locales/sidebar/tr.yml @@ -12,6 +12,9 @@ sections: - title: İlk Hesabınızı Ekleyin stub: hızlı başlangıç + - + title: Export and Import Backups + stub: export-and-import - title: Tarayıcı Sayfaları docs: From 79b1c72a1604866305f0a9da381f26d592904754 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:05 -0600 Subject: [PATCH 2699/2741] New translations export-and-import.md (Turkish) --- docs/tr/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/tr/export-and-import.md diff --git a/docs/tr/export-and-import.md b/docs/tr/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/tr/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From d3f3078ad7d509c2cc474913393e50ca9d983af8 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:06 -0600 Subject: [PATCH 2700/2741] New translations en.yml (Ukrainian) --- _data/locales/sidebar/uk.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/uk.yml b/_data/locales/sidebar/uk.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/uk.yml +++ b/_data/locales/sidebar/uk.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From 38e5e3bbd17c6f8e5b0280100256e2f1cc341efa Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:06 -0600 Subject: [PATCH 2701/2741] New translations export-and-import.md (Italian) --- docs/it/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/it/export-and-import.md diff --git a/docs/it/export-and-import.md b/docs/it/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/it/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From 1b54d2c9d30fc2b17773e68e69936c1d9a5ee8f0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:07 -0600 Subject: [PATCH 2702/2741] New translations export-and-import.md (Hungarian) --- docs/hu/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/hu/export-and-import.md diff --git a/docs/hu/export-and-import.md b/docs/hu/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/hu/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From 62ad1f0a769d751a3db156e31b7e231b761c9e57 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:08 -0600 Subject: [PATCH 2703/2741] New translations en.yml (Romanian) --- _data/locales/sidebar/ro.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/ro.yml b/_data/locales/sidebar/ro.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/ro.yml +++ b/_data/locales/sidebar/ro.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From 30a5457df13e741164a935eb4d05d22203cc43e7 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:09 -0600 Subject: [PATCH 2704/2741] New translations en.yml (Czech) --- _data/locales/sidebar/cs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/cs.yml b/_data/locales/sidebar/cs.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/cs.yml +++ b/_data/locales/sidebar/cs.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From 07bb2475a7dcd18ae8b576aad0d1eab1c8080845 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:10 -0600 Subject: [PATCH 2705/2741] New translations export-and-import.md (Romanian) --- docs/ro/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/ro/export-and-import.md diff --git a/docs/ro/export-and-import.md b/docs/ro/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/ro/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From 6882eef62c2bca05e2cfc5695a03e5f5e1958b4d Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:11 -0600 Subject: [PATCH 2706/2741] New translations en.yml (French) --- _data/locales/sidebar/fr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/fr.yml b/_data/locales/sidebar/fr.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/fr.yml +++ b/_data/locales/sidebar/fr.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From 5984be3a445114ada1d7a8476af421db1d8244fd Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:12 -0600 Subject: [PATCH 2707/2741] New translations export-and-import.md (French) --- docs/fr/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/fr/export-and-import.md diff --git a/docs/fr/export-and-import.md b/docs/fr/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/fr/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From d1b0ffb15a7b67abc2f0cfd2976d8b93b1980445 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:13 -0600 Subject: [PATCH 2708/2741] New translations en.yml (Spanish) --- _data/locales/sidebar/es.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/es.yml b/_data/locales/sidebar/es.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/es.yml +++ b/_data/locales/sidebar/es.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From 67dc088044aa8f278ada69b8aeac1fa29f068ade Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:14 -0600 Subject: [PATCH 2709/2741] New translations export-and-import.md (Spanish) --- docs/es/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/es/export-and-import.md diff --git a/docs/es/export-and-import.md b/docs/es/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/es/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From a9acb7b5f2ce46e649546f95622e6cfe793c6f29 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:15 -0600 Subject: [PATCH 2710/2741] New translations export-and-import.md (Arabic) --- docs/ar/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/ar/export-and-import.md diff --git a/docs/ar/export-and-import.md b/docs/ar/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/ar/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From bf36d1eaab86f5f2f64bc93b1f9dfe4da75e22df Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:15 -0600 Subject: [PATCH 2711/2741] New translations en.yml (Bulgarian) --- _data/locales/sidebar/bg.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/bg.yml b/_data/locales/sidebar/bg.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/bg.yml +++ b/_data/locales/sidebar/bg.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From f0f8cc6d155b464dca090e529b6543c47957bf70 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:16 -0600 Subject: [PATCH 2712/2741] New translations export-and-import.md (Bulgarian) --- docs/bg/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/bg/export-and-import.md diff --git a/docs/bg/export-and-import.md b/docs/bg/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/bg/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From e929cd563ed25a8fc772df6b24d9ad829fa04550 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:17 -0600 Subject: [PATCH 2713/2741] New translations en.yml (Catalan) --- _data/locales/sidebar/ca.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/ca.yml b/_data/locales/sidebar/ca.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/ca.yml +++ b/_data/locales/sidebar/ca.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From da9f877fc143bf7b2dd071b2830b80f7dc8dbd07 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:18 -0600 Subject: [PATCH 2714/2741] New translations export-and-import.md (Catalan) --- docs/ca/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/ca/export-and-import.md diff --git a/docs/ca/export-and-import.md b/docs/ca/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/ca/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From e244b9cb5d76c93d78dd989a7a1a17730b3f92fe Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:19 -0600 Subject: [PATCH 2715/2741] New translations export-and-import.md (Czech) --- docs/cs/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/cs/export-and-import.md diff --git a/docs/cs/export-and-import.md b/docs/cs/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/cs/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From 439c5e93c654837c1dd151620597d5039ce0befc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:20 -0600 Subject: [PATCH 2716/2741] New translations en.yml (Hungarian) --- _data/locales/sidebar/hu.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/hu.yml b/_data/locales/sidebar/hu.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/hu.yml +++ b/_data/locales/sidebar/hu.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From 786b152c8da742ea47b179227ec88e2ee2b68f2a Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:21 -0600 Subject: [PATCH 2717/2741] New translations en.yml (Danish) --- _data/locales/sidebar/da.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/da.yml b/_data/locales/sidebar/da.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/da.yml +++ b/_data/locales/sidebar/da.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From ce4dcff943de7eae19a612b5705428dc236279bc Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:22 -0600 Subject: [PATCH 2718/2741] New translations export-and-import.md (Danish) --- docs/da/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/da/export-and-import.md diff --git a/docs/da/export-and-import.md b/docs/da/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/da/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From 567a22a5bed786b1a56f143e7e2b88f870e15e2b Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:23 -0600 Subject: [PATCH 2719/2741] New translations en.yml (German) --- _data/locales/sidebar/de.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/de.yml b/_data/locales/sidebar/de.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/de.yml +++ b/_data/locales/sidebar/de.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From aab47f1bf7c687f085d016302aa06361065dd1a3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:24 -0600 Subject: [PATCH 2720/2741] New translations export-and-import.md (German) --- docs/de/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/de/export-and-import.md diff --git a/docs/de/export-and-import.md b/docs/de/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/de/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From 8b25b14ea409644e2828304d9c78dc85d7239a89 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:24 -0600 Subject: [PATCH 2721/2741] New translations en.yml (Greek) --- _data/locales/sidebar/el.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/el.yml b/_data/locales/sidebar/el.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/el.yml +++ b/_data/locales/sidebar/el.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From c28832bdd85d57709667c095937cd06e543ba243 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:25 -0600 Subject: [PATCH 2722/2741] New translations export-and-import.md (Greek) --- docs/el/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/el/export-and-import.md diff --git a/docs/el/export-and-import.md b/docs/el/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/el/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From bc2f9ab987043bd09fc8d14a2c068e79b493daab Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:27 -0600 Subject: [PATCH 2723/2741] New translations en.yml (Finnish) --- _data/locales/sidebar/fi.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/fi.yml b/_data/locales/sidebar/fi.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/fi.yml +++ b/_data/locales/sidebar/fi.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From 3ab9f1437fbf2f6c71e8344942474e67c97d27a4 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:27 -0600 Subject: [PATCH 2724/2741] New translations export-and-import.md (Finnish) --- docs/fi/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/fi/export-and-import.md diff --git a/docs/fi/export-and-import.md b/docs/fi/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/fi/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From 16f59fc90df58e5114849b634416345c1a144eea Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:28 -0600 Subject: [PATCH 2725/2741] New translations en.yml (Hebrew) --- _data/locales/sidebar/he.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/he.yml b/_data/locales/sidebar/he.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/he.yml +++ b/_data/locales/sidebar/he.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From f75bdcdb1a991a4f22a3ba51f9c72c9346f52016 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:29 -0600 Subject: [PATCH 2726/2741] New translations export-and-import.md (Hebrew) --- docs/he/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/he/export-and-import.md diff --git a/docs/he/export-and-import.md b/docs/he/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/he/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From 3f76231b9abca1c7d9cbb03197d00034c896e899 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:30 -0600 Subject: [PATCH 2727/2741] New translations export-and-import.md (Ukrainian) --- docs/uk/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/uk/export-and-import.md diff --git a/docs/uk/export-and-import.md b/docs/uk/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/uk/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From 0ea0d1966e4b1dc26ee1e2a87de380777e7791b1 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:31 -0600 Subject: [PATCH 2728/2741] New translations en.yml (Chinese Simplified) --- _data/locales/sidebar/zh_CN.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/zh_CN.yml b/_data/locales/sidebar/zh_CN.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/zh_CN.yml +++ b/_data/locales/sidebar/zh_CN.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From bb5bd73e445bacd41025aa27faed25c030bc6f9e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:32 -0600 Subject: [PATCH 2729/2741] New translations export-and-import.md (Chinese Simplified) --- docs/zh_CN/export-and-import.md | 70 +++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/zh_CN/export-and-import.md diff --git a/docs/zh_CN/export-and-import.md b/docs/zh_CN/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/zh_CN/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From 7d2c6caa7a6d6b17a84441bf99614992c9b6ce10 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:33 -0600 Subject: [PATCH 2730/2741] New translations en.yml (Chinese Traditional) --- _data/locales/sidebar/zh_TW.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/zh_TW.yml b/_data/locales/sidebar/zh_TW.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/zh_TW.yml +++ b/_data/locales/sidebar/zh_TW.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From 273d41a0f7096203d173eb3e6d66a50dd93f3c56 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:34 -0600 Subject: [PATCH 2731/2741] New translations export-and-import.md (Chinese Traditional) --- docs/zh_TW/export-and-import.md | 70 +++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/zh_TW/export-and-import.md diff --git a/docs/zh_TW/export-and-import.md b/docs/zh_TW/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/zh_TW/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From f09e5a16efb7dd4b0a962f8d449875113e1cea80 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:35 -0600 Subject: [PATCH 2732/2741] New translations en.yml (Vietnamese) --- _data/locales/sidebar/vi.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/vi.yml b/_data/locales/sidebar/vi.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/vi.yml +++ b/_data/locales/sidebar/vi.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From d23ce74491f6720014980958cd31a32007cc576e Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:36 -0600 Subject: [PATCH 2733/2741] New translations export-and-import.md (Vietnamese) --- docs/vi/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/vi/export-and-import.md diff --git a/docs/vi/export-and-import.md b/docs/vi/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/vi/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From 776b1679b0700a805817221d380c33929bb7ae74 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:36 -0600 Subject: [PATCH 2734/2741] New translations en.yml (Portuguese, Brazilian) --- _data/locales/sidebar/pt_BR.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/pt_BR.yml b/_data/locales/sidebar/pt_BR.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/pt_BR.yml +++ b/_data/locales/sidebar/pt_BR.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From a92b94189456124d6a79326a638d763adf69764c Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:37 -0600 Subject: [PATCH 2735/2741] New translations export-and-import.md (Portuguese, Brazilian) --- docs/pt_BR/export-and-import.md | 70 +++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/pt_BR/export-and-import.md diff --git a/docs/pt_BR/export-and-import.md b/docs/pt_BR/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/pt_BR/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From 0eecbcc805b2c8ff2c1968c76a6bdbae2adebc36 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:38 -0600 Subject: [PATCH 2736/2741] New translations en.yml (Indonesian) --- _data/locales/sidebar/id.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/id.yml b/_data/locales/sidebar/id.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/id.yml +++ b/_data/locales/sidebar/id.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From 36e16c474ce43fd782fef32257be82ed6ac62345 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:39 -0600 Subject: [PATCH 2737/2741] New translations export-and-import.md (Indonesian) --- docs/id/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/id/export-and-import.md diff --git a/docs/id/export-and-import.md b/docs/id/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/id/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From adc258ae83557105f63f922c2d9e82d8dc2668b3 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:40 -0600 Subject: [PATCH 2738/2741] New translations en.yml (Persian) --- _data/locales/sidebar/fa.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/fa.yml b/_data/locales/sidebar/fa.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/fa.yml +++ b/_data/locales/sidebar/fa.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From cde9e19a38a0aa4365eae0c872d87eac8305a7e0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:41 -0600 Subject: [PATCH 2739/2741] New translations export-and-import.md (Persian) --- docs/fa/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/fa/export-and-import.md diff --git a/docs/fa/export-and-import.md b/docs/fa/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/fa/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**. From 09f01a4159c213fa58a5cec4f82b247473f87ec0 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:43 -0600 Subject: [PATCH 2740/2741] New translations en.yml (Sinhala) --- _data/locales/sidebar/si.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/locales/sidebar/si.yml b/_data/locales/sidebar/si.yml index 008241ddc..f14d55f61 100644 --- a/_data/locales/sidebar/si.yml +++ b/_data/locales/sidebar/si.yml @@ -12,6 +12,9 @@ sections: - title: Add Your First Account stub: quickstart + - + title: Export and Import Backups + stub: export-and-import - title: Browser Pages docs: From 41016213355e3b211892b6b3362a4a29501b7e43 Mon Sep 17 00:00:00 2001 From: Authenticator Bot <47196923+authenticator-bot@users.noreply.github.com> Date: Mon, 3 Jan 2022 01:35:44 -0600 Subject: [PATCH 2741/2741] New translations export-and-import.md (Sinhala) --- docs/si/export-and-import.md | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/si/export-and-import.md diff --git a/docs/si/export-and-import.md b/docs/si/export-and-import.md new file mode 100644 index 000000000..62e5c8948 --- /dev/null +++ b/docs/si/export-and-import.md @@ -0,0 +1,70 @@ +--- +title: Export and Import Backups +stub: export-and-import +lang: en +ver: 1 +--- + +This guide explains how to export backups from Authenticator Extension and import previous backups to Authenticator Extension. + +## Prerequisites + +Install Authenticator Extension ([Chrome](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auth-helper/), [Edge](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)) + +When you first install Authenticator Extension in Chrome, you should pin its icon to the toolbar. + +![pin to toolbar](/assets/quickstart/pin-to-toolbar.png) + +## Export backup file to local machine + +![backup menu](/assets/quickstart/backup-menu1.png) + +Go to **Settings -> Backup** and click **Download Backup File** or **Download Password-Protected Backup** to save a backup of your accounts to your computer. + +If you haven't set a password in **Security** menu, the **Download Password-Protected Backup** button will be hidden. + +Unencrypted backup files use a standardized backup format that can be imported to other OTP clients. See [Standard Backup Format](https://authenticator.cc/docs/en/otp-backup) to learn more. + +> If you have Steam or Blizzard accounts, unencrypted backup files will not use the standardized backup format. + +{% include warning.html class="danger" message="It is strongly recommended to only use password-protected backups. A password may be set in **Settings -> Security**." %} + +## Export backup file to 3rd party storage services + +Authenticator Extension can automatically backing up files to Google Drive, OneDrive and Dropbox. To enable cloud storage backup, click the service button to link to your cloud storage service account. + +![backup menu](/assets/quickstart/backup-menu2.png) + +> You may need to wait for a few seconds before the login page appears. + +After logging in, your linked cloud account will be visible in the cloud backup page. + +![cloud backup](/assets/quickstart/cloud-backup.png) + +## Import backup files + +To import backup files to Authenticator extension, open the **Backup** menu and click the **Import Backup** button. + +![backup menu](/assets/quickstart/backup-menu1.png) + +A new page will open with the following options: **Import Backup File**, **Import QR Image Backup**, and **Import Text Backup**. + +![import backup](/assets/quickstart/import-backup.png) + +Choose an import method based on what format of backup you have: + +- `authenticator.json` or `authenticator.txt`. If your backup file is plain text with a `.json` or `.txt` file extension, use **Import Backup File**. You may be asked to enter a password if the backup is encrypted. + + > The file name may be different if you changed it when you export the backup file or you use cloud backup. + > + > If you exported the backup file by clicking the **Download Backup File** or **Download Password-Protected Backup** button, look for your backup on your computer. + > + > If you setup cloud backup, look for your backup in your cloud storage account. Authenticator uses a folder named **Authenticator Backups**. Backup files are named by date in the format **yyyymmdd.json**. + +- If you have a screenshot of a QR image, use **Import QR Image Backup**. You can select multiple images to import more than one account at a time. + + > You can also import Google Authenticator accounts. In Google Authenticator, tap on the three dots in the upper right-hand corner of the screen. Tap on Transfer Accounts. Tap on Export Accounts. Verify your identity. Choose the account information you wish to transfer from the list. Tap on Next. Take a screenshot to save the QR image \(iPhone\), or take a picture with another phone/camera \(Android\). Then use **Import QR Image Backup** to import the accounts. + > + > Google Authenticator supports exporting up to 10 accounts at one time. However, when importing to Authenticator Extension it is recommended to export five accounts at one time to prevent errors. + +- If you saved your backup as a string of text instead of a file or have OTP URLs from other OTP clients, use **Import Text Backup**.