Forum Discussion

Jacob_Distel_33's avatar
Jacob_Distel_33
Icon for Nimbostratus rankNimbostratus
Oct 23, 2017

Display password requirements

Hello, we are customizing the look of the logon.inc file and we are trying retrieve and display the password complexity requirements when the user is changing their password. Any suggestions on how we can do this? Thanks so much.

 

  • To do it dynamically is a nightmare (from looking at this years ago).

     

    You'd have to do multiple queries to AD/Group Policy and i'm not even sure you can get it cleanly from group policy.

     

    If your policy doesn't change, i would just statically write the policy on the login page, it's messy but i don't think there's a better way.