Fix "Banned emails must be unique. The specified banned email is already in use" occurring when banning the same email domain multiple times in the same approval run
Adjust various "ASN related phrases to be more consistent
Fix 'no javascript' not working for external account association
Fix multi-account detection not working for external account association
Work-around for default reject reason phrase (spam_prevention_registration_rejected) being too long causing a 'string too long' phrase instead of the reject reason
Update installer to not wipe the "Link Spam checker" URL options. Retrieving this information can be done via using SQL to find the last update and manually extract it from the relevent json;
Code:
select *
from xf_admin_log
where request_data like '%svLinkSpamCheckerBlackList%'
order by 1 desc limit 1;
Fix "Duplicate entry 'xx-0' for key 'report'" when a race condition occurs and the record is saved but not reported
Only delete "User registration log" entry for a deleted user if "Full delete for GDPR" option is set
New features:
Rework "ignore for future events" option to actively exclude that set of users detected with those detection details rather than passively being ignored
Run Xenforo's spam checker over user profile fields and custom fields on signup
register => email confirm => approval queue. Has email confirm.
The only hint on which flow has triggered is the user registration record has a non-approved status.
The "Require email confirmation (always notifies)" feature is now flagged enabled if it detects the user's email likely has not been confirmed and avoids the email_confirm => moderated => email_confirm loop that could potentially happen
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.