summaryrefslogtreecommitdiff
path: root/htroot/index.java
diff options
context:
space:
mode:
Diffstat (limited to 'htroot/index.java')
-rw-r--r--htroot/index.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/index.java b/htroot/index.java
index 3d3a54773..d9c077a6f 100644
--- a/htroot/index.java
+++ b/htroot/index.java
@@ -55,7 +55,7 @@ public class index {
final boolean authorizedAccess = sb.verifyAuthentication(header);
if ((post != null) && (post.containsKey("publicPage"))) {
if (!authorizedAccess) {
- prop.put("AUTHENTICATE", "admin log-in"); // force log-in
+ prop.authenticationRequired();
return prop;
}
}