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 -
Merci pour cela ! Notre site est derrière Cloudflare - J’ai essayé d’ajouter templates/cloudflare.template.yml à notre app.yml mais je rencontre toujours le même message d’erreur. Le modèle cloudflare est-il mutuellement exclusif avec le modèle web.ratelimited ?