I'm creating a website using Wordpress. Users are registering on it as "Subscribers". When you register, you have a small panel with some custom info on it (that I made, creating a custom template)
Each user shouldn't know other users exist.
I started developing this without knowing if when registered users are available "to the world" (google indexing them, for example).
Is user registration data is publicy available in a Wordpress installation, by some url, perhaps? Can Anonymous users see registered ones, or can Registered Ones see all others registered ones? Where I can get this information on wordpress docs? Are registered users on Wordpress supposed to be available to all?
I couldn't get any information about this. Can someone help?