pnewelljr
(Paul Newell)
2015 年9 月 30 日 19:56
1
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.
pnewelljr
(Paul Newell)
2015 年9 月 30 日 20:04
3
What is that setting called though? I can’t find it.
lisajill
(Lisa Wess)
2015 年9 月 30 日 20:06
7
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 个赞
pnewelljr
(Paul Newell)
2015 年9 月 30 日 20:06
8
If I make it 0 will it be unlimited?
riking
(Kane York)
2015 年9 月 30 日 20:25
9
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
evankoh
(Evan Koh)
2020 年7 月 18 日 23:35
16
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 个赞
Stephen
(Stephen)
2020 年7 月 20 日 01:17
17
Are you using a reverse proxy on your server, or Cloudflare?
2 个赞
absi
2020 年8 月 18 日 21:35
18
I use cloudlfare and get this problem.
Stephen
(Stephen)
2020 年8 月 18 日 21:35
19
Add the Cloudflare template to your app.yml and rebuild.
absi
2020 年8 月 18 日 21:49
20
Stephen:
Cloudflare template
Sorry what is the cloudflare template?
Stephen
(Stephen)
2020 年8 月 18 日 21:50
21
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 个赞
a_lee
(Allen Lee)
2022 年1 月 5 日 20:01
22
谢谢!我们的网站由 Cloudflare 提供支持——我尝试将 templates/cloudflare.template.yml 添加到我们的 app.yml 中,但仍然遇到相同的错误消息。cloudflare 模板是否与 web.ratelimited 模板互斥?
1 个赞
Farhan
(Farhan Haseeb)
2023 年8 月 24 日 11:07
23
它仍然发生。我正在使用 discourse API。