unosquare/passcore

Set password complexity

tablaty opened this issue · 3 comments

PassCore Server

  • OS: [Windows | Linux | macOS]
  • Provider: [Active Directory | LDAP]
  • Settings file (without sensitive information):
  • Log file (without sensitive information):

Describe the bug
A clear and concise description of what the bug is.

Note: If you want to report an issue of passcorepro, please use the proper bug report form at https://store.unosquare.com/passcorepro

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [Windows server 2019]
  • Browser [e.g. chrome,]
  • Version [e.g. 3.0]

I hope this is the correct places to post this. My issue a question and not a bug, but I don't see how to just post a question.
I'm trying to set password complexity where the user must use at a minimum 7 characters with at least, 1 upper case and 1 special character, but I'm unable to accomplish this. I tried changing the minimum score 4 and the entropy to 6, but I'm not having any luck.
Also would upgrading to new the version passcore help in resolving this issue?
thanks

If someone could help me understand how these fields work in making complex password that would also be good.
"PasswordEntropy": 0, // the number of bytes of entropy to use for generated passwords
"ShowPasswordMeter": true,
"MinimumScore": 1, //The minimum acceptable score that the user's new password needs to get at being evaluated by ZXCVBN to be established as the new password

thanks

I can get this to work with 11 characters and if that's the way it is that's fine.

I figured it out . I set PasswordEntropy": to ) and "MinimumScore": 2.