From fab5eff0be0685a0fd70f25939a4a97a19fdf766 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Wed, 14 Feb 2018 13:04:33 +0000 Subject: [PATCH] Link to modern login/auth test page. --- modules/core/www/frontpage_auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/www/frontpage_auth.php b/modules/core/www/frontpage_auth.php index 01bd36852..fde6b4607 100644 --- a/modules/core/www/frontpage_auth.php +++ b/modules/core/www/frontpage_auth.php @@ -24,7 +24,7 @@ $links_federation = array(); $links_auth[] = array( - 'href' => 'authenticate.php', + 'href' => 'login.php', 'text' => '{core:frontpage:authtest}', ); -- GitLab