Login Signup

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
trevorm
 
 
Posts: 84
Joined: Sat Mar 14, 2020 3:43 pm

Login Signup

Post by trevorm »

Hello,

I am embarrassed to be back with another question in under 24 hours from the last one but can anyone explain why, when a user registering through the login signup tool enters a password (twice) yet the MySQL DB shows a completely different password made up of extensive alpha numeric components?

Thanks
WWBman
 
 
Posts: 904
Joined: Fri Jan 08, 2010 6:10 pm

Re: Login Signup

Post by WWBman »

For security reasons the password in encoded in the DB.
trevorm
 
 
Posts: 84
Joined: Sat Mar 14, 2020 3:43 pm

Re: Login Signup

Post by trevorm »

Ah OK

|Does that mean that when a user logs in that encoded field is decoded to test password?

I am having a few issues getting the login to work but I have not gone through your instructions fully yet. But can you just confirm that if no usernames or roles are added in the Protect Page tool that anyone will be allowed through provided their password is correct?
User avatar
Pablo
 
Posts: 23119
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Login Signup

Post by Pablo »

Does that mean that when a user logs in that encoded field is decoded to test password?
No, the entered password is also encoded and compared with hash from the database.
If you have used a strong password then it cannot be decoded.
But can you just confirm that if no usernames or roles are added in the Protect Page tool that anyone will be allowed through provided their password is correct?
If no users have been configured then no one can access the page.
trevorm
 
 
Posts: 84
Joined: Sat Mar 14, 2020 3:43 pm

Re: Login Signup

Post by trevorm »

Thanks for the clear answers - that explains a lot.

Very impressed with the speed you respond by the way, thank you.
trevorm
 
 
Posts: 84
Joined: Sat Mar 14, 2020 3:43 pm

Re: Login Signup

Post by trevorm »

Pablo,

Thanks again for your help - My login is fully working now,

Trevorm
Post Reply