From 36726b91cfef3b1a674dba3e7a163137c97197d4 Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Fri, 19 Feb 2016 13:49:15 +0100
Subject: [PATCH] marked authmyslq and authpgsql as deprecated

---
 lib/plugins/authmysql/plugin.info.txt | 4 ++--
 lib/plugins/authpgsql/plugin.info.txt | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/plugins/authmysql/plugin.info.txt b/lib/plugins/authmysql/plugin.info.txt
index 1658d7aac..5f8493df1 100644
--- a/lib/plugins/authmysql/plugin.info.txt
+++ b/lib/plugins/authmysql/plugin.info.txt
@@ -2,6 +2,6 @@ base   authmysql
 author Andreas Gohr
 email  andi@splitbrain.org
 date   2015-07-13
-name   MYSQL Auth Plugin
-desc   Provides user authentication against a MySQL database
+name   [DEPRECATED] MYSQL Auth Plugin
+desc   â–¶This plugin will be removed from DokuWiki in a future release! Use authpdo instead.â—€ Provides user authentication against a MySQL database
 url    http://www.dokuwiki.org/plugin:authmysql
diff --git a/lib/plugins/authpgsql/plugin.info.txt b/lib/plugins/authpgsql/plugin.info.txt
index 1d53ca0b1..033c29179 100644
--- a/lib/plugins/authpgsql/plugin.info.txt
+++ b/lib/plugins/authpgsql/plugin.info.txt
@@ -2,6 +2,6 @@ base   authpgsql
 author Andreas Gohr
 email  andi@splitbrain.org
 date   2015-07-13
-name   PostgreSQL Auth Plugin
-desc   Provides user authentication against a PostgreSQL database
+name   [DEPRECATED] PostgreSQL Auth Plugin
+desc   â–¶This plugin will be removed from DokuWiki in a future release! Use authpdo instead.â—€ Provides user authentication against a PostgreSQL database
 url    http://www.dokuwiki.org/plugin:authpgsql
-- 
GitLab