From 57ae275c9c34d4f370558ff26c120a1ad56b1ee9 Mon Sep 17 00:00:00 2001 From: "holger.trampe" Date: Tue, 18 Feb 2020 22:44:05 +0100 Subject: [PATCH] =?UTF-8?q?Version=20publicbase=20angepasst,=20Kommentar?= =?UTF-8?q?=20eingef=C3=BCgt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- firstrun.py | 2 +- users/templates/users/publicbase.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firstrun.py b/firstrun.py index f7011c3..00c146f 100644 --- a/firstrun.py +++ b/firstrun.py @@ -5,7 +5,7 @@ import random import string password_characters = string.ascii_letters + string.digits + string.punctuation - +# USERNAME username = "root" password = "" diff --git a/users/templates/users/publicbase.html b/users/templates/users/publicbase.html index 16ad0b9..ae73d8b 100644 --- a/users/templates/users/publicbase.html +++ b/users/templates/users/publicbase.html @@ -45,7 +45,7 @@