You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for the ability to reference the password in another field. There are many instances different pages use a different format of a set of domain credentials example: domain\username or username or [email protected] , or fqdn@username or shortdomain@username. I would like the ability to have a set of credentials:
The idea would be to update the password in your domain credentials and anything that references it , on the next read, would get the new value. Just a thought and it would be a nice to have.
The text was updated successfully, but these errors were encountered:
I was looking for the ability to reference the password in another field. There are many instances different pages use a different format of a set of domain credentials example: domain\username or username or [email protected] , or fqdn@username or shortdomain@username. I would like the ability to have a set of credentials:
creds: domaincreds,
username: user1,
password: abcd1234
then in another set of creds:
creds: confluence
username: [email protected]
refPassword: domaincreds
The idea would be to update the password in your domain credentials and anything that references it , on the next read, would get the new value. Just a thought and it would be a nice to have.
The text was updated successfully, but these errors were encountered: