prepare(" UPDATE institutions SET password_hash = ?, first_login = 0 WHERE id = ? "); $stmt->execute([$hash, $_SESSION['institution_id']]); header("Location: dashboard.php"); exit; } } ?> Change Password

Change Password