From 7fc12ba7bb9e47f757b873d871a10875efc1f344 Mon Sep 17 00:00:00 2001 From: ProgrammGamer Date: Fri, 30 Jan 2026 21:30:23 +0100 Subject: [PATCH] =?UTF-8?q?Sync:=20Inhalte=20aus=20origin/main=20in=20deve?= =?UTF-8?q?lop=20=C3=BCbernommen;=20.gitea=20und=20.github=20unver=C3=A4nd?= =?UTF-8?q?ert=20belassen=20(falls=20vorhanden).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- includes/admin-teamer.php | 6 +- includes/admin-teilnehmer.php | 2 +- install.php | 33 ++++---- konficastle-workshopwahl.php | 140 ++++++++++++++++------------------ 5 files changed, 84 insertions(+), 99 deletions(-) diff --git a/README.md b/README.md index e81a526..157bba0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Workshop-Wahlen – Entwickler-Übersicht +# Workshop-Wahlen ## Überblick diff --git a/includes/admin-teamer.php b/includes/admin-teamer.php index 06affe9..e40934b 100644 --- a/includes/admin-teamer.php +++ b/includes/admin-teamer.php @@ -14,10 +14,8 @@ function kc_teamer_page() { delete_option('kc_teamer_password_hash'); echo '
Teamer-Passwort entfernt.
'; } else { - // Sichere Speicherung mit password_hash - $hash = password_hash($pw, PASSWORD_DEFAULT); - update_option('kc_teamer_password_hash', $hash); - echo '
Teamer-Passwort gespeichert.
'; + update_option('kc_teamer_password_hash', wp_hash_password($pw)); + echo '
Teamer-Passwort gespeichert.
'; } } } diff --git a/includes/admin-teilnehmer.php b/includes/admin-teilnehmer.php index 5288641..b4caf65 100644 --- a/includes/admin-teilnehmer.php +++ b/includes/admin-teilnehmer.php @@ -309,7 +309,7 @@ function kc_teilnehmer_page() { echo ''; } // JS für Wahl- und Phasen-Filter - // CSS moved to admin-teilnehmer.css + echo ''; echo '