Hello all, This could be a fairly basic question ...
# general
d
Hello all, This could be a fairly basic question so apologies in advance! I have a user account that is being used to integrate with an external system. My password policy is 180 days and the account is now due to get a password reset. Can anyone advise how I can exclude this user account from the password policy or defer the reset for later? Thanks!
p
I would recommend looking into token based authentication and not using a password
d
Hello @Phillip thanks for this - there is token based authenticated setup against the user and role. When the password is reset on the user, should I expect that it won't affect the integration given that it is token based?
p
I don't believe the password will impact the token. we have not had problems before
I do recommending resetting the token credentials every once in a while
d
That's most helpful - thanks very much again!
c
This is correct. My password changes do not impact my token
🙌 1