I have done a good bit of research on how to build a client login section to my company website, and after realizing a home-grown php/mysql-based solution might be do-able but would be a huge challenge to maintain on my own (with, admittedly, only an intermediate level of understanding of php and mysql), I have settled on Drupal because it sounds robust enough to handle what I need.
Problem is, I'm not quite sure where to start. I've played around some, downloaded some modules that I think might be helpful based on what I've read in tuts and in the forum, but I'm at a loss to figure out exactly what I need to do. I've played with CCK, taxonomy, views, and more.
Here's my basic criteria:
- Need each client to be able to login (I can assign them credentials) and be taken to what I'll call the Dashboard, which I envision being overall the same for each client (same menu items, same general textual content) BUT would like it to be somewhat client-specific (think "Welcome back, Client 123" at the top (where Client 123 is their user name).