I have around 15 unique users that need to go to their own unique page (this is for a large company directory and each department has a user who will be in charge of updating that department's listing). So, the ideal scenario would be this:
-User A for Department A goes to department-login.html that has a login form
-User A types in their login details and gets sent to a data page that is filtering based on Department A
-User B for Department B goes to department-login.html that has a login form
-User B types in their login details and gets sent to a data page that is filtering based on Department B
Is this possible? Am I over-thinking this? So far I have this working with ONE user, but as it works now I'd have to create seperate login pages for EACH user and seperate data pages for each department. Surely there is a better way or at least a way to transfer to the right page based on the username?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
wrbcbu
Hi there,
I have around 15 unique users that need to go to their own unique page (this is for a large company directory and each department has a user who will be in charge of updating that department's listing). So, the ideal scenario would be this:
-User A for Department A goes to department-login.html that has a login form
-User A types in their login details and gets sent to a data page that is filtering based on Department A
-User B for Department B goes to department-login.html that has a login form
-User B types in their login details and gets sent to a data page that is filtering based on Department B
Is this possible? Am I over-thinking this? So far I have this working with ONE user, but as it works now I'd have to create seperate login pages for EACH user and seperate data pages for each department. Surely there is a better way or at least a way to transfer to the right page based on the username?
Thanks in advance!
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.