Back to all versions
4.17.0
2026-08-12 minor
Features 4
Bug Fixes 9
- Allow invite codes for users with no auth methods (#12453)Allows resending invite codes to users who had all their auth methods removed by making the 'initialized' check dynamic.Users Auth
- Hidden username fields on password forms (#12490)Adds hidden username fields to password forms to improve compatibility with password managers.Login
- Fix unknownContext error on password page (#12512)Ensures consistent handling of ignoreUnknownUsernames between server and client-side pages to prevent misleading unknownContext errors.Login
- Treat verified passkey as MFA fulfillment (#12575)Fixes a loop where users with passkeys + MFA were stuck because passkey logins weren't correctly marked as fulfilling MFA.Login MFA