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
Login Signup
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
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
Re: Login Signup
For security reasons the password in encoded in the DB.
Re: Login Signup
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?
|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?
Re: Login Signup
No, the entered password is also encoded and compared with hash from the database.Does that mean that when a user logs in that encoded field is decoded to test password?
If you have used a strong password then it cannot be decoded.
If no users have been configured then no one can access the page.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?
Re: Login Signup
Thanks for the clear answers - that explains a lot.
Very impressed with the speed you respond by the way, thank you.
Very impressed with the speed you respond by the way, thank you.
Re: Login Signup
Pablo,
Thanks again for your help - My login is fully working now,
Trevorm
Thanks again for your help - My login is fully working now,
Trevorm