Username and Password in Protected Page URL

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
dpegram
 
 
Posts: 2
Joined: Sat Oct 12, 2019 2:26 pm

Username and Password in Protected Page URL

Post by dpegram »

I am building a webcam site for an animal boarding customer of mine where the user will register and get an automated text to login to the camera their pet is in. The text will look like this:

***DO NOT REPLY***
You have just been granted access to the camera CAMNAME. Please use this link to access the camera: http://WEBSITE.php
If prompted, enter USERNAME as the username and your password is PASSWORD

I would like to pass the username and password in the URL so when the user clicks the link it will automatically log them in.

How do I do this with a protected page? I have searched this forum and cannot find an answer.

Thank you!!!
User avatar
Pablo
 
Posts: 21716
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Username and Password in Protected Page URL

Post by Pablo »

There is no standard solution for this, so you will have to customize the script for this yourself.
You can customize the script by converting the login form to standard form (via the context menu).
dpegram
 
 
Posts: 2
Joined: Sat Oct 12, 2019 2:26 pm

Re: Username and Password in Protected Page URL

Post by dpegram »

I just converted the form, so now do I just pass the username and password like, WEBSITE.php&username=USERNAME&password=PASSWORD
User avatar
Pablo
 
Posts: 21716
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Username and Password in Protected Page URL

Post by Pablo »

I think you will have to use the php variables.
Unfortunately, I cannot help you with customizing the script.
Post Reply