NSIS plugin for password efficacy?
I've created an installer to automate the installation of several OSS products via silent installs. One of the products (postgres) installs itself as a service and creates a service account on the OS (windows) to run. In my installer I prompt the user to enter an account name and password for this service account.
Here is the problem:
The Postgres silent install lets you enter any username/password you wish and will install completely without issue, BUT if you enter credentials that do not meet the minimum security requirements of the host OS that service will never start.
Here is the question:
Does NSIS have any plugins that allows you to poll your OS and make sure the username/password entered is long enough or complicated enough?
regards,
brandon-