URL: https://github.com/freeipa/freeipa/pull/2123
Author: stanislavlevin
 Title: #2123: Fix link to browser configuration guide at Login page
Action: opened

PR body:
"""
There is a mismatch between 'i18n' krb_auth_msg and 'LoginScreen'
widget kerberos_msg. The former links to "unauthorized.html", but the latter
to "ssbrowser.html". Both should link to "ssbrowser.html" page.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2123/head:pr2123
git checkout pr2123
From 03f05add52d485d60bcf374282a6d3d28abc4de9 Mon Sep 17 00:00:00 2001
From: Stanislav Levin <s...@altlinux.org>
Date: Mon, 9 Jul 2018 11:52:27 +0300
Subject: [PATCH] Fix link to browser configuration guide at Login page

There is a mismatch between 'i18n' krb_auth_msg and 'LoginScreen'
widget kerberos_msg. The former links to "unauthorized.html", but the latter
to "ssbrowser.html". Both should link to "ssbrowser.html" page.
---
 ipaserver/plugins/internal.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipaserver/plugins/internal.py b/ipaserver/plugins/internal.py
index 83bd97c66b..13b1102108 100644
--- a/ipaserver/plugins/internal.py
+++ b/ipaserver/plugins/internal.py
@@ -349,7 +349,7 @@ class i18n_messages(Command):
                 "<i class=\"fa fa-info-circle\"></i> To log in with "
                 "<strong>Kerberos</strong>, please make sure you have valid "
                 "tickets (obtainable via kinit) and <a href='http://${host}/";
-                "ipa/config/unauthorized.html'>configured</a> the browser "
+                "ipa/config/ssbrowser.html'>configured</a> the browser "
                 "correctly, then click 'Log in'."),
             "loading_md": _("Loading data"),
             "login": _("Log in"),
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/freeipa-devel@lists.fedorahosted.org/message/SIQZERGYFQILQHDMWFOYDOURDINPZOAR/

Reply via email to