Hi
I am writing custom code to set user password using Laserfiche API. I want to read the password policy set in repository so that we can prevent user from setting password that doesn't match password policy set in repository.
Thanks
Sanjay
Hi
I am writing custom code to set user password using Laserfiche API. I want to read the password policy set in repository so that we can prevent user from setting password that doesn't match password policy set in repository.
Thanks
Sanjay
See the RepositoryOptions class in RepositoryAccess in your SDK documentation.
Hi,
I am not able to find "RepositoryOptions class" Can you help with any sample code if you have.
All i want is, when I set new password, i should get error message "Password policy violated" with proper reason like if length doesn't meet requirement in policy or special char is missing.
Currently if i turn on password policy from admin console and set password not according to policy, it's giving generic message that Password policy is violated. I want message with detail (eg. Password policy.password should not contain user name).
Thanks
Sanjay