| Description:
|
I need a plugin that will allow for unique user login to access and download unique files.
I envision this senario:
I want to create a Client Support page that is dynamically built especially for the logged-in client, and that contains all info (text, calendar, deadlines, and especially file downloads) pertaining to that client, and which *only* that client should see. I envision this user scenario:
1. User goes to a static front-end "Client" page and logs in with a username and password.
2. The page uses the now-authenticated username to dynamically build on the fly a custom page for that user, listing all information relevant to him/her, including a list of available file-downloads which have been uploaded by the company and associated somehow with that user. And this info is visible only if you're logged in. |