Hawk
Posts: 0
Joined: Mon Aug 04, 2014 11:23 am

Pass username and password to the website

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,

Ihor Didevych
Posts: 0
Joined: Wed Nov 19, 2014 7:55 pm

Pass username and password to the website

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.

Return to “Issues”