Page 1 of 1

Pass username and password to the website

Posted: Wed Jan 21, 2015 5:44 am
by Hawk

Hi,

I'm using the following JS onclick to open website from the mobile App:

pre
window.open('https://URL', '_blank', 'location=yes');
/pre

The page this URL leads to is login page. I want to automatically insert the username and the password (that are used by the App) to the website username and password text fields. So the user do not have to insert them twice. I can store the credentials in LSV, but I do not know how to copy them to the website field.

I deeply appreciate your advice.

Thanks,


Pass username and password to the website

Posted: Wed Jan 21, 2015 11:02 am
by Ihor Didevych

Hi Hawk,

You can try to store it in the url, so when site will show page, it will prepopulate input fields from url - this should be done on the site side, of course.