Using Yadle » Save Yadle Credentials » Linux

When launching the Yadle Desktop App, or any of the Yadle Plugins, you will be required to login each time with your Yadle registered email and password. It is possible to save your credentials onto your workstation to prevent having to login each time. This is done by setting environment variables on your workstation. It is an optional step to help further improve user workflow experience.

Ubuntu:

Step 1: Open Terminal.


Step 2: Using and editor such as vi, add the following lines to ~/.profile. Replacing <user> with your Yadle username, and <password> with your Yadle password.

export YADLEUSER=<user>
export YADLEPASSWORD=<password>  

Step 3: Log out and sign back in to initialize new environment variables.



CentOS:

Step 1: Open Terminal.


Step 2: Using and editor such as vi, add the following lines to ~/.bash_profile. Replacing <user> with your Yadle username, and <password> with your Yadle password.

export YADLEUSER=<user>    
export YADLEPASSWORD=<password>  

Step 3: Log out and sign back in to initialize new environment variables.