Page 1 of 1
Incorrect database login
Posted: Tue May 07, 2019 2:01 am
by semua
Hello
When I edit the users of my database, the password field appears blank.
Edit Online Database > Download > Edit > Select Item > Edit
(Obs.: Database Type: Flat File)
When I open the file "usersdb.php" the password is there encrypted.
When I try to log in to the site using the login data always points to the error page.
Any solution?
Re: Incorrect database login
Posted: Tue May 07, 2019 3:00 am
by bkjohns
I think you can assign a password from the Admin page, but you won't see passwords that have been chosen by those in the database. At least that is how it works for my non-sql database.
Re: Incorrect database login
Posted: Tue May 07, 2019 6:13 am
by Pablo
When I edit the users of my database, the password field appears blank.
Correct, because the password is hashed there is no way to get it back.
But you can type a new password.
When I try to log in to the site using the login data always points to the error page.
This indicates that either the password is wrong or thee is another conflict
Re: Incorrect database login
Posted: Sat Jun 01, 2019 5:14 pm
by semua
The problem is that you always redirect me to the error page, I can change the password and email several times, no matter if the password and email are correct.
Can you check if it's a bug or something?
Re: Incorrect database login
Posted: Sat Jun 01, 2019 8:38 pm
by Pablo
This is not a bug, otherwise it would not work for anyone else either. It there were any known issues then they would have already been fixed.
Usually when the login is not working, either the password is invalid or there is something wrong with PHP sessions on the server.