Skip to content

v1.1.1 - Password Reset Error Message Fix

Choose a tag to compare

@NichlasB NichlasB released this 20 Feb 20:57
· 19 commits to main since this release

What's Changed

This release fixes an important issue with error message display during password resets, particularly when using Turnstile security verification.

馃悰 Bug Fixes

  • Fixed password reset form not displaying error messages when security verification fails
  • Implemented more reliable error message handling using WordPress transients
  • Improved error message visibility and styling
  • Removed development debug code for production optimization

馃敡 Technical Changes

  • Replaced URL parameter-based error handling with WordPress transients
  • Optimized error message styling by removing unnecessary CSS overrides
  • Improved code organization in password reset form handling
  • Enhanced error message persistence through form redirects