This is what I'm trying to accomplish:
When a user signs up they are given the "Subscriber" role - Done
Posts that are posted are password protected until that users contacts a user with privileges to provide the password. - Done
Each post has different files uploaded, so different passwords - Done
Hide posts from public eyes until they sign up - Not Done
I just want the subscriber to have viewing privileges really without messing up the blog by posting, deleting or editing.
Thanks!