Passwort ändern hinzugefügt

This commit is contained in:
Borgal
2025-08-09 02:43:25 +02:00
parent fde2517c53
commit debee07afd
2 changed files with 2 additions and 3 deletions

View File

@@ -33,8 +33,7 @@ if ($result) {
} }
} }
require_once 'inc/header.php'; ?> require_once 'inc/header.php';
?> ?>
<h1>Benutzerverwaltung</h1> <h1>Benutzerverwaltung</h1>

View File

@@ -41,7 +41,7 @@
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"><span class="material-symbols-outlined align-text-bottom md-18 me-1">person</span><?php echo $_SESSION['username']; ?></a> <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"><span class="material-symbols-outlined align-text-bottom md-18 me-1">person</span><?php echo $_SESSION['username']; ?></a>
<ul class="dropdown-menu dropdown-menu-end"> <ul class="dropdown-menu dropdown-menu-end">
<li><a class="dropdown-item" href="profil.php"><span class="material-icons text-secondary align-middle md-18 me-1">person</span>Profil</a></li> <li><a class="dropdown-item" href="profil.php"><span class="material-icons text-secondary align-middle md-18 me-1">person</span>Profil</a></li>
<li><a class="dropdown-item" href="pass_change.php"><span class="material-icons text-secondary align-middle md-18 me-1">lock</span>Passwort ändern</a></li> <li><a class="dropdown-item" href="change_password.php"><span class="material-icons text-secondary align-middle md-18 me-1">lock</span>Passwort ändern</a></li>
<li> <li>
<div class="dropdown-divider"></div> <div class="dropdown-divider"></div>
</li> </li>