Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
373 views
in Q2A Core by
To the developers out there...I am looking to have my site work with an invite only option. Is there any easiest way to convert the registration page url to be made unique for each invite. Basically i would like to share an url for registration that will be valid for one user to register and then expire. Is there any easier way of doing this ?

I dont think i have to go for a neat way like creating a plugin etc.. But any temporary quikie way should be fine for the time being.
Q2A version: 1.7.4

1 Answer

0 votes
by
A quickie would be modify qa-page-register.php

here you can check the url params for your unique code

and in the next step as the user registers and submits the form under code block doregister(qa-page-register.php) you can match the two code and email
...