Question
Flextronics International USA Inc
Flextronics International USA Inc
US
Flextronics International USA Inc
Posted: Feb 21, 2018
Last activity: Nov 6, 2018
Last activity: 6 Nov 2018 20:02 EST
Closed
Solved
How to update/modify/recreate ASO file
We are using Assisted Sign On for our project. It is asking for login details when we first initialize the BOT runtime. How do we update/delete/recreate the ASO file on demand?
The ASO Manager component has methods that allow you to show the Credentials Dialog. Add a button on a form for your bot and show the dialog when clicked.
The credentials are stored in an encrypted file in the user profile of the logged in user. It is in %appdata%\Roaming\OpenSpan and is named aso.db. If you delete this file, it will get created the next time the bot is started.
Credentials are tied to the user logged in and may not be copied from one profile to another. The file will not be able to be decrypted when this happens.