Skip to content

12.4.2

Choose a tag to compare

@github-actions github-actions released this 26 Jun 11:19
v12.4.2
6a0f8cd

Changelog for ownCloud Web 12.4.2 (2026-06-26)

Summary

  • Bugfix - Use authMfaRequiredLevelname from capabilities instead of hardcoded value: #13907

Details

  • Bugfix - Use authMfaRequiredLevelname from capabilities instead of hardcoded value: #13907

    The MFA required ACR level for vault routes is now read from the capabilities
    store (authMfaRequiredLevelname) instead of being hardcoded to "advanced".
    This ensures the correct level is always used as configured by the server.

    #13907