Hi iam a noob at this.
I create users and they are given certain access to a dashboard. What I want to do is be able to have a login user id and password for each user so that they can see there own dashboard. I have all the data in a Mysql server via javascript forms. They are a list of links and I donot want to give my users the web link because they can click everyone elses link to see other users dashboards. Please help.
user login to a specific user page
Moderator: General Moderators
Re: user login to a specific user page
Why not create a login form that queries the database for username/password matches, save the resulting user ID to session data, and display the appropriate dashboard based on this id?
Re: user login to a specific user page
How long would something like this take to implement?
Re: user login to a specific user page
A rough working copy that will validate the user and set the session data should take well under an hour.
Re: user login to a specific user page
looking for some one to implement into my software.