Back to changelog
Milestone
Admin User Moderation and Auth UX Hardening
Added admin ban and unban operations, plus stronger auth and settings testability updates.
This release focuses on operational control and authentication flow quality.
What changed
- Added admin user ban and unban functionality.
- Added supporting design spec documentation for user moderation.
- Improved auth and settings testability with additional
data-testidcoverage. - Refined redirect handling and type safety in auth-related flows.
- Optimized changelog timeline layout alignment and restored sticky date behavior.
Commits included
91260b7feat(admin-users): implement user ban and unban functionalitye29f9b1docs(spec): add admin user ban design45bf4effeat(two-factor-auth): enhance TwoFactorVerifyForm with data-testid attributes for improved testabilityd655ee4feat(password-input): refactor PasswordInput component to use forwardRef and improve type safety91be374feat(settings): add data-testid attributes for improved testability in confirmation and delete account componentse470adbrefactor(auth): streamline redirect handling and enhance type safety