p2p https and login fix, removed static domain from ejs files

This commit is contained in:
mrfry 2023-04-07 16:32:22 +02:00
parent ae3bd7c55a
commit e858d7f23e
13 changed files with 210 additions and 79 deletions

View file

@ -68,7 +68,7 @@ function createDefaultUser(userDb: Database) {
const pw = uuidv4()
const insertRes = dbtools.Insert(userDb, 'users', {
pw: pw,
avaiblePWRequests: 0,
avaiblePWRequests: 50,
created: utils.GetDateString(),
})
logger.Log('ID and PW for user #1: ', 'yellowbg')