Turn off registration?
I could have sworn I saw an option to do this a while ago.. I run a closed off forum for friends and we want to turn off registrations permanently.
I would like to do this without doing things like:
- Automatically ban anyone who signs up.
- Use the Invite System to stop people from registering without an invite code.
0
This discussion has been closed.
Comments
... if ( $Context->SelfUrl == 'people.php' && in_array(ForceIncomingString('PostBackAction', ''), array('ApplyForm', 'Apply')) ) { header('location:people.php'); }