You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have installed this code into an ubuntu server. I can't generate an email from my server, so in the sql setup, I set the default value for activated to 1, so users are automatically active.
I get to the login screen but I never get past this, various errors can be generated aka if I use an invalid password or invalid user, but I never get to the dashboard after inputting a valid account.
Note the userblobs table does get new values after attempting to login. Any suggestions on what may be required next? Is setting the activated value to 1 enough to pass the registration?
The text was updated successfully, but these errors were encountered:
Assuming you intend to code on this, I'd add dumping to the insertUserBlob and login methods to see what it's reporting the error as, or checking your php error log to see if there are issues with the hash creation, as I assume that will be the culprit.
If you enabled encryption, that's the culprit, because I doubt that is set up correctly looking at it now.
Understood, I'll note that it is not a fully functioning game. You've peaked my interest in the project again so I'll work on it, but it is not really playable even if able to log in.
Hi, I have installed this code into an ubuntu server. I can't generate an email from my server, so in the sql setup, I set the default value for activated to 1, so users are automatically active.
I get to the login screen but I never get past this, various errors can be generated aka if I use an invalid password or invalid user, but I never get to the dashboard after inputting a valid account.
Note the userblobs table does get new values after attempting to login. Any suggestions on what may be required next? Is setting the activated value to 1 enough to pass the registration?
The text was updated successfully, but these errors were encountered: