From 8aa41b6081f01048d65b52f07281c46d01311c6b Mon Sep 17 00:00:00 2001 From: mckmonster Date: Sat, 10 Jun 2023 07:57:51 +0200 Subject: [PATCH] Add user and password --- manifest.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index e902482..55f7118 100644 --- a/manifest.toml +++ b/manifest.toml @@ -33,12 +33,11 @@ ram.runtime = "1M" type = "group" default = "visitors" - # [install.admin] - # type = "string" - # default = "admin" + [install.admin] + type = "user" - # [install.password] - # type = "password" + [install.password] + type = "password" # [install.users_status] # type = "string"