You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/08/26 15:07:04 UTC

[sling-org-apache-sling-auth-form] branch master updated (af8ad52 -> b2c5bdf)

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-form.git.


    from af8ad52  [maven-release-plugin] prepare for next development iteration
     new a784767  SLING-8658 - Update logo src location after changes for SLING-8615
     new b2c5bdf  SLING-8659 - Use only https for links on login page

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/main/resources/org/apache/sling/auth/form/impl/login.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[sling-org-apache-sling-auth-form] 01/02: SLING-8658 - Update logo src location after changes for SLING-8615

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-form.git

commit a784767befd3b89fd84570f9ab4727cbcd4efc54
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Aug 26 16:53:54 2019 +0200

    SLING-8658 - Update logo src location after changes for SLING-8615
---
 src/main/resources/org/apache/sling/auth/form/impl/login.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/org/apache/sling/auth/form/impl/login.html b/src/main/resources/org/apache/sling/auth/form/impl/login.html
index 8d98729..e4da2b7 100644
--- a/src/main/resources/org/apache/sling/auth/form/impl/login.html
+++ b/src/main/resources/org/apache/sling/auth/form/impl/login.html
@@ -30,7 +30,7 @@
             <div class="Gradient"></div>
             <header class="Cell Medium-35 Large-25 Align-Center Logos">
                 <a href="http://sling.apache.org" target="_blank" rel="noopener" id="sling-logo" title="Visit the Apache Sling website">
-                    <img src="../../../content/starter/sling-logo.svg" alt="Apache Sling Logo"/>
+                    <img src="../../../content/starter/img/sling-logo.svg" alt="Apache Sling Logo"/>
                 </a>
                 <a href="http://apache.org" target="_blank" rel="noopener" id="asf-logo" title="Visit the Apache Software Foundation website">
                     <img src="../../../content/starter/img/asf-logo.svg" alt="Apache Software Foundation Logo"/>


[sling-org-apache-sling-auth-form] 02/02: SLING-8659 - Use only https for links on login page

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-form.git

commit b2c5bdf003b88128d69945a2e1ce2b55d6b59315
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Aug 26 16:55:27 2019 +0200

    SLING-8659 - Use only https for links on login page
---
 src/main/resources/org/apache/sling/auth/form/impl/login.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/org/apache/sling/auth/form/impl/login.html b/src/main/resources/org/apache/sling/auth/form/impl/login.html
index e4da2b7..755d83a 100644
--- a/src/main/resources/org/apache/sling/auth/form/impl/login.html
+++ b/src/main/resources/org/apache/sling/auth/form/impl/login.html
@@ -29,10 +29,10 @@
         <div class="Grid Fit-Medium Home-Grid">
             <div class="Gradient"></div>
             <header class="Cell Medium-35 Large-25 Align-Center Logos">
-                <a href="http://sling.apache.org" target="_blank" rel="noopener" id="sling-logo" title="Visit the Apache Sling website">
+                <a href="https://sling.apache.org" target="_blank" rel="noopener" id="sling-logo" title="Visit the Apache Sling website">
                     <img src="../../../content/starter/img/sling-logo.svg" alt="Apache Sling Logo"/>
                 </a>
-                <a href="http://apache.org" target="_blank" rel="noopener" id="asf-logo" title="Visit the Apache Software Foundation website">
+                <a href="https://apache.org" target="_blank" rel="noopener" id="asf-logo" title="Visit the Apache Software Foundation website">
                     <img src="../../../content/starter/img/asf-logo.svg" alt="Apache Software Foundation Logo"/>
                 </a>
             </header>