I am trying to create a folder structure like so:
- Uploaded files
- a
- aaron.doe@hotmail.com
- b
- c
- ...all the way to z
- a
one level ABOVE the public web directory. The only unique key (besides the user_id itself) is the user email, since their email is their username, so...
Question: Would people be able to access these directories and get a hold of all user's email address? How bad of an idea is this? What possible alternatives do you suggest?
Thanks.