Save Credentials for the active userName using the connection identity and possibly the HostID if a userHostID variable is active (see CredentialsPath for more on the credentials file name). Note that each time credentials are saved, an entry is made in the Credentials log, which can assist in recovery if something should happen to the active credential files.
SaveCredentials=HostID,NewPW[,Generated]
Where:
HostID | Variable containing the active HostID (well, HostID is the formal name but it can be something different |
NewPW | The password to save in the credentials file, typically captured when entered by the user, or generated with the @GenPW function |
Generated | Optional-- if True or Yes, indicates that the password is generated which is useful for recovery purposes (see CredentialsPath for details on the log file contents) |