Clear saved passwords with something like Util.ClearSavedPassword(string name)
1
vote
Chris Gårdenberg
shared this idea
-
Chris Gårdenberg commented
Found an workaround..
Util.SetPassword(name, null);
But would still be nice with a function to clear the password.