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

#203255
cscodismith
Participant

cpassword is my confirm password field where it checks if the passwords match when users register to assure that they are entering the correct password incase the user makes a keystroke that they didn’t mean to and they can’t login due to that.

Also I just changed it from md5 to password_hash function, hopefully that will make it a bit better and reliable then md5 (: