Looking for the DNN Password Requirements settings in DNN 8.0.3. Specifically I'd like to require upper and lowercase along with alphanumeric, but I can only find the minRequiredPasswordLength and minRequiredNonalphanumericCharacters in the web.config.
Is there a way to require upper and lower case also??
(?=^[^\s]{6,}$)((?=.*?\d)(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[^\w\d\s]))^.*
Sorry to reopen this old post, but is there now a way to set GDPR compliant criteria without using PasswordStrengthRegularExpression?
Thanks Seek
Posted By Seek78 on 6/5/2024 7:22 AM Sorry to reopen this old post, but is there now a way to set GDPR compliant criteria without using PasswordStrengthRegularExpression? Thanks Seek
Can you be a bit more specific on your question? Which exact requirement are you trying to address?
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.