Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Need help with login form Reply To: Need help with login form

#203257
cscodismith
Participant

Hmmm now that I have password hashed it doesn’t want to login the user!? The password(s) are hashed in the database with the password_hash function and when I try to login with the password I entered it provides the error when there is an invalid username/password.

View sourcecode here.