From 8b357be0d51b0f42c249675e7978792375c836b7 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Fri, 27 Dec 2024 16:56:42 +0100 Subject: [PATCH] chore: add administrator data to "init.sql" file --- init.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.sql b/init.sql index a0b922c..88b052b 100644 --- a/init.sql +++ b/init.sql @@ -7,6 +7,10 @@ -- This is a SQL script that intializes the database for SVR.JS Mods directory. -- It's recommended to change the default password hash and email address. +-- Default administrator data: +-- - Username: svrjs +-- - Password: admin +-- - Email address: unknown@example.com /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;