This information describes how to change the Share user name and
password.
- Open the <web-extension>/share-config-custom.xml file.
-
Search for the text "username". You will see the following configuration:
<config evaluator="string-compare" condition="Users"> <users> <!-- minimum length for username and password --> <username-min-length>2</username-min-length> <password-min-length>3</password-min-length> </users> </config>
You can change the minimum length required for the user name and password.