Context-sensitive username format?
[Not sure if this is the right topic, but it seems... adjacent.]
So... right now I've got a set of ActiveDirectory credentials saved multiple times (which WatchTower gets all edgy about), because, depending on the server URL, I need to present the credentials in different formats. The password is always the same, but, depending on the context, I need to enter:
username
domain\username
mailto:username@domain.tld
Is there any (clean) way to store all of this in a single entry? That would allow me to (properly) only store that password in one entry and be able to update it when it changes in a single place.
Anyone have a solution better than my approach of multiple entries by username format? Is there a cool new feature upgrade coming down the pike?