Skip to content

Commit

Permalink
Migration instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Oct 10, 2022
1 parent eeadc02 commit cee2f2f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,18 @@
[![Download](https://img.shields.io/badge/Windows,%20Linux,%20macOS-download-brightgreen)](https://authme.levminer.com/#downloads-alpha)
[![Updated](https://img.shields.io/github/last-commit/levminer/authme/dev?color=yellowgreen&label=Updated)](https://github.com/Levminer/authme/actions/workflows/alpha-artifacts.yml)

## Translating

- Help translate Authme: [Translation](https://github.com/Levminer/authme/blob/main/.github/CONTRIBUTING.md#translation)
- You can translate on Crowdin to: [Crowdin](https://crowdin.com/project/authme-2fa)
## Migration

Tutorial on how to migrate to Authme 4 from Authme 3:

1. Inside Authme: Top menu > Tools > Export.
1. Click confirm, and export the .authme file.
1. Go to the settings: Top menu > File > Settings.
1. Inside the general options: Click Clear data and confirm.
1. Now uninstall Authme from you computer.
1. Download Authme 4.
1. Go through the getting started.
1. In the codes page select Choose file and choose the .authme file you saved.

## Contributing and development

Expand Down
4 changes: 2 additions & 2 deletions app/codes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h5 class="build-content m-0 mx-3 flex flex-row text-center font-bold">You are r
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12H9m12 0a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>

<p class="relative mx-3 flex flex-row justify-center">Authme 4 is releasing on November 8., this means there is no update coming to Authme 3. Please migrate when Authme 4 comes out!</p>
<p class="relative mx-3 flex flex-row justify-center">Authme 4 is releasing on November 8., this means there is no update coming to Authme 3. You will see an upgrade banner soon.</p>
</div>
<a onclick="this.parentElement.style.display='none'" class="relative transform cursor-pointer rounded-md p-1 transition-colors duration-200 hover:text-gray-800">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
Expand All @@ -50,7 +50,7 @@ <h5 class="build-content m-0 mx-3 flex flex-row text-center font-bold">You are r
<div class="relative top-3 mx-3 mb-5 flex flex-row flex-wrap">
Authme 3 is deprecated. Please upgrade to Authme 4!<br />
This is a major release so there are some minor breaking changes, please follow the migration guide.<br />
But there are some notable changes to: Auto update, import from camera, macOS support and more!
These are the notable changes: New design, hardware authentication, faster and better app!
<div class="flex flex-wrap gap-1 pt-5 pl-5">
<button type="button" onclick="migrationGuide()" class="relative -top-1.5 mr-2 ml-3 cursor-pointer rounded-full border-2 border-white bg-white py-1 px-3 text-center text-base font-bold text-black transition duration-200 ease-in hover:bg-transparent hover:text-white">
<svg xmlns="http://www.w3.org/2000/svg" class="relative top-1" height="20" width="20" fill="none" viewBox="0 0 24 24" stroke="currentColor">
Expand Down

0 comments on commit cee2f2f

Please sign in to comment.