This information describes how to change the minimum length of the Share user name and password. Open the <web-extension>/share-config-custom.xml file. Search for the text “username”. You see the following configuration: <configevaluator="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> Change the value of <username-min-length> and <password-min-length>.