Posts: 416
Threads: 103
Joined: Nov 2012
Reputation:
0
Hey guys, I've recently finished making my brand new Login system. And what happens, when you login and make a new account, and you type in your password again. It says that I have entered a incorrect password? How could that be possible? I entered my password which I made the account with, then it says it is incorrect. Is there a way to fix it?
Please help!
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
Gotta' show some code if you want us to help bud.
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
You aren't loading the account variables before you try to check them with what the user inputs.
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
Put what is on line 561 before line 559.
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
Delete it.
You don't need to re-load the player's account variables if you've already done it.
Posts: 416
Threads: 103
Joined: Nov 2012
Reputation:
0
I tried it. It still doesn't work!