You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/locales/en.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,10 @@
86
86
"5": {
87
87
"question": "Why data synchronization is not enabled on Linux ?",
88
88
"answer": "<p>It is not enabled because both Firebase Auth and Firebase Firestore are <a href=\"https://github.com/Skyost/OpenAuthenticator/blob/main/linux/README.md\">currently unsupported</a> on Linux. Your current option is to manually import all your TOTPs on Linux. You can also use the backup feature in the app to do so.</p>"
89
+
},
90
+
"6": {
91
+
"question": "I cannot enable local authentication on Linux. What should I do ?",
92
+
"answer": "<p>If you're in this case, it probably means that Open Authenticator has been installed via Flatpak.</p><p>Local authentication on Linux relies on a Polkit policy file that must be present on your host under <code>/usr/share/polkit-1/actions</code>.</p><p>If it's not present, you can install it using <code>sudo wget -O /usr/share/polkit-1/actions/app.openauthenticator.policy https://openauthenticator.app/polkit/app.openauthenticator.policy && sudo chmod 644 /usr/share/polkit-1/actions/app.openauthenticator.policy</code>. Then restart Open Authenticator (or your session).</p>"
Copy file name to clipboardExpand all lines: docs/locales/fr.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,10 @@
86
86
"5": {
87
87
"question": "Pourquoi la synchronisation ne peut-elle pas être activée sur Linux ?",
88
88
"answer": "<p>Elle ne peut pas être activtée car ni Firebase Auth, ni Firebase Firestore ne sont <a href=\"https://github.com/Skyost/OpenAuthenticator/blob/main/linux/README.md\">disponibles sur Linux</a> pour le moment. Votre option actuelle est de simplement importer tous vos TOTPs sur Linux. Vous pouvez également utiliser le système de sauvegardes de l'application pour le faire.</p>"
89
+
},
90
+
"6": {
91
+
"question": "Je ne peux pas activer l’authentification locale sur Linux. Que faire ?",
92
+
"answer": "<p>Si vous êtes dans ce cas, cela signifie probablement qu’Open Authenticator a été installé via Flatpak.</p><p>L’authentification locale sous Linux repose sur un fichier de politique Polkit qui doit être présent sur votre système hôte dans <code>/usr/share/polkit-1/actions</code>.</p><p>S’il n’est pas présent, vous pouvez l’installer avec la commande suivante : <code>sudo wget -O /usr/share/polkit-1/actions/app.openauthenticator.policy https://openauthenticator.app/polkit/app.openauthenticator.policy && sudo chmod 644 /usr/share/polkit-1/actions/app.openauthenticator.policy</code>. Redémarrez ensuite Open Authenticator (ou votre session).</p>"
0 commit comments