prepare('UPDATE users SET username = :username WHERE id = :id') ->execute([':username' => $username, ':id' => $_SESSION['id']]); $_SESSION['display-username'] = htmlspecialchars($_POST['new-username']); output(200, 'Identifiant changé.'); } ?>

Vous pouvez ici changer l'identifiant permettant d'accéder à votre compte Niver.