注册限制来自IP地址

My users are getting the following when they try to signup:

“New registrations are not allowed from your IP address (maximum limit reached). Contact a staff member.”

I didn’t set a limit that I know of, so not sure why this is happening. We are all at the same three IP address because the forum is for a company intranet.

1 个赞

Either relax the limit in site settings or make sure there is at least one staff member from each IP.

What is that setting called though? I can’t find it.

Go to Settings and search for ‘registration’ - have a look for “max new accounts per registration ip”

It’s in the ‘spam’ menu item in Admin > Settings.

3 个赞

If I make it 0 will it be unlimited?

Not sure - make it six nines to be safe (don’t go too high or it might overflow)

We protect against overflows in settings because this has happened many times before.

2 个赞

I changed the option to 100 and I still have the issue. Does it take some time to be taken into account?

Ok sorry my IP was blocked. I authorized it and it’s now working.

2 个赞

thankq this replay is good for me :grinning:

Hi Jeff,

I relaxed the settings and also restarted the instance but still facing this error

“errors”:{“ip_address”:[“New registrations are not allowed from your IP address.”]}

Anything else I can try? Or do to debug better?

Thanks,
Evan

1 个赞

Are you using a reverse proxy on your server, or Cloudflare?

2 个赞

I use cloudlfare and get this problem.

Add the Cloudflare template to your app.yml and rebuild.

Sorry what is the cloudflare template?

ssh into your server and edit the app.yml file to add this to the templates block:

- "templates/cloudflare.template.yml"

make sure it’s aligned with the other templates in that block. The YML file is very sensitive to any indentation errors. There need to be two spaces before the -

Then save and rebuild.

2 个赞

谢谢!我们的网站由 Cloudflare 提供支持——我尝试将 templates/cloudflare.template.yml 添加到我们的 app.yml 中,但仍然遇到相同的错误消息。cloudflare 模板是否与 web.ratelimited 模板互斥?

1 个赞

它仍然发生。我正在使用 discourse API。

现在修复了吗?

不跟我一起