while setting RDS for dynamics AX, I got one requirement for password policy, password should expire in 90 days and then users should be able to change the password by their own.
here is how.
1st you can the policy in AD as usual it happens for policy of 90 days.
then use RDS setting to allow users to change password.
in your RD Web server, open IIS and then Sites->Default Web Site->RDWeb->Pages , then on right side, open Application Settings
now change the value "PasswordChangeEnabled" to true, if it was false.
then only the user will be able to browse the page https://<URL.local>/RDWeb/Pages/en-US/password.aspx
you need to send the link in email before their password expires.
also you can set the link in login page by a minor change in the code, so that user can change password at any time.
the page look like below
here is how.
1st you can the policy in AD as usual it happens for policy of 90 days.
then use RDS setting to allow users to change password.
in your RD Web server, open IIS and then Sites->Default Web Site->RDWeb->Pages , then on right side, open Application Settings
now change the value "PasswordChangeEnabled" to true, if it was false.
then only the user will be able to browse the page https://<URL.local>/RDWeb/Pages/en-US/password.aspx
you need to send the link in email before their password expires.
also you can set the link in login page by a minor change in the code, so that user can change password at any time.
the page look like below
hope this helps someone surely...
Regards,
Sudhanshu
No comments:
Post a Comment