Back to all versions

4.13.1

2026-04-01
patch

Bug Fixes 4

  • Do not send init mails for admins on instance setup (#11744)
    Prevents an initial mail from being sent immediately when creating an instance administrator with an empty password. This allows for a cleaner onboarding flow where the invite can be sent later.
    System API Onboarding
  • Ensure recovery codes are active immediately upon generation (#11734, #11317)
    Recovery codes are now marked as 'Ready' immediately upon generation. Previously, they remained in a 'Not Ready' state because they lacked a distinct verification event, making them invisible in active authentication method lists.
    MFA User Auth Method Projection
  • Revert feature key for configs back to ConsoleUseV2UserApi (#11928, #11390, #11706)
    Restores compatibility for existing configurations using 'ConsoleUseV2UserApi' which was inadvertently broken during a naming cleanup. Also removes the unused 'TokenExchange' from default configurations.
    Console Configuration
  • Use preparation filter for org existence check during setup (#11932, #11677)
    Fixes a bug where creating an organization with a custom domain in the same request failed because the domain validation could not see the yet-to-be-persisted organization.
    Organization Setup Command Bash Processing