From e0451ef59a69eda29efa6bc22294b2bcf8b8b600 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 29 May 2020 11:31:40 +0200 Subject: Authentication infrastructure --- plugins/weblog/weblog.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/weblog/weblog.cpp') diff --git a/plugins/weblog/weblog.cpp b/plugins/weblog/weblog.cpp index c18f120..1e1b6b2 100644 --- a/plugins/weblog/weblog.cpp +++ b/plugins/weblog/weblog.cpp @@ -441,3 +441,7 @@ std::string weblog_plugin::generate_page( } } +bool weblog_plugin::has_own_authentication() +{ + return false; +} -- cgit v1.2.3