use markdown2, add forced login. Added breadcrumbs

This commit is contained in:
Ville Rantanen
2023-07-23 20:23:48 +03:00
parent 09f56bd1fe
commit 9437e64936
13 changed files with 771 additions and 527 deletions

View File

@@ -4,7 +4,8 @@ create table config (
description text not null,
secret_key text not null,
captcha_key text not null,
registration_enabled boolean not null
registration_enabled boolean not null,
login_required boolean not null
);
create table users (