How to change password expiration interval for a specific ACID
What is the command to change the password expiration interval for a given ACID? I want to change the interval from 30 to 90 days without forcing a password reset.
TSS REPL(acid) PASS(*,90) .
The * says leave the password as is.