Check that you've updated to the latest version, or have changed the 'country timezone - unknown' option. The initial defaults for the 'browser timezone matched to country' had bad defaults.
That did the trick! Thank you, i've must have overseen it.
Check that you've updated to the latest version, or have changed the 'country timezone - unknown' option. The initial defaults for the 'browser timezone matched to country' had bad defaults.
- Require Xenforo 2.2+
- Add support for NixFifty's Tickets v2.5.0 approving/rejecting users from tickets
- Improve compatibility with 3rd party add-ons which implement a search handler but not the entity handler for the backing type
- Fix link checker could missing some URLs.
- Raw IPv6 and international domains (aka punnycode encoded) where not reliably detected
- Fix XFMG media item description did not reliably trigger the link checker
Thanks. Where can I find the phrase accept and moderate? I can't seme to find them in phrases.@Moshe1010
By default this add-on doesn't ship with any domains being known. This must be built up for each site, the approve action in the approval queue should have an add email domain to known or banned list.
I'll need to look into why the block doesn't support RTL but it is likely the spam trigger isn't sanely supporting it either.
- "accept" is a score of 0, and is just informational.
"moderate" means it the direct rule has indicated the registration should be moderated. Rather than based on scoring thresholds.- "reject" means it the direct rule has indicated the registration should be rejected. Rather than based on scoring thresholds.
These aren't phrased at the moment, I'll need to poke at it but should be doable.Thanks. Where can I find the phrase accept and moderate? I can't seme to find them in phrases.
you can block users or send them to approval queue based on several criteria on registration with this addon, but not on every request (you would have to look up too many IPs and that's also not the purpose of this addon as far as I can tell).i see that its a cloudflare thing, but is it possible to setup some kind of message like this with the power of the addon?
- Fix "accept/moderate/reject/addToGroup" as score values where not phrased
no no you misunderstood. i'm not asking it to flag every single IP, i'm wondering if it was possible when it flags an IP or some other suspicious signup detail, to generate a block screen like the one i posted.you can block users or send them to approval queue based on several criteria on registration with this addon, but not on every request (you would have to look up too many IPs and that's also not the purpose of this addon as far as I can tell).![]()
By default this add-on doesn't ship with any domains being known. This must be built up for each site, the approve action in the approval queue should have an add email domain to known or banned list.
Gmail isn't on the default block list. You have to configure that. If it's blocking Gmail it's for a specific reason or you have configured it that way.where does it list email domains? Mine has been blocking gmail.com for example from day one
Outright banned emails are underadmin.php?banning/emails
Check theNon-allowed email actionoption for the add-on, I do not recommend 'rejected' (the default is 'none').

It is moderated because a rule directly says it should be moderated. Compared to the score being over some threshold.I don't know what direct rule selection means.
Yup.I think in these cases “unknown” means “not listed for specific treatment”, so it means those domains (etc) are not set up with scores in the addon
It is moderated because a rule directly says it should be moderated. Compared to the score being over some threshold.
MultipleAccount doesn't return anything useful in getContentMessage/**
* @param Report|\SV\SignupAbuseBlocking\XF\Entity\Report $report
* @return string|\XF\Phrase
*/
public function getContentMessage(Report $report)
{
return '';
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.