{% if security.registerable or security.recoverable or security.confirmable or security.unified_signin or security.two_factor or security.webauthn or security.change_username or security.username_recovery %}

{{ _fsdomain('Menu') }}

{% if _fs_is_user_authenticated(current_user) %} {# already authenticated user #}
  • {% if security.changeable %}
  • {{ _fsdomain("Change Password") }}
  • {% endif %} {% if security.recoverable %}
  • {{ _fsdomain('Forgot password?') }}
  • {% endif %} {% if security.change_email %}
  • {{ _fsdomain("Change Registered Email") }}
  • {% endif %} {% if security.change_username %}
  • {{ _fsdomain("Change Username") }}
  • {% endif %} {% if security.two_factor %}
  • {{ _fsdomain("Two-Factor Setup") }}
  • {% endif %} {% if security.unified_signin %}
  • {{ _fsdomain("Unified Signin Setup") }}
  • {% endif %} {% if security.webauthn %}
  • {{ _fsdomain("Passkey Setup") }}
  • {% endif %} {% else %} {% if not skip_login_menu %}
  • {{ _fsdomain('Login') }}
  • {% endif %} {% if security.unified_signin and not skip_login_menu %}
  • {{ _fsdomain('Unified Sign In') }}
  • {% endif %} {% if security.registerable %}
  • {{ _fsdomain('Register') }}
  • {% endif %} {% if security.recoverable %}
  • {{ _fsdomain('Forgot password?') }}
  • {% endif %} {% if security.username_recovery %}
  • {{ _fsdomain('Recover Username') }}
  • {% endif %} {% if security.confirmable %}
  • {{ _fsdomain('Confirm account') }}
  • {% endif %} {% endif %}
    {% endif %}