Hi, I’ve made a forum site where admins can add users by pointing them to a landing page. Everything is working just fine, but the slug for the signup page defaults to url.com/join/[forum name]. You could easily guess other signup pages and potentially access different forums, which I want to avoid.
Is there a way to have the joining page url randomly generated, so only the individual forum admins know it?
Hi Nigel, thank you, that’s super helpful. Installed a random number generator, implemented the first part, but I’m not sure I follow “search for the right forum using the page path” - would you mind expanding on that a bit?