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

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


The following commit(s) were added to refs/heads/master by this push:
     new 391471d  SLING-12973 use the custom login page from 
o.a.s.starter.content (#538)
391471d is described below

commit 391471d5e3079553a9bde692c127b8b92c39508d
Author: Eric Norman <[email protected]>
AuthorDate: Mon Oct 27 12:06:39 2025 -0700

    SLING-12973 use the custom login page from o.a.s.starter.content (#538)
---
 src/main/features/app/starter.json | 6 +++++-
 src/main/features/base.json        | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/main/features/app/starter.json 
b/src/main/features/app/starter.json
index 3dcc04f..0d4de8b 100644
--- a/src/main/features/app/starter.json
+++ b/src/main/features/app/starter.json
@@ -1,11 +1,15 @@
 {
     "bundles": [
         {
-            "id":"org.apache.sling:org.apache.sling.starter.content:2.0.0",
+            "id":"org.apache.sling:org.apache.sling.starter.content:2.0.2",
             "start-order":"20"
         }
     ],
     "configurations": {
+        "org.apache.sling.auth.form.FormAuthenticationHandler":{
+            "preferReasonCode":true,
+            "form.login.form":"/starter.login.html"
+        },
         
"org.apache.felix.hc.core.impl.filter.ServiceUnavailableFilter~startupandshutdown":{
             "osgi.http.whiteboard.filter.regex":"(?!/system/).*",
             "avoid404DuringStartup":true,
diff --git a/src/main/features/base.json b/src/main/features/base.json
index bfd8a0e..8aea460 100644
--- a/src/main/features/base.json
+++ b/src/main/features/base.json
@@ -67,7 +67,7 @@
             "start-order":"20"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.auth.form:1.0.24",
+            "id":"org.apache.sling:org.apache.sling.auth.form:2.0.0",
             "start-order":"20"
         },
         {

Reply via email to