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.
Accedi al tuo server tramite SSH e modifica il file app.yml per aggiungere questo blocco al blocco templates:
- "templates/cloudflare.template.yml"
Assicurati che sia allineato con gli altri template in quel blocco. Il file YML è molto sensibile a qualsiasi errore di indentazione. Devono esserci due spazi prima del -.
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?