From 38cd672c2b418d98349e41af712a797c246c1ac2 Mon Sep 17 00:00:00 2001 From: Platonides Date: Wed, 19 Sep 2018 01:15:24 +0200 Subject: [PATCH] Nicer authentication display name Shown on login screen --- AuthWMESbyDB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AuthWMESbyDB.php b/AuthWMESbyDB.php index 5dbf1a3..65b376b 100644 --- a/AuthWMESbyDB.php +++ b/AuthWMESbyDB.php @@ -24,7 +24,7 @@ class AuthWMESbyDB extends \LimeSurvey\PluginManager\AuthPluginBase protected $storage = 'DbStorage'; static protected $description = 'A plugin to authenticate user via WMES DB'; - static protected $name = 'AuthWMESbyDB'; + static protected $name = 'Cuenta de Wikimedia España'; static protected $configurableDBSettings = false; protected $settings = array( -- 2.30.2