Incorrect database login

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
User avatar
semua
 
 
Posts: 37
Joined: Fri Jan 20, 2017 2:28 am

Incorrect database login

Post 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?
bkjohns
 
 
Posts: 303
Joined: Wed Nov 14, 2018 5:54 pm

Re: Incorrect database login

Post 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.
User avatar
Pablo
 
Posts: 23440
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Incorrect database login

Post 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
User avatar
semua
 
 
Posts: 37
Joined: Fri Jan 20, 2017 2:28 am

Re: Incorrect database login

Post 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?
User avatar
Pablo
 
Posts: 23440
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Incorrect database login

Post 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.
Post Reply