diff --git a/partials/landing/login/login.php b/partials/landing/login/login.php
index 2083515..1026f1f 100644
--- a/partials/landing/login/login.php
+++ b/partials/landing/login/login.php
@@ -90,6 +90,7 @@ if ($flash && !empty($flash['context']) && in_array($flash['context'], ['login',
required
class="w-full rounded-lg border border-brand-border bg-brand-bg/60 px-3 py-2 text-sm text-brand-text placeholder:text-brand-muted/60 focus:outline-none focus:ring-2 focus:ring-brand-primary/60"
placeholder="you@example.com"
+ autocomplete="username"
>
@@ -104,6 +105,7 @@ if ($flash && !empty($flash['context']) && in_array($flash['context'], ['login',
required
class="w-full rounded-lg border border-brand-border bg-brand-bg/60 px-3 py-2 text-sm text-brand-text placeholder:text-brand-muted/60 focus:outline-none focus:ring-2 focus:ring-brand-primary/60"
placeholder="••••••••"
+ autocomplete="current-password"
>
@@ -153,6 +155,7 @@ if ($flash && !empty($flash['context']) && in_array($flash['context'], ['login',
required
class="w-full rounded-lg border border-brand-border bg-brand-bg/60 px-3 py-2 text-sm text-brand-text placeholder:text-brand-muted/60 focus:outline-none focus:ring-2 focus:ring-brand-primary/60"
placeholder="Dein Name"
+ autocomplete="name"
>
@@ -167,6 +170,7 @@ if ($flash && !empty($flash['context']) && in_array($flash['context'], ['login',
required
class="w-full rounded-lg border border-brand-border bg-brand-bg/60 px-3 py-2 text-sm text-brand-text placeholder:text-brand-muted/60 focus:outline-none focus:ring-2 focus:ring-brand-primary/60"
placeholder="you@example.com"
+ autocomplete="email"
>
@@ -181,6 +185,7 @@ if ($flash && !empty($flash['context']) && in_array($flash['context'], ['login',
required
class="w-full rounded-lg border border-brand-border bg-brand-bg/60 px-3 py-2 text-sm text-brand-text placeholder:text-brand-muted/60 focus:outline-none focus:ring-2 focus:ring-brand-primary/60"
placeholder="Mindestens 8 Zeichen"
+ autocomplete="new-password"
>
diff --git a/public/account.php b/public/account.php
deleted file mode 100644
index d7289cd..0000000
--- a/public/account.php
+++ /dev/null
@@ -1,201 +0,0 @@
-
-
-
-
-
- Mein Konto – usbcheck.it
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Mein Profil
-
- Passe deinen Namen und deine bevorzugte Sprache an. Der Avatar wird aktuell aus deinen Initialen generiert.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Avatar & Konto
-
- Dein Avatar wird aktuell aus deinen Initialen erzeugt. Später kannst du hier ein eigenes Bild hochladen.
-
-
-
-
-
-
-
-
-
-
-
-
-
- Avatar-Vorschau
- Standardmäßig Initialen aus deinem Namen.
- Upload-Funktion folgt in einem späteren Schritt.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/public/logout.php b/public/logout.php
deleted file mode 100644
index 7b6116e..0000000
--- a/public/logout.php
+++ /dev/null
@@ -1,11 +0,0 @@
-logout();
-
-header('Location: /');
-exit;
diff --git a/public/register.php b/public/register.php
deleted file mode 100644
index 1c544c6..0000000
--- a/public/register.php
+++ /dev/null
@@ -1,197 +0,0 @@
-
-
-
-
-
- Registrieren – usbcheck.it
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Konto erstellen
-
- Erstelle einen kostenlosen Account, um deine USB-Tests zu speichern und mehrere Sticks zu verwalten.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-