Creating an Encrypted Username and Password Token
Some integrations (NGP VAN, NationBuilder) may require an encrypted user name and password token.
Switch to Browser Console
Open a browser window.
Right click on the window and navigate to "Inspect" menu selection.
A new window will pop up.
Console
Switch to the Console tab.
In the console, type the btoa command with the username and password separated by a colon:
Copy the resulting token for later use.