use markdown2, add forced login. Added breadcrumbs
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user