Dear experts,
I use below article for my php login-log out
Thanks to Ray Pasuer
What I want to do is, if my user login for the first time I'd like to my user to change his password.
What do you suggest i should do?
I think i should create another coloumn on my users table to insert another value like IP address then check if the ip address has a data? If not, after a successful log in, i can redirect the page; or for better i can create another table to store log in data and check the users log in if it's first time or not...
What do you suggest I should do?
https://www.experts-exchange.com/articles/2391/PHP-Client-Registration-Login-Logout-and-Easy-Access-Control.html