[][src]Function sliderule::remote_login

pub fn remote_login(
    target_dir: &Path,
    url: Option<String>,
    username: Option<String>,
    password: Option<String>
) -> SROutput

Allows a user to set the username and password for a component's remote URL. This can be a security risk on multi-user systems since the password is stored in plain text inside the .git/config file. Users should be encouraged to use ssh instead of https to avoid this security issue.