Dave Searle


Suppose I only want a handful of users (maybe up to 100) of the total number of LiveID users to access my site. Is there anyway to restrict unwanted users from accessing my site

Dave




Re: Ability to restrict users?

Alex Media


You could build a whitelist of allowed user-id's, and change your login handler to reject all other user-id's (by redirecting them to an access denied or a log-out page). To gather the allowed user-id's you should build a "secret" page whose URL you only give to people you want to access your site...






Re: Ability to restrict users?

Dave Searle

That's resonable. I suppose some type of invite system with trackable invite IDs would work as well.

Thanks,

Dave