diff --git a/Backend/test.php b/Backend/test.php index a466263..faa2bef 100644 --- a/Backend/test.php +++ b/Backend/test.php @@ -4,5 +4,5 @@ use Backend\Models\AdminUser; require_once ('Database/databaseMigration.php'); AdminUser::firstOrCreate([ - 'user_name' => '', 'password' => password_hash('',PASSWORD_DEFAULT) -]); \ No newline at end of file + 'user_name' => 'admin', 'password' => password_hash('admin123',PASSWORD_DEFAULT) +]); diff --git a/Frontend/Html/FirstTimeSetup.html b/Frontend/Html/FirstTimeSetup.html index 2aef370..aa364d9 100644 --- a/Frontend/Html/FirstTimeSetup.html +++ b/Frontend/Html/FirstTimeSetup.html @@ -3,70 +3,126 @@ - Setup - - + Opsætning + - + - + + + - - + + -
-
- - - - - - - - -
+
+
+ Første Gangs Opsætning +
- + + + + +
+ + + +
+ + + + + +
+ + + + + + + - \ No newline at end of file diff --git a/Frontend/Index.html b/Frontend/Index.html index 0e39053..07c510f 100755 --- a/Frontend/Index.html +++ b/Frontend/Index.html @@ -72,7 +72,7 @@ -