Hi, I need a way to restrict registration, yet not require people to input their email addresses because not all of our users have an email address. Can you tell me if there is a way to easily do this in the forum?
No, in strict sense, there is not. However, you can have the users register non-valid emails, if you choose to activate the accounts instead of just approving them.
Could I go into Register.asp and just remove the code which outputs an error message if someone doesn't enter an email address? Or will that cause problems in other parts of the code?
Frankly, I haven't looked at the code with that in mind, so I don't know whether there are implications on the registration approval code if there is no email.