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 -
Grazie per questo! Il nostro sito è dietro Cloudflare: ho provato ad aggiungere templates/cloudflare.template.yml al nostro app.yml ma continuo a riscontrare lo stesso messaggio di errore. Il template cloudflare è mutualmente esclusivo con il template web.ratelimited?