{% extends 'Game/index.html.twig' %} {% block title %} - Security Settings{% endblock %} {% block body %}
Passkeys provide a secure, passwordless way to sign in to your account. Manage your registered passkeys below.
Add an extra layer of security by requiring a one-time code from your authenticator app each time you sign in with a password.
{% set newBackupCodes = app.flashes('2fa_backup_codes') %} {% if isTotpEnabled %}Save these backup codes now — they will not be shown again.
{{ code }}
{% endfor %}
The password changing only possible through the Forgot password functionality on the Login page. The system would log you out anyway after requesting a new password, so this feature wasn't implemented here.