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.
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 -
Thanks for this! Our site is behind cloudflare - I tried adding templates/cloudflare.template.yml to our app.yml but am still running into the same error message. Is the cloudflare template mutually exclusive with the web.ratelimited template?