- Security: Added more validation, sanitizing, filtering, and escaping.
- New: Errors will no longer be shown when trying to reset the password for an invalid username or email to help avoid user enumeration exploits.
- New: Strong passwords are now required when resetting passwords. This can be disabled by adding add_filter( 'frm_reg_password_strength_check', '__return_false' ); as a code snippet.
- New: Added new frm_reg_login_limit_feature_activated and frm_reg_login_limit_exceeded_error_message filters for handling custom login limiting rules.
- Fix: Fixed conflicts with Loginizer and Limit Login Attempts Reloaded, where login attempts were not being limited with Formidable login forms.