Is there a setting which can be used to specify which characters to use in an autogenerated password?
Our current passwords are a bit of a mess of special characters and we’d like to tidy them up a bit in future.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s a
Sitecore.SecurityModel.Cryptography.PasswordGeneratorclass, which is used to assign random passwords to the security accounts installed by Sitecore Packager. It contains a propertyExclusions, which is a string of characters to exclude while generating the password.So, it seems you can achieve what you need like this: