Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-05-24 15:00:37 +0300
committerGitHub <noreply@github.com>2022-05-24 15:00:37 +0300
commit5d1a4df74749edc627fc9de048c45253e5daed0d (patch)
tree554ed6b8df2e28e43a5893950a6a0f5fd574f22c
parent11361e2550a9be1198b6308c62f36d51171f4383 (diff)
parent36e447072016c0f434d6a5585bd4337155cc229c (diff)
Merge pull request #1013 from nextcloud/chore/deprecate
Deprecate the app
-rw-r--r--README.md4
-rw-r--r--appinfo/info.xml6
2 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 52ee00d..18e7ef2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-# U2F second factor provider for Nextcloud
+# ⚠️ Deprecated ⚠️ U2F second factor provider for Nextcloud
+
+⚠️ The U2F standard has been deprecated and therefore this app will be discontinued. The [Two-Factor WebAuthn](https://apps.nextcloud.com/apps/twofactor_webauthn) app can be used as a replacement. [Here](https://github.com/nextcloud/twofactor_webauthn#migration-from-two-factor-u2f) you can find migration instructions.
![Downloads](https://img.shields.io/github/downloads/nextcloud/twofactor_u2f/total.svg)
![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nextcloud/twofactor_u2f/badges/quality-score.png?b=master)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d484537..078feea 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,9 +1,9 @@
<?xml version="1.0"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>twofactor_u2f</id>
- <name>Two-Factor U2F</name>
- <summary>U2F two-factor provider</summary>
- <description>A two-factor provider for U2F devices</description>
+ <name>⚠️ Deprecated ⚠️ Two-Factor U2F</name>
+ <summary>U2F two-factor provider (deprecated)</summary>
+ <description>Deprecated two-factor provider for U2F devices. The Two-Factor WebAuthn provider replaces this app.</description>
<version>6.4.0-alpha.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>